summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
2020-04-16net, ip_tunnel: fix namespaces moveWilliam Dauchy
2020-04-12tcp: refine rule to allow EPOLLOUT generation under mem pressureEric Dumazet
2020-04-12tcp: fix marked lost packets not being retransmittedPengcheng Yang
2020-04-12netfilter: arp_tables: init netns pointer in xt_tgdtor_param structFlorian Westphal
2020-04-12bpf/sockmap: Read psock ingress_msg before sk_receive_queueLingpeng Chen
2020-04-12bpf: Sockmap/tls, fix pop data with SK_DROP return codeJohn Fastabend
2020-03-30netfilter: arp_tables: init netns pointer in xt_tgchk_param structFlorian Westphal
2020-03-20tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACKPengcheng Yang
2020-03-20net: annotate lockless accesses to sk->sk_pacing_shiftEric Dumazet
2020-03-20tcp: fix data-race in tcp_recvmsg()Eric Dumazet
2020-03-07tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet
2020-03-07tcp: do not send empty skb from tcp_write_xmit()Eric Dumazet
2020-03-07vti: do not confirm neighbor when do pmtu updateHangbin Liu
2020-03-07tunnel: do not confirm neighbor when do pmtu updateHangbin Liu
2020-03-07net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu
2020-03-07udp: fix integer overflow while computing available space in sk_rcvbufAntonio Messina
2020-03-07tcp: do not leave dangling pointers in tp->highest_sackEric Dumazet
2020-03-07tcp: Fix highest_sack and highest_sack_seqCambda Zhu
2020-03-07net: icmp: fix data-race in cmp_global_allow()Eric Dumazet
2020-03-07inetpeer: fix data-race in inet_putpeer / inet_putpeerEric Dumazet
2020-01-31gre: refetch erspan header from skb->data after pskb_may_pull()Cong Wang
2020-01-31tcp: md5: fix potential overestimation of TCP option spaceEric Dumazet
2020-01-31inet: protect against too small mtu values.Eric Dumazet
2020-01-19net: skmsg: fix TLS 1.3 crash with full sk_msgJakub Kicinski
2020-01-09ipmr: Fix skb headroom in ipmr_get_route().Guillaume Nault
2019-12-29ipv4: Fix table id reference in fib_sync_down_addrDavid Ahern
2019-12-16ipv4: fix route update on metric change.Paolo Abeni
2019-12-16net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet
2019-12-16net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-12-16udp: use skb_queue_empty_lockless()Eric Dumazet
2019-12-16udp: fix data-race in udp_set_dev_scratch()Eric Dumazet
2019-12-16net: annotate accesses to sk->sk_incoming_cpuEric Dumazet
2019-12-16inet: stop leaking jiffies on the wireEric Dumazet
2019-12-16erspan: fix the tun_info options_len check for erspanXin Long
2019-11-25ipv4: Return -ENETUNREACH if we can't create route but saddr is validStefano Brivio
2019-11-25ipv4: fix race condition between route lookup and invalidationWei Wang
2019-10-07udp: only do GSO if # of segs > 1Josh Hunt
2019-10-07tcp: adjust rto_base in retransmits_timed_out()Eric Dumazet
2019-10-07udp: fix gso_segs calculationsJosh Hunt
2019-10-07net: ipv4: avoid mixed n_redirects and rate_tokens usagePaolo Abeni
2019-10-07erspan: remove the incorrect mtu limit for erspanHaishuang Yan
2019-10-05tcp: better handle TCP_USER_TIMEOUT in SYN_SENT stateEric Dumazet
2019-10-05ipv4: Revert removal of rt_uses_gatewayDavid Ahern
2019-10-05tcp_bbr: fix quantization code to not raise cwnd if not probing bandwidthKevin(Yudong) Yang
2019-10-01net: don't warn in inet diag when IPV6 is disabledStephen Hemminger
2019-09-21udp: correct reuseport selection with connected socketsWillem de Bruijn
2019-09-19tcp: fix tcp_ecn_withdraw_cwr() to clear TCP_ECN_QUEUE_CWRNeal Cardwell
2019-09-10tcp: remove empty skb from write queue in error casesEric Dumazet
2019-09-10tcp: inherit timestamp on mtu probeWillem de Bruijn
2019-09-06ipv4/icmp: fix rt dst dev null pointer dereferenceHangbin Liu