summaryrefslogtreecommitdiff
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* ipv6: ICMPV6: add response to ICMPV6 RFC 8335 PROBE messagesAndreas Roeseler2021-06-281-22/+41
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/gitDavid S. Miller2021-06-285-7/+1
|\
| * xfrm: remove description from xfrm_type structFlorian Westphal2021-06-095-5/+0
| * esp: drop unneeded assignment in esp4_gro_receive()Yang Li2021-05-141-2/+1
* | gre: let mac_header point to outer header only when necessaryGuillaume Nault2021-06-281-1/+6
* | ipip: allow redirecting ipip and mplsip packets to eth devicesGuillaume Nault2021-06-281-0/+2
* | net: ip: avoid OOM kills with large UDP sends over loopbackJakub Kicinski2021-06-241-14/+18
* | tcp: Add stats for socket migration.Kuniyuki Iwashima2021-06-233-2/+18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-188-9/+43
|\ \
| * | icmp: don't send out ICMP messages with a source address of 0.0.0.0Toke Høiland-Jørgensen2021-06-181-0/+7
| * | net: ipv4: fix memory leak in ip_mc_add1_srcChengyang Fan2021-06-161-0/+1
| * | ipv4: Fix device used for dst_alloc with local routesDavid Ahern2021-06-141-1/+14
| * | ping: Check return value of function 'ping_queue_rcv_skb'Zheng Yongjun2021-06-101-5/+7
| * | udp: fix race between close() and udp_abort()Paolo Abeni2021-06-091-0/+10
| * | inet: annotate data race in inet_send_prepare() and inet_dgram_connect()Eric Dumazet2021-06-091-2/+2
| * | net: ipv4: Remove unneed BUG() functionZheng Yongjun2021-06-081-1/+1
| * | net: ipv4: fix memory leak in netlbl_cipsov4_add_stdNanyong Sun2021-06-081-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-06-175-21/+205
|\ \ \
| * | | tcp: Migrate TCP_NEW_SYN_RECV requests at receiving the final ACK.Kuniyuki Iwashima2021-06-153-11/+47
| * | | tcp: Migrate TCP_NEW_SYN_RECV requests at retransmitting SYN+ACKs.Kuniyuki Iwashima2021-06-151-6/+69
| * | | tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues.Kuniyuki Iwashima2021-06-151-1/+69
| * | | tcp: Keep TCP_CLOSE sockets in the reuseport group.Kuniyuki Iwashima2021-06-152-3/+11
| * | | net: Introduce net.ipv4.tcp_migrate_req.Kuniyuki Iwashima2021-06-151-0/+9
* | | | inet_diag: add support for tw_markMaciej Żenczykowski2021-06-161-2/+10
* | | | ipv4: Fix spelling mistakesZheng Yongjun2021-06-074-6/+6
* | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-06-071-5/+8
|\ \ \ \ | | |/ / | |/| |
| * | | net: ipconfig: Don't override command-line hostnames or domainsJosh Triplett2021-06-021-5/+8
* | | | tcp: export timestamp helpers for mptcpFlorian Westphal2021-06-041-6/+4
* | | | icmp: fix lib conflict with trinityAndreas Roeseler2021-06-031-1/+1
* | | | net: tcp better handling of reordering then loss casesYuchung Cheng2021-06-031-19/+26
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-06-011-1/+1
|\ \ \ \
| * | | | netfilter: nf_tables: add and use nft_sk helperFlorian Westphal2021-05-291-1/+1
* | | | | net: Return the correct errno codeZheng Yongjun2021-06-011-1/+1
|/ / / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-271-0/+2
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-05-111-0/+2
| |\ \
| | * | bpf: Limit static tcp-cc functions in the .BTF_ids list to x86Martin KaFai Lau2021-05-111-0/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-05-192-13/+4
|\ \ \ \
| * | | | skmsg: Remove unused parameters of sk_msg_wait_data()Cong Wang2021-05-182-13/+4
| |/ / /
* | | | net: Add notifications when multipath hash field changeIdo Schimmel2021-05-191-1/+17
* | | | cipso: correct comments of cipso_v4_cache_invalidate()Zheng Yejian2021-05-181-2/+1
* | | | ipv4: Add custom multipath hash policyIdo Schimmel2021-05-182-1/+123
* | | | ipv4: Add a sysctl to control multipath hash fieldsIdo Schimmel2021-05-182-0/+18
* | | | ipv4: Calculate multipath hash inside switch statementIdo Schimmel2021-05-181-2/+4
* | | | net: Remove the member netns_okYejune Deng2021-05-177-19/+0
* | | | ip: Treat IPv4 segment's lowest address as unicastSeth David Schoen2021-05-171-3/+1
* | | | tcp: add tracepoint for checksum errorsJakub Kicinski2021-05-142-0/+4
| |_|/ |/| |
* | | rtnetlink: avoid RCU read lock when holding RTNLCong Wang2021-05-101-2/+2
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-05-072-4/+3
|\ \
| * | netfilter: arptables: use pernet ops struct during unregisterFlorian Westphal2021-05-032-4/+3
| |/
* | tcp: Specify cmsgbuf is user pointer for receive zerocopy.Arjun Roy2021-05-061-0/+1