summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2019-12-04net: skmsg: fix TLS 1.3 crash with full sk_msgJakub Kicinski1-1/+1
2019-11-29net/ipv4: fix sysctl max for fib_multipath_hash_policyMarcelo Ricardo Leitner1-1/+1
2019-11-20ipmr: Fix skb headroom in ipmr_get_route().Guillaume Nault1-1/+2
2019-11-12ipv4: Fix table id reference in fib_sync_down_addrDavid Ahern1-1/+1
2019-11-10net: ensure correct skb->tstamp in various fragmentersEric Dumazet1-0/+3
2019-11-10ipv4: fix IPSKB_FRAG_PMTU handling with fragmentationEric Dumazet1-5/+6
2019-11-10ipv4: fix route update on metric change.Paolo Abeni1-1/+1
2019-11-10net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet1-1/+1
2019-11-10net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet2-2/+2
2019-11-10udp: use skb_queue_empty_lockless()Eric Dumazet1-3/+3
2019-11-10udp: fix data-race in udp_set_dev_scratch()Eric Dumazet1-4/+15
2019-11-10net: annotate accesses to sk->sk_incoming_cpuEric Dumazet2-2/+2
2019-11-10inet: stop leaking jiffies on the wireEric Dumazet2-3/+3
2019-11-10erspan: fix the tun_info options_len check for erspanXin Long1-2/+2
2019-10-29ipv4: Return -ENETUNREACH if we can't create route but saddr is validStefano Brivio1-3/+6
2019-10-29ipv4: fix race condition between route lookup and invalidationWei Wang1-1/+1
2019-10-07udp: only do GSO if # of segs > 1Josh Hunt1-4/+7
2019-10-07tcp: adjust rto_base in retransmits_timed_out()Eric Dumazet1-2/+7
2019-10-07udp: fix gso_segs calculationsJosh Hunt1-1/+1
2019-10-07net: ipv4: avoid mixed n_redirects and rate_tokens usagePaolo Abeni1-3/+2
2019-10-07erspan: remove the incorrect mtu limit for erspanHaishuang Yan1-0/+1
2019-10-05tcp: better handle TCP_USER_TIMEOUT in SYN_SENT stateEric Dumazet1-2/+3
2019-10-05ipv4: Revert removal of rt_uses_gatewayDavid Ahern5-19/+26
2019-10-05tcp_bbr: fix quantization code to not raise cwnd if not probing bandwidthKevin(Yudong) Yang1-4/+4
2019-09-21udp: correct reuseport selection with connected socketsWillem de Bruijn2-2/+5
2019-09-11tcp: fix tcp_ecn_withdraw_cwr() to clear TCP_ECN_QUEUE_CWRNeal Cardwell1-1/+1
2019-09-05net: Properly update v4 routes with v6 nexthopDonald Sharp1-7/+8
2019-08-28tcp: inherit timestamp on mtu probeWillem de Bruijn1-1/+2
2019-08-27tcp: remove empty skb from write queue in error casesEric Dumazet1-10/+20
2019-08-24net: route dump netlink NLM_F_MULTI flag missingJohn Fastabend2-8/+11
2019-08-24ipv4/icmp: fix rt dst dev null pointer dereferenceHangbin Liu1-1/+7
2019-08-21net: fix icmp_socket_deliver argument 2 inputLi RongQing1-1/+1
2019-08-20net: fix __ip_mc_inc_group usageLi RongQing1-2/+2
2019-08-08net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski3-1/+11
2019-08-08inet: frags: re-introduce skb coalescing for local deliveryGuillaume Nault2-12/+35
2019-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+13
2019-07-25ipip: validate header length in ipip_tunnel_xmitHaishuang Yan1-0/+3
2019-07-24net/ipv4: cleanup error condition testingPavel Machek1-1/+1
2019-07-22bpf: sockmap/tls, close can race with map freeJohn Fastabend1-0/+13
2019-07-21tcp: be more careful in tcp_fragment()Eric Dumazet1-2/+11
2019-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller4-8/+11
2019-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-5/+12
2019-07-18tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet2-4/+6
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce1-31/+29
2019-07-18udp: Fix typo in net/ipv4/udp.cSu Yanjun1-1/+1
2019-07-17fib: relax source validation check for loopback packetsCong Wang1-0/+5
2019-07-16netfilter: synproxy: fix erroneous tcp mss optionFernando Fernandez Mancera1-0/+2
2019-07-16netfilter: Update obsolete comments referring to ip_conntrackYonatan Goldschmidt1-2/+2
2019-07-16netfilter: nf_conntrack_sip: fix expectation clashxiao ruizhu1-6/+6
2019-07-16netfilter: Fix rpfilter dropping vrf packets by mistakeMiaohe Lin1-0/+1