Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | bpfilter: switch bpfilter_ip_set_sockopt to sockptr_t | Christoph Hellwig | 2020-07-24 | 2 | -5/+6 | |
| * | | | | netfilter: switch nf_setsockopt to sockptr_t | Christoph Hellwig | 2020-07-24 | 3 | -27/+28 | |
| * | | | | netfilter: switch xt_copy_counters to sockptr_t | Christoph Hellwig | 2020-07-24 | 2 | -8/+6 | |
| * | | | | net/xfrm: switch xfrm_user_policy to sockptr_t | Christoph Hellwig | 2020-07-24 | 1 | -1/+2 | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2020-07-22 | 3 | -30/+131 | |
| |\ \ \ \ | ||||||
| | * | | | | bpf: net: Use precomputed btf_id for bpf iterators | Yonghong Song | 2020-07-21 | 2 | -2/+6 | |
| | * | | | | udp: Run SK_LOOKUP BPF program on socket lookup | Jakub Sitnicki | 2020-07-17 | 1 | -9/+50 | |
| | * | | | | udp: Extract helper for selecting socket from reuseport group | Jakub Sitnicki | 2020-07-17 | 1 | -10/+24 | |
| | * | | | | inet: Run SK_LOOKUP BPF program on socket lookup | Jakub Sitnicki | 2020-07-17 | 1 | -0/+31 | |
| | * | | | | inet: Extract helper for selecting socket from reuseport group | Jakub Sitnicki | 2020-07-17 | 1 | -9/+20 | |
| * | | | | | icmp: support rfc 4884 | Willem de Bruijn | 2020-07-19 | 2 | -0/+83 | |
| * | | | | | net/ipv6: remove compat_ipv6_{get,set}sockopt | Christoph Hellwig | 2020-07-19 | 3 | -56/+0 | |
| * | | | | | net/ipv4: remove compat_ip_{get,set}sockopt | Christoph Hellwig | 2020-07-19 | 6 | -213/+61 | |
| * | | | | | net/ipv4: factor out mcast join/leave setsockopt helpers | Christoph Hellwig | 2020-07-19 | 1 | -53/+56 | |
| * | | | | | net/ipv4: factor out MCAST_MSFILTER setsockopt helpers | Christoph Hellwig | 2020-07-19 | 1 | -76/+86 | |
| * | | | | | net/ipv4: factor out MCAST_MSFILTER getsockopt helpers | Christoph Hellwig | 2020-07-19 | 1 | -61/+70 | |
| * | | | | | netfilter: remove the compat argument to xt_copy_counters_from_user | Christoph Hellwig | 2020-07-19 | 2 | -4/+2 | |
| * | | | | | netfilter: remove the compat_{get,set} methods | Christoph Hellwig | 2020-07-19 | 1 | -3/+2 | |
| * | | | | | netfilter/ip_tables: clean up compat {get,set}sockopt handling | Christoph Hellwig | 2020-07-19 | 1 | -65/+21 | |
| * | | | | | netfilter/arp_tables: clean up compat {get, set}sockopt handling | Christoph Hellwig | 2020-07-19 | 1 | -64/+21 | |
| * | | | | | net: remove compat_sock_common_{get,set}sockopt | Christoph Hellwig | 2020-07-19 | 1 | -6/+0 | |
| * | | | | | tcp: add SNMP counter for no. of duplicate segments reported by DSACK | Priyaranjan Jha | 2020-07-17 | 2 | -0/+2 | |
| * | | | | | tcp: fix segment accounting when DSACK range covers multiple segments | Priyaranjan Jha | 2020-07-17 | 1 | -36/+44 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'usermode-driver-cleanup' of git://git.kernel.org/pub/scm/linux/... | Alexei Starovoitov | 2020-07-14 | 1 | -9/+11 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2020-07-13 | 1 | -0/+3 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | bpf: Add BPF_CGROUP_INET_SOCK_RELEASE hook | Stanislav Fomichev | 2020-07-08 | 1 | -0/+3 | |
| * | | | | | | net: ipv4: kerneldoc fixes | Andrew Lunn | 2020-07-13 | 6 | -7/+13 | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-07-11 | 12 | -19/+61 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | inet: Remove an unnecessary argument of syn_ack_recalc(). | Kuniyuki Iwashima | 2020-07-10 | 1 | -20/+13 | |
| * | | | | | | | ethtool: add tunnel info interface | Jakub Kicinski | 2020-07-10 | 1 | -0/+69 | |
| * | | | | | | | udp_tunnel: add central NIC RX port offload infrastructure | Jakub Kicinski | 2020-07-10 | 4 | -1/+830 | |
| * | | | | | | | inet_diag: support for wider protocol numbers | Paolo Abeni | 2020-07-09 | 1 | -17/+48 | |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2020-07-08 | 1 | -0/+21 | |
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||||
| | * | | | | | | netfilter: introduce support for reject at prerouting stage | Laura Garcia Liebana | 2020-06-30 | 1 | -0/+21 | |
| * | | | | | | | Replace HTTP links with HTTPS ones: IPv* | Alexander A. Klimov | 2020-07-06 | 8 | -12/+12 | |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2020-07-04 | 3 | -14/+289 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | net: bpf: Implement bpf iterator for udp | Yonghong Song | 2020-06-24 | 1 | -0/+116 | |
| | * | | | | | | | net: bpf: Add bpf_seq_afinfo in udp_iter_state | Yonghong Song | 2020-06-24 | 1 | -5/+23 | |
| | * | | | | | | | net: bpf: Implement bpf iterator for tcp | Yonghong Song | 2020-06-24 | 1 | -0/+123 | |
| | * | | | | | | | net: bpf: Add bpf_seq_afinfo in tcp_iter_state | Yonghong Song | 2020-06-24 | 1 | -6/+24 | |
| | * | | | | | | | tcp: Expose tcp_sock_set_keepidle_locked | Dmitry Yakunin | 2020-06-24 | 1 | -3/+3 | |
| * | | | | | | | | tcp: call tcp_ack_tstamp() when not fully acked | Yousuk Seung | 2020-06-30 | 1 | -2/+5 | |
| | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | tcp: update delivered_ce with delivered | Yousuk Seung | 2020-06-27 | 1 | -8/+21 | |
| * | | | | | | | tcp: count sacked packets in tcp_sacktag_state | Yousuk Seung | 2020-06-27 | 1 | -0/+4 | |
| * | | | | | | | tcp: add ece_ack flag to reno sack functions | Yousuk Seung | 2020-06-27 | 1 | -10/+12 | |
| * | | | | | | | tcp: stamp SCM_TSTAMP_ACK later in tcp_clean_rtx_queue() | Yousuk Seung | 2020-06-27 | 1 | -2/+2 | |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-06-25 | 18 | -37/+105 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | udp: move gro declarations to net/udp.h | Eric Dumazet | 2020-06-23 | 1 | -3/+0 | |
| * | | | | | | | | net: move tcp gro declarations to net/tcp.h | Eric Dumazet | 2020-06-23 | 1 | -3/+0 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
| * | | | | | | | tcp: remove indirect calls for icsk->icsk_af_ops->send_check | Eric Dumazet | 2020-06-20 | 1 | -1/+4 |