summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2020-04-21net: ipv4: devinet: Fix crash when add/del multicast IP with autojoinTaras Chornyi
2020-04-08tcp: fix TFO SYNACK undo to avoid double-timestamp-undoNeal Cardwell
2020-04-08net, ip_tunnel: fix interface lookup with no keyWilliam Dauchy
2020-04-08ipv4: fix a RCU-list lock in fib_triestat_seq_showQian Cai
2020-04-01vti[6]: fix packet tx through bpf_redirect() in XinY casesNicolas Dichtel
2020-04-01net: ip_gre: Accept IFLA_INFO_DATA-less configurationPetr Machata
2020-04-01net: ip_gre: Separate ERSPAN newlink / changelink callbacksPetr Machata
2020-04-01tcp: repair: fix TCP_QUEUE_SEQ implementationEric Dumazet
2020-04-01tcp: ensure skb->dev is NULL before leaving TCP stackEric Dumazet
2020-04-01tcp: also NULL skb->dev when copy was neededFlorian Westphal
2020-04-01ipv4: fix a RCU-list lock in inet_dump_fib()Qian Cai
2020-03-21ipv4: ensure rcu_read_lock() in cipso_v4_error()Matteo Croce
2020-03-18net: memcg: fix lockdep splat in inet_csk_accept()Eric Dumazet
2020-03-18net: memcg: late association of sock to memcgShakeel Butt
2020-03-18inet_diag: return classid for all socket typesDmitry Yakunin
2020-03-18gre: fix uninit-value in __iptunnel_pull_headerEric Dumazet
2020-03-05udp: rehash on disconnectWillem de Bruijn
2020-02-11tcp: clear tp->segs_{in|out} in tcp_disconnect()Eric Dumazet
2020-02-11tcp: clear tp->data_segs{in|out} in tcp_disconnect()Eric Dumazet
2020-02-11tcp: clear tp->delivered in tcp_disconnect()Eric Dumazet
2020-02-11tcp: clear tp->total_retrans in tcp_disconnect()Eric Dumazet
2020-02-01net: include struct nhmsg size in nh nlmsg sizeStephen Worley
2020-01-24rt_cpu_seq_next should increase position indexVasily Averin
2020-01-24tcp: do not leave dangling pointers in tp->highest_sackEric Dumazet
2020-01-23fou: Fix IPv6 netlink policyKristian Evensen
2020-01-22Revert "udp: do rmem bulk free even if the rx sk queue is empty"Paolo Abeni
2020-01-21net, ip_tunnel: fix namespaces moveWilliam Dauchy
2020-01-21tcp: remove redundant assigment to snd_cwndTheodore Dubois
2020-01-21tcp_bbr: improve arithmetic division in bbr_update_bw()Wen Yang
2020-01-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2020-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2020-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-01-15bpf: Sockmap/tls, fix pop data with SK_DROP return codeJohn Fastabend
2020-01-15bpf: Sockmap/tls, push write_space updates through ulp updatesJohn Fastabend
2020-01-15tcp: fix marked lost packets not being retransmittedPengcheng Yang
2020-01-15xfrm: support output_mark for offload ESP packetsUlrich Weber
2020-01-14vti[6]: fix packet tx through bpf_redirect()Nicolas Dichtel
2020-01-13netfilter: arp_tables: init netns pointer in xt_tgdtor_param structFlorian Westphal
2020-01-10ipv4: Detect rollover in specific fib table dumpDavid Ahern
2020-01-09bpf/sockmap: Read psock ingress_msg before sk_receive_queueLingpeng Chen
2020-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2020-01-02tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACKPengcheng Yang
2019-12-30tcp: Fix highest_sack and highest_sack_seqCambda Zhu
2019-12-30netfilter: arp_tables: init netns pointer in xt_tgchk_param structFlorian Westphal
2019-12-24vti: do not confirm neighbor when do pmtu updateHangbin Liu
2019-12-24tunnel: do not confirm neighbor when do pmtu updateHangbin Liu
2019-12-24net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu
2019-12-24udp: fix integer overflow while computing available space in sk_rcvbufAntonio Messina
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-12-17net: annotate lockless accesses to sk->sk_pacing_shiftEric Dumazet