aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2020-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 6-76/+91
2020-08-12Revert "ipv4: tunnel: fix compilation on ARCH=um"Gravatar David S. Miller 1-1/+0
2020-08-12ipv4: tunnel: fix compilation on ARCH=umGravatar Johannes Berg 1-0/+1
2020-08-11net: initialize fastreuse on inet_inherit_portGravatar Tim Froidcoeur 1-0/+1
2020-08-11net: refactor bind_bucket fastreuse into helperGravatar Tim Froidcoeur 1-44/+53
2020-08-10tcp: correct read of TFO keys on big endian systemsGravatar Jason Baron 3-24/+31
2020-08-10net: Revert "net: optimize the sockptr_t for unified kernel/user address spaces"Gravatar Christoph Hellwig 1-8/+6
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Gravatar Waiman Long 1-1/+1
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 42-887/+2405
2020-08-05ip_tunnel_core: Fix build for archs without _HAVE_ARCH_IPV6_CSUMGravatar Stefano Brivio 1-0/+1
2020-08-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Gravatar Linus Torvalds 1-9/+11
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-3/+3
2020-08-04tunnels: PMTU discovery support for directly bridged IP packetsGravatar Stefano Brivio 1-0/+244
2020-08-04ipv4: route: Ignore output interface in FIB lookup for PMTU routeGravatar Stefano Brivio 1-0/+5
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 2-9/+17
2020-08-03Merge tag 'mlx5-updates-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Gravatar David S. Miller 1-0/+7
2020-08-03tcp: apply a floor of 1 for RTT samples from TCP timestampsGravatar Jianfeng Wang 1-0/+2
2020-08-03net: gre: recompute gre csum for sctp over gre tunnelsGravatar Lorenzo Bianconi 1-2/+11
2020-08-03udp_tunnel: add the ability to hard-code IANA VXLANGravatar Jakub Kicinski 1-0/+7
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-1/+1
2020-08-01tcp: fix build fong CONFIG_MPTCP=nGravatar Eric Dumazet 1-2/+3
2020-07-31tcp: add earliest departure time to SCM_TIMESTAMPING_OPT_STATSGravatar Yousuk Seung 1-1/+5
2020-07-31mptcp: enable JOIN requests even if cookies are in useGravatar Florian Westphal 1-0/+6
2020-07-31tcp: syncookies: create mptcp request socket for ACK cookies with MPTCP optionGravatar Florian Westphal 2-7/+34
2020-07-31tcp: rename request_sock cookie_ts bit to syncookieGravatar Florian Westphal 2-3/+2
2020-07-31udp, bpf: Ignore connections in reuseport group after BPF sk lookupGravatar Jakub Sitnicki 1-1/+1
2020-07-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Gravatar David S. Miller 3-33/+91
2020-07-29ipv4: Silence suspicious RCU usage warningGravatar Ido Schimmel 1-1/+1
2020-07-28fib: use indirect call wrappers in the most common fib_rules_opsGravatar Brian Vazquez 1-4/+8
2020-07-28net: improve the user pointer check in init_user_sockptrGravatar Christoph Hellwig 1-1/+1
2020-07-28net: remove sockptr_advanceGravatar Christoph Hellwig 3-10/+11
2020-07-28netfilter: arp_tables: restore a SPDX identifierGravatar Christoph Hellwig 1-1/+1
2020-07-27ipmr: Copy option to correct variableGravatar Ido Schimmel 1-1/+1
2020-07-25bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_tGravatar Yonghong Song 2-4/+4
2020-07-25bpf: Refactor bpf_iter_reg to have separate seq_info memberGravatar Yonghong Song 2-4/+12
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 3-26/+28
2020-07-24icmp6: support rfc 4884Gravatar Willem de Bruijn 1-0/+1
2020-07-24icmp: prepare rfc 4884 for ipv6Gravatar Willem de Bruijn 2-14/+17
2020-07-24icmp: revise rfc4884 testsGravatar Willem de Bruijn 1-6/+2
2020-07-24net: optimize the sockptr_t for unified kernel/user address spacesGravatar Christoph Hellwig 1-6/+8
2020-07-24net: pass a sockptr_t into ->setsockoptGravatar Christoph Hellwig 5-20/+16
2020-07-24net/tcp: switch do_tcp_setsockopt to sockptr_tGravatar Christoph Hellwig 1-18/+16
2020-07-24net/tcp: switch ->md5_parse to sockptr_tGravatar Christoph Hellwig 2-3/+4
2020-07-24net/udp: switch udp_lib_setsockopt to sockptr_tGravatar Christoph Hellwig 1-3/+4
2020-07-24net/ipv4: switch do_ip_setsockopt to sockptr_tGravatar Christoph Hellwig 1-35/+33
2020-07-24net/ipv4: merge ip_options_get and ip_options_get_from_userGravatar Christoph Hellwig 2-35/+15
2020-07-24net/ipv4: switch ip_mroute_setsockopt to sockptr_tGravatar Christoph Hellwig 2-8/+9
2020-07-24bpfilter: switch bpfilter_ip_set_sockopt to sockptr_tGravatar Christoph Hellwig 2-5/+6
2020-07-24netfilter: switch nf_setsockopt to sockptr_tGravatar Christoph Hellwig 3-27/+28
2020-07-24netfilter: switch xt_copy_counters to sockptr_tGravatar Christoph Hellwig 2-8/+6