summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
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
2019-12-13tcp: refine rule to allow EPOLLOUT generation under mem pressureEric Dumazet
2019-12-13tcp: refine tcp_write_queue_empty() implementationEric Dumazet
2019-12-13tcp: do not send empty skb from tcp_write_xmit()Eric Dumazet
2019-12-13tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-12-07inet: protect against too small mtu values.Eric Dumazet
2019-12-07gre: refetch erspan header from skb->data after pskb_may_pull()Cong Wang
2019-12-06tcp: md5: fix potential overestimation of TCP option spaceEric Dumazet
2019-12-03tcp: refactor tcp_retransmit_timer()Eric Dumazet
2019-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-12-01Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds
2019-11-28net: skmsg: fix TLS 1.3 crash with full sk_msgJakub Kicinski
2019-11-26net: port < inet_prot_sock(net) --> inet_port_requires_bind_service(net, port)Maciej Żenczykowski
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2019-11-22udp: drop skb extensions before marking skb statelessFlorian Westphal
2019-11-21ipv4: use dst hint for ipv4 list receivePaolo Abeni
2019-11-21ipv4: move fib4_has_custom_rules() helper to public headerPaolo Abeni
2019-11-21net: Fix Kconfig indentation, continuedKrzysztof Kozlowski
2019-11-21lwtunnel: check erspan options before allocating tun_infoXin Long
2019-11-21lwtunnel: be STRICT to validate the new LWTUNNEL_IP(6)_OPTSXin Long
2019-11-21net: remove the unnecessary strict_start_type in some policiesXin Long
2019-11-20tcp: warn if offset reach the maxlen limit when using snprintfHangbin Liu