summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
* inet_diag: return classid for all socket typesDmitry Yakunin2020-03-203-28/+26
* net: memcg: fix lockdep splat in inet_csk_accept()Eric Dumazet2020-03-201-7/+7
* net: memcg: late association of sock to memcgShakeel Butt2020-03-201-0/+20
* gre: fix uninit-value in __iptunnel_pull_headerEric Dumazet2020-03-201-2/+10
* tcp: clear tp->segs_{in|out} in tcp_disconnect()Eric Dumazet2020-02-141-0/+2
* tcp: clear tp->data_segs{in|out} in tcp_disconnect()Eric Dumazet2020-02-141-0/+2
* tcp: clear tp->delivered in tcp_disconnect()Eric Dumazet2020-02-141-0/+1
* tcp: clear tp->total_retrans in tcp_disconnect()Eric Dumazet2020-02-141-0/+1
* vti[6]: fix packet tx through bpf_redirect()Nicolas Dichtel2020-02-051-2/+11
* tcp_bbr: improve arithmetic division in bbr_update_bw()Wen Yang2020-01-291-2/+1
* 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
* 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: 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/+15
* 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
* 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
* inet: protect against too small mtu values.Eric Dumazet2019-12-212-10/+9
* tcp: md5: fix potential overestimation of TCP option spaceEric Dumazet2019-12-211-2/+3
* tcp: exit if nothing to retransmit on RTO timeoutEric Dumazet2019-12-171-3/+7
* tcp: fix SNMP TCP timeout under-estimationYuchung Cheng2019-12-171-4/+4
* tcp: fix SNMP under-estimation on failed retransmissionYuchung Cheng2019-12-171-1/+1
* tcp: fix off-by-one bug on aborting window-probing socketYuchung Cheng2019-12-171-1/+1
* ip_tunnel: Make none-tunnel-dst tunnel port work with lwtunnelwenxu2019-12-051-1/+7
* netfilter: masquerade: don't flush all conntracks if only one address deleted...Tan Hu2019-11-201-3/+19
* ip_gre: fix parsing gre header in ipgre_errHaishuang Yan2019-11-202-9/+7
* ipv4: Fix table id reference in fib_sync_down_addrDavid Ahern2019-11-121-1/+1
* inet: stop leaking jiffies on the wireEric Dumazet2019-11-102-3/+3
* erspan: fix the tun_info options_len check for erspanXin Long2019-11-101-0/+3
* net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet2019-11-101-1/+1
* net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet2019-11-102-2/+2
* udp: use skb_queue_empty_lockless()Eric Dumazet2019-11-101-3/+3
* udp: fix data-race in udp_set_dev_scratch()Eric Dumazet2019-11-101-4/+15
* net: annotate accesses to sk->sk_incoming_cpuEric Dumazet2019-11-102-2/+2
* ipv4: Return -ENETUNREACH if we can't create route but saddr is validStefano Brivio2019-10-291-3/+6
* net: ipv4: avoid mixed n_redirects and rate_tokens usagePaolo Abeni2019-10-071-3/+2
* erspan: remove the incorrect mtu limit for erspanHaishuang Yan2019-10-071-0/+1
* net: don't warn in inet diag when IPV6 is disabledStephen Hemminger2019-10-051-3/+0
* tcp: Don't dequeue SYN/FIN-segments from write-queueChristoph Paasch2019-09-211-1/+2
* tcp: Reset send_head when removing skb from write-queueChristoph Paasch2019-09-211-2/+1
* tcp: fix tcp_ecn_withdraw_cwr() to clear TCP_ECN_QUEUE_CWRNeal Cardwell2019-09-191-1/+1
* tcp: remove empty skb from write queue in error casesEric Dumazet2019-09-101-9/+20