Age | Commit message (Expand) | Author |
2020-03-30 | bpf: Don't refcount LISTEN sockets in sk_assign() | Joe Stringer |
2020-03-30 | net: Track socket refcounts in skb_steal_sock() | Joe Stringer |
2020-03-30 | bpf: Add socket assign support | Joe Stringer |
2020-03-28 | xdp: Support specifying expected existing program when attaching XDP | Toke Høiland-Jørgensen |
2020-03-28 | bpf: Fix build warning regarding missing prototypes | Jean-Philippe Menil |
2020-03-27 | bpf: Enable retrival of pid/tgid/comm from bpf cgroup hooks | Daniel Borkmann |
2020-03-27 | bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor id | Daniel Borkmann |
2020-03-27 | bpf: Allow to retrieve cgroup v1 classid from v2 hooks | Daniel Borkmann |
2020-03-27 | bpf: Add netns cookie and enable it for bpf cgroup hooks | Daniel Borkmann |
2020-03-27 | bpf: Enable perf event rb output for bpf cgroup progs | Daniel Borkmann |
2020-03-27 | bpf: Enable retrieval of socket cookie for bind/post-bind hook | Daniel Borkmann |
2020-03-23 | bpf: Add bpf_sk_storage support to bpf_tcp_ca | Martin KaFai Lau |
2020-03-20 | bpf, tcp: Make tcp_bpf_recvmsg static | YueHaibing |
2020-03-20 | bpf, tcp: Fix unused function warnings | YueHaibing |
2020-03-16 | net: kcm: kcmproc.c: Fix RCU list suspicious usage warning | Madhuparna Bhowmik |
2020-03-16 | net: sched: set the hw_stats_type in pedit loop | Jiri Pirko |
2020-03-15 | net: dsa: warn if phylink_mac_link_state returns error | Russell King |
2020-03-15 | mptcp: drop unneeded checks | Paolo Abeni |
2020-03-15 | mptcp: create msk early | Paolo Abeni |
2020-03-15 | tipc: add NULL pointer check to prevent kernel oops | Hoang Le |
2020-03-15 | tipc: simplify trivial boolean return | Hoang Le |
2020-03-14 | net: sched: RED: Introduce an ECN nodrop mode | Petr Machata |
2020-03-14 | net: sched: Allow extending set of supported RED flags | Petr Machata |
2020-03-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2020-03-13 | bpf: Add bpf_trampoline_ name prefix for DECLARE_BPF_DISPATCHER | Björn Töpel |
2020-03-13 | ethtool: fix spelling mistake "exceeeds" -> "exceeds" | Colin Ian King |
2020-03-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-03-12 | bpf: Add bpf_xdp_output() helper | Eelco Chaudron |
2020-03-12 | inet: Use fallthrough; | Joe Perches |
2020-03-12 | ethtool: add CHANNELS_NTF notification | Michal Kubecek |
2020-03-12 | ethtool: set device channel counts with CHANNELS_SET request | Michal Kubecek |
2020-03-12 | ethtool: provide channel counts with CHANNELS_GET request | Michal Kubecek |
2020-03-12 | ethtool: add RINGS_NTF notification | Michal Kubecek |
2020-03-12 | ethtool: set device ring sizes with RINGS_SET request | Michal Kubecek |
2020-03-12 | ethtool: provide ring sizes with RINGS_GET request | Michal Kubecek |
2020-03-12 | ethtool: add PRIVFLAGS_NTF notification | Michal Kubecek |
2020-03-12 | ethtool: set device private flags with PRIVFLAGS_SET request | Michal Kubecek |
2020-03-12 | ethtool: provide private flags with PRIVFLAGS_GET request | Michal Kubecek |
2020-03-12 | ethtool: add FEATURES_NTF notification | Michal Kubecek |
2020-03-12 | ethtool: set netdev features with FEATURES_SET request | Michal Kubecek |
2020-03-12 | ethtool: add ethnl_parse_bitset() helper | Michal Kubecek |
2020-03-12 | ethtool: provide netdev features with FEATURES_GET request | Michal Kubecek |
2020-03-12 | ethtool: update mapping of features to legacy ioctl requests | Michal Kubecek |
2020-03-12 | ethtool: rename ethnl_parse_header() to ethnl_parse_header_dev_get() | Michal Kubecek |
2020-03-12 | flow_offload: Add flow_match_ct to get rule ct match | Paul Blakey |
2020-03-12 | net/sched: act_ct: Enable hardware offload of flow table entires | Paul Blakey |
2020-03-12 | net/sched: act_ct: Support refreshing the flow table entries | Paul Blakey |
2020-03-12 | net/sched: act_ct: Support restoring conntrack info on skbs | Paul Blakey |
2020-03-12 | net/sched: act_ct: Instantiate flow table entry actions | Paul Blakey |
2020-03-12 | netfilter: flowtable: Add API for registering to flow table events | Paul Blakey |