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