summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2020-03-30Merge tag 'docs-5.7' of git://git.lwn.net/linuxLinus Torvalds2-4/+4
2020-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-5/+2
2020-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2-8/+31
2020-03-23ipv4: fix a RCU-list lock in inet_dump_fib()Qian Cai1-0/+2
2020-03-23tcp: repair: fix TCP_QUEUE_SEQ implementationEric Dumazet1-1/+3
2020-03-20tcp: also NULL skb->dev when copy was neededFlorian Westphal1-2/+6
2020-03-19tcp: ensure skb->dev is NULL before leaving TCP stackEric Dumazet1-0/+4
2020-03-17bpf: Sanitize the bpf_struct_ops tcp-cc nameMartin KaFai Lau1-5/+2
2020-03-16net: ip_gre: Accept IFLA_INFO_DATA-less configurationPetr Machata1-0/+2
2020-03-15net: ip_gre: Separate ERSPAN newlink / changelink callbacksPetr Machata1-18/+85
2020-03-11net: memcg: fix lockdep splat in inet_csk_accept()Eric Dumazet1-7/+7
2020-03-10net: memcg: late association of sock to memcgShakeel Butt1-0/+20
2020-03-08inet_diag: return classid for all socket typesDmitry Yakunin3-28/+26
2020-03-08gre: fix uninit-value in __iptunnel_pull_headerEric Dumazet1-2/+10
2020-03-02Documentation: nfsroot.rst: Fix references to nfsroot.rstNiklas Söderlund2-4/+4
2020-02-23tcp: fix TFO SYNACK undo to avoid double-timestamp-undoNeal Cardwell1-1/+5
2020-02-22ipv4: ensure rcu_read_lock() in cipso_v4_error()Matteo Croce1-1/+6
2020-02-19udp: rehash on disconnectWillem de Bruijn1-1/+5
2020-02-13icmp: introduce helper for nat'd source address in network device contextJason A. Donenfeld1-0/+33
2020-02-06vti[6]: fix packet tx through bpf_redirect() in XinY casesNicolas Dichtel2-8/+31
2020-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-1/+13
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan3-25/+25
2020-02-02tcp: Reduce SYN resend delay if a suspicous ACK is receivedSeongJae Park1-1/+7
2020-01-31tcp: clear tp->segs_{in|out} in tcp_disconnect()Eric Dumazet1-0/+2
2020-01-31tcp: clear tp->data_segs{in|out} in tcp_disconnect()Eric Dumazet1-0/+2
2020-01-31tcp: clear tp->delivered in tcp_disconnect()Eric Dumazet1-0/+1
2020-01-31tcp: clear tp->total_retrans in tcp_disconnect()Eric Dumazet1-0/+1
2020-01-29mptcp: handle tcp fallback when using syn cookiesFlorian Westphal2-0/+7
2020-01-27udp: Support UDP fraglist GRO/GSO.Steffen Klassert1-23/+81
2020-01-27net: include struct nhmsg size in nh nlmsg sizeStephen Worley1-1/+3
2020-01-26tcp: export count for rehash attemptsAbdul Kabbani4-1/+13
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller10-11/+23
2020-01-24mptcp: parse and emit MP_CAPABLE option according to v1 specChristoph Paasch2-2/+2
2020-01-24mptcp: Implement MPTCP receive pathMat Martineau1-1/+7
2020-01-24mptcp: Handle MP_CAPABLE options for outgoing connectionsPeter Krystad2-0/+50
2020-01-24mptcp: Handle MPTCP TCP optionsPeter Krystad2-0/+18
2020-01-24mptcp: Add MPTCP socket stubsMat Martineau1-0/+2
2020-01-24rt_cpu_seq_next should increase position indexVasily Averin1-0/+1
2020-01-24tcp: do not leave dangling pointers in tp->highest_sackEric Dumazet3-0/+3
2020-01-23fou: Fix IPv6 netlink policyKristian Evensen1-2/+2
2020-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller6-14/+272
2020-01-22Revert "udp: do rmem bulk free even if the rx sk queue is empty"Paolo Abeni1-1/+2
2020-01-21net, ip_tunnel: fix namespaces moveWilliam Dauchy1-3/+1
2020-01-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller4-26/+261
2020-01-21tcp/ipv4: remove AF_INET_FAMILYAlex Shi1-6/+0
2020-01-21tcp: remove redundant assigment to snd_cwndTheodore Dubois1-1/+0
2020-01-21tcp_bbr: improve arithmetic division in bbr_update_bw()Wen Yang1-2/+1
2020-01-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2-2/+13
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-24/+31
2020-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-9/+10