summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* tcp: Prevent low rmem stalls with SO_RCVLOWAT.Arjun Roy2020-11-012-1/+4
* ip_gre: set dev->hard_header_len and dev->needed_headroom properlyCong Wang2020-10-291-4/+11
* netfilter: nf_log: missing vlan offload tag and protoPablo Neira Ayuso2020-10-292-4/+21
* tcp: fix to update snd_wl1 in bulk receiver fast pathNeal Cardwell2020-10-291-0/+2
* nexthop: Fix performance regression in nexthop deletionIdo Schimmel2020-10-291-1/+1
* icmp: randomize the global rate limiterEric Dumazet2020-10-291-2/+5
* ipv4: Restore flowi4_oif update before call to xfrm_lookup_routeDavid Ahern2020-10-291-1/+3
* tcp: fix receive window update in tcp_add_backlog()Eric Dumazet2020-10-061-3/+3
* tcp: fix syn cookied MPTCP request socket leakPaolo Abeni2020-10-021-1/+1
* tcp: use sendpage_ok() to detect misused .sendpageColy Li2020-10-021-1/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-09-281-0/+2
|\
| * ip_vti: Fix unused variable warningYueHaibing2020-08-081-0/+2
* | tcp: skip DSACKs with dubious sequence rangesPriyaranjan Jha2020-09-242-7/+26
* | inet_diag: validate INET_DIAG_REQ_PROTOCOL attributeEric Dumazet2020-09-211-5/+15
* | ipv4: Update exception handling for multipath routes via same deviceDavid Ahern2020-09-151-5/+8
* | lwtunnel: only keep the available bits when setting vxlan md->gbpXin Long2020-09-141-0/+1
* | ipv4: Initialize flowi4_multipath_hash in data pathDavid Ahern2020-09-142-0/+2
* | ip: fix tos reflection in ack and reset packetsWei Wang2020-09-081-1/+2
* | netfilter: delete repeated wordsRandy Dunlap2020-08-281-1/+1
* | net: Fix some commentsMiaohe Lin2020-08-271-1/+1
* | ipv4: Silence suspicious RCU usage warningIdo Schimmel2020-08-261-1/+2
* | net: nexthop: don't allow empty NHA_GROUPNikolay Aleksandrov2020-08-221-1/+4
* | net: ipv4: remove duplicate "the the" phrase in Kconfig textColin Ian King2020-08-181-7/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-136-76/+91
|\ \
| * | Revert "ipv4: tunnel: fix compilation on ARCH=um"David S. Miller2020-08-121-1/+0
| * | ipv4: tunnel: fix compilation on ARCH=umJohannes Berg2020-08-121-0/+1
| * | net: initialize fastreuse on inet_inherit_portTim Froidcoeur2020-08-111-0/+1
| * | net: refactor bind_bucket fastreuse into helperTim Froidcoeur2020-08-111-44/+53
| * | tcp: correct read of TFO keys on big endian systemsJason Baron2020-08-103-24/+31
| * | net: Revert "net: optimize the sockptr_t for unified kernel/user address spaces"Christoph Hellwig2020-08-101-8/+6
| |/
* / mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-0542-887/+2405
|\
| * ip_tunnel_core: Fix build for archs without _HAVE_ARCH_IPV6_CSUMStefano Brivio2020-08-051-0/+1
| * tunnels: PMTU discovery support for directly bridged IP packetsStefano Brivio2020-08-041-0/+244
| * ipv4: route: Ignore output interface in FIB lookup for PMTU routeStefano Brivio2020-08-041-0/+5
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-08-032-9/+17
| |\
| | * udp, bpf: Ignore connections in reuseport group after BPF sk lookupJakub Sitnicki2020-07-311-1/+1
| | * bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_tYonghong Song2020-07-252-4/+4
| | * bpf: Refactor bpf_iter_reg to have separate seq_info memberYonghong Song2020-07-252-4/+12
| * | Merge tag 'mlx5-updates-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2020-08-031-0/+7
| |\ \
| | * | udp_tunnel: add the ability to hard-code IANA VXLANJakub Kicinski2020-08-031-0/+7
| * | | tcp: apply a floor of 1 for RTT samples from TCP timestampsJianfeng Wang2020-08-031-0/+2
| * | | net: gre: recompute gre csum for sctp over gre tunnelsLorenzo Bianconi2020-08-031-2/+11
| |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-021-1/+1
| |\ \
| * | | tcp: fix build fong CONFIG_MPTCP=nEric Dumazet2020-08-011-2/+3
| * | | tcp: add earliest departure time to SCM_TIMESTAMPING_OPT_STATSYousuk Seung2020-07-311-1/+5
| * | | mptcp: enable JOIN requests even if cookies are in useFlorian Westphal2020-07-311-0/+6
| * | | tcp: syncookies: create mptcp request socket for ACK cookies with MPTCP optionFlorian Westphal2020-07-312-7/+34
| * | | tcp: rename request_sock cookie_ts bit to syncookieFlorian Westphal2020-07-312-3/+2
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-07-303-33/+91
| |\ \ \