summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | bpfilter: switch bpfilter_ip_set_sockopt to sockptr_tChristoph Hellwig2020-07-242-5/+6
| * | | | netfilter: switch nf_setsockopt to sockptr_tChristoph Hellwig2020-07-243-27/+28
| * | | | netfilter: switch xt_copy_counters to sockptr_tChristoph Hellwig2020-07-242-8/+6
| * | | | net/xfrm: switch xfrm_user_policy to sockptr_tChristoph Hellwig2020-07-241-1/+2
| * | | | 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
| |\ \ \ \
| * \ \ \ \ 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
| |\ \ \ \ \ \
| * | | | | | | 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
| | * | | | | | | net: bpf: Implement bpf iterator for tcpYonghong Song2020-06-241-0/+123
| | * | | | | | | net: bpf: Add bpf_seq_afinfo in tcp_iter_stateYonghong Song2020-06-241-6/+24
| | * | | | | | | tcp: Expose tcp_sock_set_keepidle_lockedDmitry Yakunin2020-06-241-3/+3
| * | | | | | | | tcp: call tcp_ack_tstamp() when not fully ackedYousuk Seung2020-06-301-2/+5
| | |/ / / / / / | |/| | | | | |
| * | | | | | | tcp: update delivered_ce with deliveredYousuk Seung2020-06-271-8/+21
| * | | | | | | tcp: count sacked packets in tcp_sacktag_stateYousuk Seung2020-06-271-0/+4
| * | | | | | | tcp: add ece_ack flag to reno sack functionsYousuk Seung2020-06-271-10/+12
| * | | | | | | tcp: stamp SCM_TSTAMP_ACK later in tcp_clean_rtx_queue()Yousuk Seung2020-06-271-2/+2
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-06-2518-37/+105
| |\ \ \ \ \ \ \
| * | | | | | | | udp: move gro declarations to net/udp.hEric Dumazet2020-06-231-3/+0
| * | | | | | | | net: move tcp gro declarations to net/tcp.hEric Dumazet2020-06-231-3/+0
| | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | tcp: remove indirect calls for icsk->icsk_af_ops->send_checkEric Dumazet2020-06-201-1/+4