summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-223-30/+131
|\
| * bpf: net: Use precomputed btf_id for bpf iteratorsYonghong Song2020-07-212-2/+6
| * udp: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki2020-07-171-9/+50
| * udp: Extract helper for selecting socket from reuseport groupJakub Sitnicki2020-07-171-10/+24
| * inet: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki2020-07-171-0/+31
| * inet: Extract helper for selecting socket from reuseport groupJakub Sitnicki2020-07-171-9/+20
* | icmp: support rfc 4884Willem de Bruijn2020-07-192-0/+83
* | net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig2020-07-193-56/+0
* | net/ipv4: remove compat_ip_{get,set}sockoptChristoph Hellwig2020-07-196-213/+61
* | net/ipv4: factor out mcast join/leave setsockopt helpersChristoph Hellwig2020-07-191-53/+56
* | net/ipv4: factor out MCAST_MSFILTER setsockopt helpersChristoph Hellwig2020-07-191-76/+86
* | net/ipv4: factor out MCAST_MSFILTER getsockopt helpersChristoph Hellwig2020-07-191-61/+70
* | netfilter: remove the compat argument to xt_copy_counters_from_userChristoph Hellwig2020-07-192-4/+2
* | netfilter: remove the compat_{get,set} methodsChristoph Hellwig2020-07-191-3/+2
* | netfilter/ip_tables: clean up compat {get,set}sockopt handlingChristoph Hellwig2020-07-191-65/+21
* | netfilter/arp_tables: clean up compat {get, set}sockopt handlingChristoph Hellwig2020-07-191-64/+21
* | net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig2020-07-191-6/+0
* | tcp: add SNMP counter for no. of duplicate segments reported by DSACKPriyaranjan Jha2020-07-172-0/+2
* | tcp: fix segment accounting when DSACK range covers multiple segmentsPriyaranjan Jha2020-07-171-36/+44
|/
* Merge branch 'usermode-driver-cleanup' of git://git.kernel.org/pub/scm/linux/...Alexei Starovoitov2020-07-141-9/+11
|\
| * bpfilter: Take advantage of the facilities of struct pidEric W. Biederman2020-07-071-7/+8
| * umd: Track user space drivers with struct pidEric W. Biederman2020-07-041-1/+2
| * umd: Rename umd_info.cmdline umd_info.driver_nameEric W. Biederman2020-07-041-1/+1
| * umd: For clarity rename umh_info umd_infoEric W. Biederman2020-07-041-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-131-0/+3
|\ \
| * | bpf: Add BPF_CGROUP_INET_SOCK_RELEASE hookStanislav Fomichev2020-07-081-0/+3
* | | net: ipv4: kerneldoc fixesAndrew Lunn2020-07-136-7/+13
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-1112-19/+61
|\ \ \
| * | | tcp: make sure listeners don't initialize congestion-control stateChristoph Paasch2020-07-092-1/+4
| * | | ipv4: fill fl4_icmp_{type,code} in ping_v4_sendmsgSabrina Dubroca2020-07-071-0/+3
| * | | tcp: md5: allow changing MD5 keys in all socket statesEric Dumazet2020-07-021-4/+1
| * | | tcp: fix SO_RCVLOWAT possible hangs under high mem pressureEric Dumazet2020-07-011-0/+2
| * | | ip: Fix SO_MARK in RST, ACK and ICMP packetsWillem de Bruijn2020-07-012-3/+3
| * | | tcp: md5: do not send silly options in SYNCOOKIESEric Dumazet2020-07-011-3/+5
| * | | tcp: md5: refine tcp_md5_do_add()/tcp_md5_hash_key() barriersEric Dumazet2020-07-012-9/+18
| * | | tcp: md5: add missing memory barriers in tcp_md5_do_add()/tcp_md5_hash_key()Eric Dumazet2020-06-302-2/+8
| * | | net: vti: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld2020-06-301-0/+1
| * | | net: ipip: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld2020-06-301-0/+1
| * | | net: ip_tunnel: add header_ops for layer 3 devicesJason A. Donenfeld2020-06-301-0/+18
| * | | net: ipv4: Fix wrong type conversion from hint to rt in ip_route_use_hint()Miaohe Lin2020-06-271-1/+1
* | | | inet: Remove an unnecessary argument of syn_ack_recalc().Kuniyuki Iwashima2020-07-101-20/+13
* | | | ethtool: add tunnel info interfaceJakub Kicinski2020-07-101-0/+69
* | | | udp_tunnel: add central NIC RX port offload infrastructureJakub Kicinski2020-07-104-1/+830
* | | | inet_diag: support for wider protocol numbersPaolo Abeni2020-07-091-17/+48
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2020-07-081-0/+21
|\ \ \ \ | |_|/ / |/| | |
| * | | netfilter: introduce support for reject at prerouting stageLaura Garcia Liebana2020-06-301-0/+21
* | | | Replace HTTP links with HTTPS ones: IPv*Alexander A. Klimov2020-07-068-12/+12
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-043-14/+289
|\ \ \ \
| * | | | net: bpf: Implement bpf iterator for udpYonghong Song2020-06-241-0/+116
| * | | | net: bpf: Add bpf_seq_afinfo in udp_iter_stateYonghong Song2020-06-241-5/+23