summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
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
2019-09-06net: fix __ip_mc_inc_group usageLi RongQing
2019-08-25net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski
2019-08-16netfilter: Fix rpfilter dropping vrf packets by mistakeMiaohe Lin
2019-08-09ipip: validate header length in ipip_tunnel_xmitHaishuang Yan
2019-07-28tcp: Reset bytes_acked and bytes_received when disconnectingChristoph Paasch
2019-07-28tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet
2019-07-28tcp: be more careful in tcp_fragment()Eric Dumazet
2019-07-28ipv4: don't set IPv6 only flags to IPv4 addressesMatteo Croce
2019-07-28igmp: fix memory leak in igmpv3_del_delrec()Eric Dumazet
2019-06-26ipv4: reset rt_iif for recirculated mcast/bcast out pktsStephen Suryaputra
2019-06-25ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loopStephen Suryaputra
2019-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds