summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
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-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-30/+131
2020-07-21bpf: net: Use precomputed btf_id for bpf iteratorsYonghong Song2-2/+6
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
2020-07-19net/ipv4: factor out MCAST_MSFILTER setsockopt helpersChristoph Hellwig1-76/+86
2020-07-19net/ipv4: factor out MCAST_MSFILTER getsockopt helpersChristoph Hellwig1-61/+70
2020-07-19netfilter: remove the compat argument to xt_copy_counters_from_userChristoph Hellwig2-4/+2
2020-07-19netfilter: remove the compat_{get,set} methodsChristoph Hellwig1-3/+2
2020-07-19netfilter/ip_tables: clean up compat {get,set}sockopt handlingChristoph Hellwig1-65/+21
2020-07-19netfilter/arp_tables: clean up compat {get, set}sockopt handlingChristoph Hellwig1-64/+21
2020-07-19net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig1-6/+0
2020-07-17udp: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki1-9/+50
2020-07-17udp: Extract helper for selecting socket from reuseport groupJakub Sitnicki1-10/+24
2020-07-17inet: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki1-0/+31
2020-07-17inet: 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
2020-07-14Merge branch 'usermode-driver-cleanup' of git://git.kernel.org/pub/scm/linux/...Alexei Starovoitov1-9/+11
2020-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+3
2020-07-13net: ipv4: kerneldoc fixesAndrew Lunn6-7/+13
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller12-19/+61
2020-07-10inet: Remove an unnecessary argument of syn_ack_recalc().Kuniyuki Iwashima1-20/+13
2020-07-10ethtool: add tunnel info interfaceJakub Kicinski1-0/+69
2020-07-10udp_tunnel: add central NIC RX port offload infrastructureJakub Kicinski4-1/+830
2020-07-09tcp: make sure listeners don't initialize congestion-control stateChristoph Paasch2-1/+4
2020-07-09inet_diag: support for wider protocol numbersPaolo Abeni1-17/+48
2020-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-0/+21
2020-07-08bpf: Add BPF_CGROUP_INET_SOCK_RELEASE hookStanislav Fomichev1-0/+3
2020-07-07ipv4: fill fl4_icmp_{type,code} in ping_v4_sendmsgSabrina Dubroca1-0/+3
2020-07-07bpfilter: Take advantage of the facilities of struct pidEric W. Biederman1-7/+8
2020-07-06Replace HTTP links with HTTPS ones: IPv*Alexander A. Klimov8-12/+12
2020-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-14/+289
2020-07-04umd: Track user space drivers with struct pidEric W. Biederman1-1/+2
2020-07-04umd: Rename umd_info.cmdline umd_info.driver_nameEric W. Biederman1-1/+1
2020-07-04umd: For clarity rename umh_info umd_infoEric W. Biederman1-1/+1
2020-07-02tcp: md5: allow changing MD5 keys in all socket statesEric Dumazet1-4/+1
2020-07-01tcp: fix SO_RCVLOWAT possible hangs under high mem pressureEric Dumazet1-0/+2
2020-07-01ip: Fix SO_MARK in RST, ACK and ICMP packetsWillem de Bruijn2-3/+3
2020-07-01tcp: md5: do not send silly options in SYNCOOKIESEric Dumazet1-3/+5
2020-07-01tcp: md5: refine tcp_md5_do_add()/tcp_md5_hash_key() barriersEric Dumazet2-9/+18
2020-06-30tcp: md5: add missing memory barriers in tcp_md5_do_add()/tcp_md5_hash_key()Eric Dumazet2-2/+8
2020-06-30tcp: call tcp_ack_tstamp() when not fully ackedYousuk Seung1-2/+5
2020-06-30net: vti: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld1-0/+1
2020-06-30net: ipip: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld1-0/+1
2020-06-30net: ip_tunnel: add header_ops for layer 3 devicesJason A. Donenfeld1-0/+18