summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* tcp: fix SO_RCVLOWAT hangs with fat skbsEric Dumazet2020-05-202-4/+13
* 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 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
* vti4: removed duplicate log message.Jeremy Sowden2020-04-291-3/+1
* net: ipv4: devinet: Fix crash when add/del multicast IP with autojoinTaras Chornyi2020-04-211-4/+9
* net, ip_tunnel: fix interface lookup with no keyWilliam Dauchy2020-04-131-5/+1
* ipv4: fix a RCU-list lock in fib_triestat_seq_showQian Cai2020-04-131-0/+3
* vti[6]: fix packet tx through bpf_redirect() in XinY casesNicolas Dichtel2020-04-022-8/+31
* tcp: repair: fix TCP_QUEUE_SEQ implementationEric Dumazet2020-04-021-1/+3
* net: ip_gre: Accept IFLA_INFO_DATA-less configurationPetr Machata2020-04-021-0/+2
* net: ip_gre: Separate ERSPAN newlink / changelink callbacksPetr Machata2020-04-021-18/+85
* ipv4: ensure rcu_read_lock() in cipso_v4_error()Matteo Croce2020-03-201-1/+6
* net: memcg: fix lockdep splat in inet_csk_accept()Eric Dumazet2020-03-181-7/+7
* net: memcg: late association of sock to memcgShakeel Butt2020-03-181-0/+20
* inet_diag: return classid for all socket typesDmitry Yakunin2020-03-183-28/+26
* gre: fix uninit-value in __iptunnel_pull_headerEric Dumazet2020-03-181-2/+10
* tcp: clear tp->segs_{in|out} in tcp_disconnect()Eric Dumazet2020-02-111-0/+2
* tcp: clear tp->data_segs{in|out} in tcp_disconnect()Eric Dumazet2020-02-111-0/+2
* tcp: clear tp->delivered in tcp_disconnect()Eric Dumazet2020-02-111-0/+1
* tcp: clear tp->total_retrans in tcp_disconnect()Eric Dumazet2020-02-111-0/+1
* vti[6]: fix packet tx through bpf_redirect()Nicolas Dichtel2020-02-051-2/+11
* tcp: do not leave dangling pointers in tp->highest_sackEric Dumazet2020-01-293-0/+3
* tcp_bbr: improve arithmetic division in bbr_update_bw()Wen Yang2020-01-291-2/+1
* Revert "udp: do rmem bulk free even if the rx sk queue is empty"Paolo Abeni2020-01-291-1/+2
* net, ip_tunnel: fix namespaces moveWilliam Dauchy2020-01-291-3/+1
* tcp: annotate lockless access to tcp_memory_pressureEric Dumazet2020-01-271-2/+2
* net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_headEric Dumazet2020-01-271-1/+1
* net/udp_gso: Allow TX timestamp with UDP GSOFred Klassen2020-01-271-0/+5
* net: don't clear sock->sk early to avoid trouble in strparserJakub Kicinski2020-01-271-1/+1
* ip_tunnel: Fix route fl4 init in ip_md_tunnel_xmitwenxu2020-01-271-2/+3
* net: always initialize pagedlenWillem de Bruijn2020-01-271-1/+2
* tcp: refine rule to allow EPOLLOUT generation under mem pressureEric Dumazet2020-01-231-4/+2
* tcp: fix marked lost packets not being retransmittedPengcheng Yang2020-01-231-3/+4
* netfilter: arp_tables: init netns pointer in xt_tgdtor_param structFlorian Westphal2020-01-231-9/+10
* netfilter: arp_tables: init netns pointer in xt_tgchk_param structFlorian Westphal2020-01-141-11/+16
* tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACKPengcheng Yang2020-01-121-1/+4
* tcp: annotate tp->rcv_nxt lockless readsEric Dumazet2020-01-095-9/+13
* tcp: do not send empty skb from tcp_write_xmit()Eric Dumazet2020-01-041-0/+8
* tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet2020-01-043-13/+16
* vti: do not confirm neighbor when do pmtu updateHangbin Liu2020-01-041-1/+1
* tunnel: do not confirm neighbor when do pmtu updateHangbin Liu2020-01-041-1/+1
* net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu2020-01-043-6/+10
* udp: fix integer overflow while computing available space in sk_rcvbufAntonio Messina2020-01-041-1/+1
* tcp: Fix highest_sack and highest_sack_seqCambda Zhu2020-01-041-0/+3
* net: icmp: fix data-race in cmp_global_allow()Eric Dumazet2020-01-041-5/+6
* inetpeer: fix data-race in inet_putpeer / inet_putpeerEric Dumazet2020-01-041-2/+10
* tcp: md5: fix potential overestimation of TCP option spaceEric Dumazet2019-12-211-2/+3