summaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'docs-5.7' of git://git.lwn.net/linuxLinus Torvalds2020-03-302-4/+4
|\
| * Documentation: nfsroot.rst: Fix references to nfsroot.rstNiklas Söderlund2020-03-022-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-03-281-5/+2
|\ \
| * | bpf: Sanitize the bpf_struct_ops tcp-cc nameMartin KaFai Lau2020-03-171-5/+2
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-03-272-8/+31
|\ \ \
| * | | vti[6]: fix packet tx through bpf_redirect() in XinY casesNicolas Dichtel2020-02-062-8/+31
* | | | ipv4: fix a RCU-list lock in inet_dump_fib()Qian Cai2020-03-241-0/+2
* | | | tcp: repair: fix TCP_QUEUE_SEQ implementationEric Dumazet2020-03-231-1/+3
* | | | tcp: also NULL skb->dev when copy was neededFlorian Westphal2020-03-211-2/+6
* | | | tcp: ensure skb->dev is NULL before leaving TCP stackEric Dumazet2020-03-201-0/+4
| |/ / |/| |
* | | net: ip_gre: Accept IFLA_INFO_DATA-less configurationPetr Machata2020-03-171-0/+2
* | | net: ip_gre: Separate ERSPAN newlink / changelink callbacksPetr Machata2020-03-151-18/+85
* | | net: memcg: fix lockdep splat in inet_csk_accept()Eric Dumazet2020-03-121-7/+7
* | | net: memcg: late association of sock to memcgShakeel Butt2020-03-101-0/+20
* | | inet_diag: return classid for all socket typesDmitry Yakunin2020-03-093-28/+26
* | | gre: fix uninit-value in __iptunnel_pull_headerEric Dumazet2020-03-091-2/+10
* | | tcp: fix TFO SYNACK undo to avoid double-timestamp-undoNeal Cardwell2020-02-241-1/+5
* | | ipv4: ensure rcu_read_lock() in cipso_v4_error()Matteo Croce2020-02-231-1/+6
* | | udp: rehash on disconnectWillem de Bruijn2020-02-201-1/+5
* | | icmp: introduce helper for nat'd source address in network device contextJason A. Donenfeld2020-02-131-0/+33
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-02-042-1/+13
|\|
| * tcp: Reduce SYN resend delay if a suspicous ACK is receivedSeongJae Park2020-02-021-1/+7
| * tcp: clear tp->segs_{in|out} in tcp_disconnect()Eric Dumazet2020-02-011-0/+2
| * tcp: clear tp->data_segs{in|out} in tcp_disconnect()Eric Dumazet2020-02-011-0/+2
| * tcp: clear tp->delivered in tcp_disconnect()Eric Dumazet2020-02-011-0/+1
| * tcp: clear tp->total_retrans in tcp_disconnect()Eric Dumazet2020-02-011-0/+1
* | proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-043-25/+25
|/
* mptcp: handle tcp fallback when using syn cookiesFlorian Westphal2020-01-292-0/+7
* udp: Support UDP fraglist GRO/GSO.Steffen Klassert2020-01-271-23/+81
* net: include struct nhmsg size in nh nlmsg sizeStephen Worley2020-01-271-1/+3
* tcp: export count for rehash attemptsAbdul Kabbani2020-01-264-1/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-2610-11/+23
|\
| * rt_cpu_seq_next should increase position indexVasily Averin2020-01-241-0/+1
| * tcp: do not leave dangling pointers in tp->highest_sackEric Dumazet2020-01-243-0/+3
| * fou: Fix IPv6 netlink policyKristian Evensen2020-01-231-2/+2
| * Revert "udp: do rmem bulk free even if the rx sk queue is empty"Paolo Abeni2020-01-221-1/+2
| * net, ip_tunnel: fix namespaces moveWilliam Dauchy2020-01-211-3/+1
| * tcp: remove redundant assigment to snd_cwndTheodore Dubois2020-01-211-1/+0
| * tcp_bbr: improve arithmetic division in bbr_update_bw()Wen Yang2020-01-211-2/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-01-212-2/+13
| |\
| | * xfrm: support output_mark for offload ESP packetsUlrich Weber2020-01-151-0/+2
| | * vti[6]: fix packet tx through bpf_redirect()Nicolas Dichtel2020-01-141-2/+11
* | | mptcp: parse and emit MP_CAPABLE option according to v1 specChristoph Paasch2020-01-242-2/+2
* | | mptcp: Implement MPTCP receive pathMat Martineau2020-01-241-1/+7
* | | mptcp: Handle MP_CAPABLE options for outgoing connectionsPeter Krystad2020-01-242-0/+50
* | | mptcp: Handle MPTCP TCP optionsPeter Krystad2020-01-242-0/+18
* | | mptcp: Add MPTCP socket stubsMat Martineau2020-01-241-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-01-236-14/+272
|\ \ \
| * | | bpf: Add BPF_FUNC_tcp_send_ack helperMartin KaFai Lau2020-01-091-1/+23
| * | | bpf: tcp: Support tcp_congestion_ops in bpfMartin KaFai Lau2020-01-096-14/+250