summaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
Commit message (Expand)AuthorAgeFilesLines
* rt_cpu_seq_next should increase position indexVasily Averin2020-01-241-0/+1
* tcp: do not leave dangling pointers in tp->highest_sackEric Dumazet2020-01-243-0/+3
* fou: Fix IPv6 netlink policyKristian Evensen2020-01-231-2/+2
* Revert "udp: do rmem bulk free even if the rx sk queue is empty"Paolo Abeni2020-01-221-1/+2
* net, ip_tunnel: fix namespaces moveWilliam Dauchy2020-01-211-3/+1
* tcp: remove redundant assigment to snd_cwndTheodore Dubois2020-01-211-1/+0
* tcp_bbr: improve arithmetic division in bbr_update_bw()Wen Yang2020-01-211-2/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-01-212-2/+13
|\
| * xfrm: support output_mark for offload ESP packetsUlrich Weber2020-01-151-0/+2
| * vti[6]: fix packet tx through bpf_redirect()Nicolas Dichtel2020-01-141-2/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-01-171-9/+10
|\ \
| * | netfilter: arp_tables: init netns pointer in xt_tgdtor_param structFlorian Westphal2020-01-131-9/+10
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-01-162-12/+11
|\ \
| * | bpf: Sockmap/tls, fix pop data with SK_DROP return codeJohn Fastabend2020-01-151-4/+1
| * | bpf: Sockmap/tls, push write_space updates through ulp updatesJohn Fastabend2020-01-151-2/+4
| * | bpf/sockmap: Read psock ingress_msg before sk_receive_queueLingpeng Chen2020-01-091-6/+6
* | | tcp: fix marked lost packets not being retransmittedPengcheng Yang2020-01-151-3/+4
| |/ |/|
* | ipv4: Detect rollover in specific fib table dumpDavid Ahern2020-01-101-0/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-01-091-11/+16
|\ \ | |/ |/|
| * netfilter: arp_tables: init netns pointer in xt_tgchk_param structFlorian Westphal2019-12-301-11/+16
* | tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACKPengcheng Yang2020-01-031-1/+4
* | tcp: Fix highest_sack and highest_sack_seqCambda Zhu2019-12-311-0/+3
|/
* vti: do not confirm neighbor when do pmtu updateHangbin Liu2019-12-251-1/+1
* tunnel: do not confirm neighbor when do pmtu updateHangbin Liu2019-12-251-1/+1
* net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu2019-12-253-6/+10
* udp: fix integer overflow while computing available space in sk_rcvbufAntonio Messina2019-12-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-226-21/+31
|\
| * net: annotate lockless accesses to sk->sk_pacing_shiftEric Dumazet2019-12-182-3/+4
| * tcp: refine rule to allow EPOLLOUT generation under mem pressureEric Dumazet2019-12-141-4/+2
| * tcp: refine tcp_write_queue_empty() implementationEric Dumazet2019-12-141-2/+3
| * tcp: do not send empty skb from tcp_write_xmit()Eric Dumazet2019-12-141-0/+8
| * tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet2019-12-143-12/+14
* | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-093-5/+5
|/
* inet: protect against too small mtu values.Eric Dumazet2019-12-072-10/+8
* gre: refetch erspan header from skb->data after pskb_may_pull()Cong Wang2019-12-071-1/+1
* tcp: md5: fix potential overestimation of TCP option spaceEric Dumazet2019-12-071-2/+3
* tcp: refactor tcp_retransmit_timer()Eric Dumazet2019-12-031-2/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-021-1/+1
|\
| * net: skmsg: fix TLS 1.3 crash with full sk_msgJakub Kicinski2019-11-291-1/+1
* | Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds2019-12-011-12/+16
|\ \ | |/ |/|
| * y2038: socket: use __kernel_old_timespec instead of timespecArnd Bergmann2019-11-151-12/+16
* | net: port < inet_prot_sock(net) --> inet_port_requires_bind_service(net, port)Maciej Żenczykowski2019-11-261-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2019-11-232-6/+23
|\ \
| * | udp: drop skb extensions before marking skb statelessFlorian Westphal2019-11-221-5/+22
| * | net/ipv4: fix sysctl max for fib_multipath_hash_policyMarcelo Ricardo Leitner2019-11-191-1/+1
* | | ipv4: use dst hint for ipv4 list receivePaolo Abeni2019-11-212-4/+73
* | | ipv4: move fib4_has_custom_rules() helper to public headerPaolo Abeni2019-11-211-10/+0
* | | net: Fix Kconfig indentation, continuedKrzysztof Kozlowski2019-11-211-109/+109
* | | lwtunnel: check erspan options before allocating tun_infoXin Long2019-11-211-8/+16
* | | lwtunnel: be STRICT to validate the new LWTUNNEL_IP(6)_OPTSXin Long2019-11-211-0/+3