summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2020-08-01tcp: fix build fong CONFIG_MPTCP=nEric Dumazet1-2/+3
2020-08-01tcp: add earliest departure time to SCM_TIMESTAMPING_OPT_STATSYousuk Seung1-1/+5
2020-08-01mptcp: enable JOIN requests even if cookies are in useFlorian Westphal1-0/+6
2020-08-01tcp: syncookies: create mptcp request socket for ACK cookies with MPTCP optionFlorian Westphal2-7/+34
2020-08-01tcp: rename request_sock cookie_ts bit to syncookieFlorian Westphal2-3/+2
2020-07-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller3-33/+91
2020-07-29fib: 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-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-26/+28
2020-07-25icmp6: support rfc 4884Willem de Bruijn1-0/+1
2020-07-25icmp: prepare rfc 4884 for ipv6Willem de Bruijn2-14/+17
2020-07-25icmp: revise rfc4884 testsWillem de Bruijn1-6/+2
2020-07-25net: optimize the sockptr_t for unified kernel/user address spacesChristoph Hellwig1-6/+8
2020-07-25net: pass a sockptr_t into ->setsockoptChristoph Hellwig5-20/+16
2020-07-25net/tcp: switch do_tcp_setsockopt to sockptr_tChristoph Hellwig1-18/+16
2020-07-25net/tcp: switch ->md5_parse to sockptr_tChristoph Hellwig2-3/+4
2020-07-25net/udp: switch udp_lib_setsockopt to sockptr_tChristoph Hellwig1-3/+4
2020-07-25net/ipv4: switch do_ip_setsockopt to sockptr_tChristoph Hellwig1-35/+33
2020-07-25net/ipv4: merge ip_options_get and ip_options_get_from_userChristoph Hellwig2-35/+15
2020-07-25net/ipv4: switch ip_mroute_setsockopt to sockptr_tChristoph Hellwig2-8/+9
2020-07-25bpfilter: switch bpfilter_ip_set_sockopt to sockptr_tChristoph Hellwig2-5/+6
2020-07-25netfilter: switch nf_setsockopt to sockptr_tChristoph Hellwig3-27/+28
2020-07-25netfilter: switch xt_copy_counters to sockptr_tChristoph Hellwig2-8/+6
2020-07-25net/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-22net: udp: Fix wrong clean up for IS_UDPLITE macroMiaohe Lin1-1/+1
2020-07-22udp: 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-20icmp: support rfc 4884Willem de Bruijn2-0/+83
2020-07-20net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig3-56/+0
2020-07-20net/ipv4: remove compat_ip_{get,set}sockoptChristoph Hellwig6-213/+61
2020-07-20net/ipv4: factor out mcast join/leave setsockopt helpersChristoph Hellwig1-53/+56
2020-07-20net/ipv4: factor out MCAST_MSFILTER setsockopt helpersChristoph Hellwig1-76/+86
2020-07-20net/ipv4: factor out MCAST_MSFILTER getsockopt helpersChristoph Hellwig1-61/+70
2020-07-20netfilter: remove the compat argument to xt_copy_counters_from_userChristoph Hellwig2-4/+2
2020-07-20netfilter: remove the compat_{get,set} methodsChristoph Hellwig1-3/+2
2020-07-20netfilter/ip_tables: clean up compat {get,set}sockopt handlingChristoph Hellwig1-65/+21
2020-07-20netfilter/arp_tables: clean up compat {get, set}sockopt handlingChristoph Hellwig1-64/+21
2020-07-20net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig1-6/+0
2020-07-18udp: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki1-9/+50
2020-07-18udp: Extract helper for selecting socket from reuseport groupJakub Sitnicki1-10/+24
2020-07-18inet: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki1-0/+31
2020-07-18inet: Extract helper for selecting socket from reuseport groupJakub Sitnicki1-9/+20
2020-07-17tcp: add SNMP counter for no. of duplicate segments reported by DSACKPriyaranjan Jha2-0/+2
2020-07-17tcp: fix segment accounting when DSACK range covers multiple segmentsPriyaranjan Jha1-36/+44