aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-3/+3
2020-08-04tunnels: PMTU discovery support for directly bridged IP packetsStefano Brivio1-0/+244
2020-08-04ipv4: route: Ignore output interface in FIB lookup for PMTU routeStefano Brivio1-0/+5
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-9/+17
2020-08-03Merge tag 'mlx5-updates-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-0/+7
2020-08-03tcp: apply a floor of 1 for RTT samples from TCP timestampsJianfeng Wang1-0/+2
2020-08-03net: gre: recompute gre csum for sctp over gre tunnelsLorenzo Bianconi1-2/+11
2020-08-03udp_tunnel: add the ability to hard-code IANA VXLANJakub Kicinski1-0/+7
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-08-01tcp: fix build fong CONFIG_MPTCP=nEric Dumazet1-2/+3
2020-07-31tcp: add earliest departure time to SCM_TIMESTAMPING_OPT_STATSYousuk Seung1-1/+5
2020-07-31mptcp: enable JOIN requests even if cookies are in useFlorian Westphal1-0/+6
2020-07-31tcp: syncookies: create mptcp request socket for ACK cookies with MPTCP optionFlorian Westphal2-7/+34
2020-07-31tcp: rename request_sock cookie_ts bit to syncookieFlorian Westphal2-3/+2
2020-07-31udp, bpf: Ignore connections in reuseport group after BPF sk lookupJakub Sitnicki1-1/+1
2020-07-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller3-33/+91
2020-07-29ipv4: Silence suspicious RCU usage warningIdo Schimmel1-1/+1
2020-07-28fib: use indirect call wrappers in the most common fib_rules_opsBrian Vazquez1-4/+8
2020-07-28net: improve the user pointer check in init_user_sockptrChristoph Hellwig1-1/+1
2020-07-28net: remove sockptr_advanceChristoph Hellwig3-10/+11
2020-07-28netfilter: arp_tables: restore a SPDX identifierChristoph Hellwig1-1/+1
2020-07-27ipmr: Copy option to correct variableIdo Schimmel1-1/+1
2020-07-25bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_tYonghong Song2-4/+4
2020-07-25bpf: Refactor bpf_iter_reg to have separate seq_info memberYonghong Song2-4/+12
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-26/+28
2020-07-24icmp6: support rfc 4884Willem de Bruijn1-0/+1
2020-07-24icmp: prepare rfc 4884 for ipv6Willem de Bruijn2-14/+17
2020-07-24icmp: revise rfc4884 testsWillem de Bruijn1-6/+2
2020-07-24net: optimize the sockptr_t for unified kernel/user address spacesChristoph Hellwig1-6/+8
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig5-20/+16
2020-07-24net/tcp: switch do_tcp_setsockopt to sockptr_tChristoph Hellwig1-18/+16
2020-07-24net/tcp: switch ->md5_parse to sockptr_tChristoph Hellwig2-3/+4
2020-07-24net/udp: switch udp_lib_setsockopt to sockptr_tChristoph Hellwig1-3/+4
2020-07-24net/ipv4: switch do_ip_setsockopt to sockptr_tChristoph Hellwig1-35/+33
2020-07-24net/ipv4: merge ip_options_get and ip_options_get_from_userChristoph Hellwig2-35/+15
2020-07-24net/ipv4: switch ip_mroute_setsockopt to sockptr_tChristoph Hellwig2-8/+9
2020-07-24bpfilter: switch bpfilter_ip_set_sockopt to sockptr_tChristoph Hellwig2-5/+6
2020-07-24netfilter: switch nf_setsockopt to sockptr_tChristoph Hellwig3-27/+28
2020-07-24netfilter: switch xt_copy_counters to sockptr_tChristoph Hellwig2-8/+6
2020-07-24net/xfrm: switch xfrm_user_policy to sockptr_tChristoph Hellwig1-1/+2
2020-07-23tcp: allow at most one TLP probe per flightYuchung Cheng2-10/+14
2020-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-30/+131
2020-07-21net: udp: Fix wrong clean up for IS_UDPLITE macroMiaohe Lin1-1/+1
2020-07-21udp: Improve load balancing for SO_REUSEPORT.Kuniyuki Iwashima1-6/+9
2020-07-21bpf: net: Use precomputed btf_id for bpf iteratorsYonghong Song2-2/+6
2020-07-21xfrm: Make the policy hold queue work with VTI.Steffen Klassert1-1/+5
2020-07-19icmp: support rfc 4884Willem de Bruijn2-0/+83
2020-07-19net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig3-56/+0
2020-07-19net/ipv4: remove compat_ip_{get,set}sockoptChristoph Hellwig6-213/+61
2020-07-19net/ipv4: factor out mcast join/leave setsockopt helpersChristoph Hellwig1-53/+56