summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | 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
| |\ \ \ \ \ \
| * | | | | | | 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/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 branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-291-2/+2
|\ \ \ \ \ \ \
| * | | | | | | net/ipv5/tcp: use vma_lookup() in tcp_zerocopy_receive()Liam Howlett2021-06-291-2/+2
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds2021-06-285-0/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | ipv4: Fix fall-through warnings for ClangGustavo A. R. Silva2021-05-175-0/+5
| |/ / / / /
* | | | | / 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
| |_|/ / |/| | |
* | | | net: ipconfig: Don't override command-line hostnames or domainsJosh Triplett2021-06-021-5/+8
| |/ / |/| |
* | | 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/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
* | | net: Only allow init netns to set default tcp cong to a restricted algoJonathon Reinhart2021-05-041-0/+4
|/ /
* | icmp: standardize naming of RFC 8335 PROBE constantsAndreas Roeseler2021-04-281-8/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-04-2610-158/+189
|\ \
| * | netfilter: allow to turn off xtables compat layerFlorian Westphal2021-04-263-20/+20
| * | netfilter: arp_tables: pass table pointer via nf_hook_opsFlorian Westphal2021-04-262-18/+31
| * | netfilter: ip_tables: pass table pointer via nf_hook_opsFlorian Westphal2021-04-266-52/+65
| * | netfilter: xt_nat: pass table to hookfnFlorian Westphal2021-04-261-10/+34
| * | netfilter: x_tables: remove paranoia testsFlorian Westphal2021-04-266-18/+0