summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)AuthorLines
2020-01-24rt_cpu_seq_next should increase position indexVasily Averin-0/+1
2020-01-24tcp: do not leave dangling pointers in tp->highest_sackEric Dumazet-0/+3
2020-01-23fou: Fix IPv6 netlink policyKristian Evensen-2/+2
2020-01-22Revert "udp: do rmem bulk free even if the rx sk queue is empty"Paolo Abeni-1/+2
2020-01-21net, ip_tunnel: fix namespaces moveWilliam Dauchy-3/+1
2020-01-21tcp: remove redundant assigment to snd_cwndTheodore Dubois-1/+0
2020-01-21tcp_bbr: improve arithmetic division in bbr_update_bw()Wen Yang-2/+1
2020-01-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-2/+13
2020-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-9/+10
2020-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-12/+11
2020-01-15bpf: Sockmap/tls, fix pop data with SK_DROP return codeJohn Fastabend-4/+1
2020-01-15bpf: Sockmap/tls, push write_space updates through ulp updatesJohn Fastabend-2/+4
2020-01-15tcp: fix marked lost packets not being retransmittedPengcheng Yang-3/+4
2020-01-15xfrm: support output_mark for offload ESP packetsUlrich Weber-0/+2
2020-01-14vti[6]: fix packet tx through bpf_redirect()Nicolas Dichtel-2/+11
2020-01-13netfilter: arp_tables: init netns pointer in xt_tgdtor_param structFlorian Westphal-9/+10
2020-01-10ipv4: Detect rollover in specific fib table dumpDavid Ahern-0/+6
2020-01-09bpf/sockmap: Read psock ingress_msg before sk_receive_queueLingpeng Chen-6/+6
2020-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-11/+16
2020-01-02tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACKPengcheng Yang-1/+4
2019-12-30tcp: Fix highest_sack and highest_sack_seqCambda Zhu-0/+3
2019-12-30netfilter: arp_tables: init netns pointer in xt_tgchk_param structFlorian Westphal-11/+16
2019-12-24vti: do not confirm neighbor when do pmtu updateHangbin Liu-1/+1
2019-12-24tunnel: do not confirm neighbor when do pmtu updateHangbin Liu-1/+1
2019-12-24net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu-6/+10
2019-12-24udp: fix integer overflow while computing available space in sk_rcvbufAntonio Messina-1/+1
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-21/+31
2019-12-17net: annotate lockless accesses to sk->sk_pacing_shiftEric Dumazet-3/+4
2019-12-13tcp: refine rule to allow EPOLLOUT generation under mem pressureEric Dumazet-4/+2
2019-12-13tcp: refine tcp_write_queue_empty() implementationEric Dumazet-2/+3
2019-12-13tcp: do not send empty skb from tcp_write_xmit()Eric Dumazet-0/+8
2019-12-13tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet-12/+14
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya-5/+5
2019-12-07inet: protect against too small mtu values.Eric Dumazet-10/+8
2019-12-07gre: refetch erspan header from skb->data after pskb_may_pull()Cong Wang-1/+1
2019-12-06tcp: md5: fix potential overestimation of TCP option spaceEric Dumazet-2/+3
2019-12-03tcp: refactor tcp_retransmit_timer()Eric Dumazet-2/+8
2019-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-1/+1
2019-12-01Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds-12/+16
2019-11-28net: skmsg: fix TLS 1.3 crash with full sk_msgJakub Kicinski-1/+1
2019-11-26net: port < inet_prot_sock(net) --> inet_port_requires_bind_service(net, port)Maciej Żenczykowski-1/+1
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-6/+23
2019-11-22udp: drop skb extensions before marking skb statelessFlorian Westphal-5/+22
2019-11-21ipv4: use dst hint for ipv4 list receivePaolo Abeni-4/+73
2019-11-21ipv4: move fib4_has_custom_rules() helper to public headerPaolo Abeni-10/+0
2019-11-21net: Fix Kconfig indentation, continuedKrzysztof Kozlowski-109/+109
2019-11-21lwtunnel: check erspan options before allocating tun_infoXin Long-8/+16
2019-11-21lwtunnel: be STRICT to validate the new LWTUNNEL_IP(6)_OPTSXin Long-0/+3
2019-11-21net: remove the unnecessary strict_start_type in some policiesXin Long-1/+0
2019-11-20tcp: warn if offset reach the maxlen limit when using snprintfHangbin Liu-0/+13