summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2019-12-04net: skmsg: fix TLS 1.3 crash with full sk_msgJakub Kicinski
2019-11-29net/ipv4: fix sysctl max for fib_multipath_hash_policyMarcelo Ricardo Leitner
2019-11-20ipmr: Fix skb headroom in ipmr_get_route().Guillaume Nault
2019-11-12ipv4: Fix table id reference in fib_sync_down_addrDavid Ahern
2019-11-10net: ensure correct skb->tstamp in various fragmentersEric Dumazet
2019-11-10ipv4: fix IPSKB_FRAG_PMTU handling with fragmentationEric Dumazet
2019-11-10ipv4: fix route update on metric change.Paolo Abeni
2019-11-10net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet
2019-11-10net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-11-10udp: use skb_queue_empty_lockless()Eric Dumazet
2019-11-10udp: fix data-race in udp_set_dev_scratch()Eric Dumazet
2019-11-10net: annotate accesses to sk->sk_incoming_cpuEric Dumazet
2019-11-10inet: stop leaking jiffies on the wireEric Dumazet
2019-11-10erspan: fix the tun_info options_len check for erspanXin Long
2019-10-29ipv4: Return -ENETUNREACH if we can't create route but saddr is validStefano Brivio
2019-10-29ipv4: 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-09-21udp: correct reuseport selection with connected socketsWillem de Bruijn
2019-09-11tcp: fix tcp_ecn_withdraw_cwr() to clear TCP_ECN_QUEUE_CWRNeal Cardwell
2019-09-05net: Properly update v4 routes with v6 nexthopDonald Sharp
2019-08-28tcp: inherit timestamp on mtu probeWillem de Bruijn
2019-08-27tcp: remove empty skb from write queue in error casesEric Dumazet
2019-08-24net: route dump netlink NLM_F_MULTI flag missingJohn Fastabend
2019-08-24ipv4/icmp: fix rt dst dev null pointer dereferenceHangbin Liu
2019-08-21net: fix icmp_socket_deliver argument 2 inputLi RongQing
2019-08-20net: fix __ip_mc_inc_group usageLi RongQing
2019-08-08net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski
2019-08-08inet: frags: re-introduce skb coalescing for local deliveryGuillaume Nault
2019-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-07-25ipip: validate header length in ipip_tunnel_xmitHaishuang Yan
2019-07-24net/ipv4: cleanup error condition testingPavel Machek
2019-07-22bpf: sockmap/tls, close can race with map freeJohn Fastabend
2019-07-21tcp: be more careful in tcp_fragment()Eric Dumazet
2019-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2019-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-07-18tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce
2019-07-18udp: Fix typo in net/ipv4/udp.cSu Yanjun
2019-07-17fib: relax source validation check for loopback packetsCong Wang
2019-07-16netfilter: synproxy: fix erroneous tcp mss optionFernando Fernandez Mancera
2019-07-16netfilter: Update obsolete comments referring to ip_conntrackYonatan Goldschmidt
2019-07-16netfilter: nf_conntrack_sip: fix expectation clashxiao ruizhu
2019-07-16netfilter: Fix rpfilter dropping vrf packets by mistakeMiaohe Lin