summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
| * netfilter: arptables: unregister the tables by nameFlorian Westphal2021-04-262-10/+12
| * netfilter: iptables: unregister the tables by nameFlorian Westphal2021-04-266-32/+20
| * netfilter: x_tables: remove ipt_unregister_tableFlorian Westphal2021-04-262-10/+1
| * netfilter: disable defrag once its no longer neededFlorian Westphal2021-04-261-6/+24
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-04-252-6/+2
|\ \ | |/ |/|
| * skmsg: Pass psock pointer to ->psock_update_sk_prot()Cong Wang2021-04-122-4/+2
| * bpf, udp: Remove some pointless commentsCong Wang2021-04-061-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-04-191-0/+2
|\ \
| * | netfilter: Dissect flow after packet manglingIdo Schimmel2021-04-181-0/+2