summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ \
| | * | | xfrm: Make the policy hold queue work with VTI.Steffen Klassert2020-07-211-1/+5
| | * | | ip_vti: not register vti_ipip_handler twiceXin Long2020-07-141-3/+10
| | * | | ipcomp: assign if_id to child tunnel from parent tunnelXin Long2020-07-091-0/+1
| | * | | ip_vti: support IPIP6 tunnel processingXin Long2020-07-091-2/+14
| | * | | ip_vti: support IPIP tunnel processing with .cb_handlerXin Long2020-07-091-30/+21
| | * | | tunnel4: add cb_handler to struct xfrm_tunnelXin Long2020-07-091-0/+43
| * | | | fib: use indirect call wrappers in the most common fib_rules_opsBrian Vazquez2020-07-281-4/+8
| * | | | net: improve the user pointer check in init_user_sockptrChristoph Hellwig2020-07-281-1/+1
| * | | | net: remove sockptr_advanceChristoph Hellwig2020-07-283-10/+11
| * | | | netfilter: arp_tables: restore a SPDX identifierChristoph Hellwig2020-07-281-1/+1
| * | | | ipmr: Copy option to correct variableIdo Schimmel2020-07-271-1/+1
| | |_|/ | |/| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-253-26/+28
| |\ \ \
| * | | | icmp6: support rfc 4884Willem de Bruijn2020-07-241-0/+1
| * | | | icmp: prepare rfc 4884 for ipv6Willem de Bruijn2020-07-242-14/+17
| * | | | icmp: revise rfc4884 testsWillem de Bruijn2020-07-241-6/+2
| * | | | net: optimize the sockptr_t for unified kernel/user address spacesChristoph Hellwig2020-07-241-6/+8
| * | | | net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-245-20/+16
| * | | | net/tcp: switch do_tcp_setsockopt to sockptr_tChristoph Hellwig2020-07-241-18/+16
| * | | | net/tcp: switch ->md5_parse to sockptr_tChristoph Hellwig2020-07-242-3/+4
| * | | | net/udp: switch udp_lib_setsockopt to sockptr_tChristoph Hellwig2020-07-241-3/+4
| * | | | net/ipv4: switch do_ip_setsockopt to sockptr_tChristoph Hellwig2020-07-241-35/+33
| * | | | net/ipv4: merge ip_options_get and ip_options_get_from_userChristoph Hellwig2020-07-242-35/+15
| * | | | net/ipv4: switch ip_mroute_setsockopt to sockptr_tChristoph Hellwig2020-07-242-8/+9