summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* bpf: Fix sk_psock refcnt leak when receiving messageXiyu Yang2020-05-201-3/+6
* bpf, sockmap: bpf_tcp_ingress needs to subtract bytes from sg.sizeJohn Fastabend2020-05-201-1/+0
* net: tcp: fix rx timestamp behavior for tcp_recvmsgKelly Littlepage2020-05-201-2/+4
* net: ipv4: really enforce backoff for redirectsPaolo Abeni2020-05-201-1/+1
* tcp: fix SO_RCVLOWAT hangs with fat skbsEric Dumazet2020-05-202-4/+13
* tcp: fix error recovery in tcp_zerocopy_receive()Eric Dumazet2020-05-201-3/+4
* netlabel: cope with NULL catmapPaolo Abeni2020-05-201-2/+4
* xfrm: Always set XFRM_TRANSFORMED in xfrm{4,6}_output_finishDavid Ahern2020-04-291-2/+0
* ipv4: Update fib_select_default to handle nexthop objectsDavid Ahern2020-04-291-3/+3
* net: ipv4: devinet: Fix crash when add/del multicast IP with autojoinTaras Chornyi2020-04-211-4/+9
* udp: initialize is_flist with 0 in udp_gro_receiveXin Long2020-04-081-0/+1
* net, ip_tunnel: fix interface lookup with no keyWilliam Dauchy2020-04-081-5/+1
* ipv4: fix a RCU-list lock in fib_triestat_seq_showQian Cai2020-04-081-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-03-271-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-231-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-201-2/+6
* | | tcp: ensure skb->dev is NULL before leaving TCP stackEric Dumazet2020-03-191-0/+4
| |/ |/|
* | net: ip_gre: Accept IFLA_INFO_DATA-less configurationPetr Machata2020-03-161-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-111-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-083-28/+26
* | gre: fix uninit-value in __iptunnel_pull_headerEric Dumazet2020-03-081-2/+10
* | tcp: fix TFO SYNACK undo to avoid double-timestamp-undoNeal Cardwell2020-02-231-1/+5
* | ipv4: ensure rcu_read_lock() in cipso_v4_error()Matteo Croce2020-02-221-1/+6
* | udp: rehash on disconnectWillem de Bruijn2020-02-191-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-01-311-0/+2
| * tcp: clear tp->data_segs{in|out} in tcp_disconnect()Eric Dumazet2020-01-311-0/+2
| * tcp: clear tp->delivered in tcp_disconnect()Eric Dumazet2020-01-311-0/+1
| * tcp: clear tp->total_retrans in tcp_disconnect()Eric Dumazet2020-01-311-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