summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* ipv4: Return -ENETUNREACH if we can't create route but saddr is validStefano Brivio2019-10-291-3/+6
* ipv4: fix race condition between route lookup and invalidationWei Wang2019-10-291-1/+1
* udp: only do GSO if # of segs > 1Josh Hunt2019-10-071-4/+7
* tcp: adjust rto_base in retransmits_timed_out()Eric Dumazet2019-10-071-2/+7
* udp: fix gso_segs calculationsJosh Hunt2019-10-071-1/+1
* net: ipv4: avoid mixed n_redirects and rate_tokens usagePaolo Abeni2019-10-071-3/+2
* erspan: remove the incorrect mtu limit for erspanHaishuang Yan2019-10-071-0/+1
* tcp: better handle TCP_USER_TIMEOUT in SYN_SENT stateEric Dumazet2019-10-051-2/+3
* ipv4: Revert removal of rt_uses_gatewayDavid Ahern2019-10-055-19/+26
* tcp_bbr: fix quantization code to not raise cwnd if not probing bandwidthKevin(Yudong) Yang2019-10-051-4/+4
* udp: correct reuseport selection with connected socketsWillem de Bruijn2019-09-212-2/+5
* tcp: fix tcp_ecn_withdraw_cwr() to clear TCP_ECN_QUEUE_CWRNeal Cardwell2019-09-111-1/+1
* net: Properly update v4 routes with v6 nexthopDonald Sharp2019-09-051-7/+8
* tcp: inherit timestamp on mtu probeWillem de Bruijn2019-08-281-1/+2
* tcp: remove empty skb from write queue in error casesEric Dumazet2019-08-271-10/+20
* net: route dump netlink NLM_F_MULTI flag missingJohn Fastabend2019-08-242-8/+11
* ipv4/icmp: fix rt dst dev null pointer dereferenceHangbin Liu2019-08-241-1/+7
* net: fix icmp_socket_deliver argument 2 inputLi RongQing2019-08-211-1/+1
* net: fix __ip_mc_inc_group usageLi RongQing2019-08-201-2/+2
* net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski2019-08-083-1/+11
* inet: frags: re-introduce skb coalescing for local deliveryGuillaume Nault2019-08-082-12/+35
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-07-251-0/+13
|\
| * bpf: sockmap/tls, close can race with map freeJohn Fastabend2019-07-221-0/+13
* | ipip: validate header length in ipip_tunnel_xmitHaishuang Yan2019-07-251-0/+3
* | net/ipv4: cleanup error condition testingPavel Machek2019-07-241-1/+1
* | tcp: be more careful in tcp_fragment()Eric Dumazet2019-07-211-2/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-07-194-8/+11
|\ \
| * | netfilter: synproxy: fix erroneous tcp mss optionFernando Fernandez Mancera2019-07-161-0/+2
| * | netfilter: Update obsolete comments referring to ip_conntrackYonatan Goldschmidt2019-07-161-2/+2
| * | netfilter: nf_conntrack_sip: fix expectation clashxiao ruizhu2019-07-161-6/+6
| * | netfilter: Fix rpfilter dropping vrf packets by mistakeMiaohe Lin2019-07-161-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-07-194-5/+12
|\ \ \ | | |/ | |/|
| * | tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet2019-07-182-4/+6
| * | udp: Fix typo in net/ipv4/udp.cSu Yanjun2019-07-181-1/+1
| * | fib: relax source validation check for loopback packetsCong Wang2019-07-171-0/+5
| |/
* / proc/sysctl: add shared variables for range checkMatteo Croce2019-07-181-31/+29
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-1143-1111/+3251
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-085-10/+13
| |\
| | * tcp: Reset bytes_acked and bytes_received when disconnectingChristoph Paasch2019-07-081-0/+2
| | * ipv4: Fix NULL pointer dereference in ipv4_neigh_lookup()Ido Schimmel2019-07-051-1/+1
| | * net: don't warn in inet diag when IPV6 is disabledStephen Hemminger2019-07-031-3/+0
| | * ipv4: don't set IPv6 only flags to IPv4 addressesMatteo Croce2019-07-011-0/+8
| | * igmp: fix memory leak in igmpv3_del_delrec()Eric Dumazet2019-06-291-6/+2
| * | ipv4: Multipath hashing on inner L3 needs to consider inner IPv6 pktsStephen Suryaputra2019-07-081-4/+17
| * | net: remove unused parameter from skb_checksum_try_convertLi RongQing2019-07-052-3/+2
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-07-056-82/+6
| |\ \
| | * | xfrm: remove get_mtu indirection from xfrm_typeFlorian Westphal2019-07-011-26/+1
| | * | xfrm: remove type and offload_type map from xfrm_state_afinfoFlorian Westphal2019-06-065-11/+5
| | * | xfrm: remove eth_proto value from xfrm_state_afinfoFlorian Westphal2019-06-061-2/+0
| | * | xfrm: remove init_flags indirection from xfrm_state_afinfoFlorian Westphal2019-06-051-8/+0