summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-03-28xdp: Support specifying expected existing program when attaching XDPToke Høiland-Jørgensen2-5/+35
2020-03-28bpf: Fix build warning regarding missing prototypesJean-Philippe Menil1-0/+4
2020-03-27bpf: Enable retrival of pid/tgid/comm from bpf cgroup hooksDaniel Borkmann1-0/+8
2020-03-27bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor idDaniel Borkmann1-0/+12
2020-03-27bpf: Allow to retrieve cgroup v1 classid from v2 hooksDaniel Borkmann1-0/+21
2020-03-27bpf: Add netns cookie and enable it for bpf cgroup hooksDaniel Borkmann2-0/+52
2020-03-27bpf: Enable perf event rb output for bpf cgroup progsDaniel Borkmann1-5/+9
2020-03-27bpf: Enable retrieval of socket cookie for bind/post-bind hookDaniel Borkmann1-0/+14
2020-03-23bpf: Add bpf_sk_storage support to bpf_tcp_caMartin KaFai Lau1-0/+33
2020-03-20bpf, tcp: Make tcp_bpf_recvmsg staticYueHaibing1-62/+62
2020-03-20bpf, tcp: Fix unused function warningsYueHaibing1-14/+14
2020-03-16net: kcm: kcmproc.c: Fix RCU list suspicious usage warningMadhuparna Bhowmik1-1/+1
2020-03-16net: sched: set the hw_stats_type in pedit loopJiri Pirko1-0/+1
2020-03-15net: dsa: warn if phylink_mac_link_state returns errorRussell King1-1/+6
2020-03-15mptcp: drop unneeded checksPaolo Abeni2-23/+9
2020-03-15mptcp: create msk earlyPaolo Abeni4-80/+70
2020-03-15tipc: add NULL pointer check to prevent kernel oopsHoang Le1-2/+10
2020-03-15tipc: simplify trivial boolean returnHoang Le1-3/+0
2020-03-14net: sched: RED: Introduce an ECN nodrop modePetr Machata1-6/+25
2020-03-14net: sched: Allow extending set of supported RED flagsPetr Machata1-3/+40
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller7-160/+301
2020-03-13bpf: Add bpf_trampoline_ name prefix for DECLARE_BPF_DISPATCHERBjörn Töpel1-3/+2
2020-03-13ethtool: fix spelling mistake "exceeeds" -> "exceeds"Colin Ian King2-2/+2
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller39-118/+305
2020-03-12bpf: Add bpf_xdp_output() helperEelco Chaudron1-1/+15
2020-03-12inet: Use fallthrough;Joe Perches26-43/+41
2020-03-12ethtool: add CHANNELS_NTF notificationMichal Kubecek3-1/+10
2020-03-12ethtool: set device channel counts with CHANNELS_SET requestMichal Kubecek6-31/+154
2020-03-12ethtool: provide channel counts with CHANNELS_GET requestMichal Kubecek4-1/+119
2020-03-12ethtool: add RINGS_NTF notificationMichal Kubecek3-1/+10
2020-03-12ethtool: set device ring sizes with RINGS_SET requestMichal Kubecek3-0/+95
2020-03-12ethtool: provide ring sizes with RINGS_GET requestMichal Kubecek4-1/+118
2020-03-12ethtool: add PRIVFLAGS_NTF notificationMichal Kubecek3-0/+7
2020-03-12ethtool: set device private flags with PRIVFLAGS_SET requestMichal Kubecek3-0/+76
2020-03-12ethtool: provide private flags with PRIVFLAGS_GET requestMichal Kubecek4-1/+146
2020-03-12ethtool: add FEATURES_NTF notificationMichal Kubecek2-1/+32
2020-03-12ethtool: set netdev features with FEATURES_SET requestMichal Kubecek3-0/+175
2020-03-12ethtool: add ethnl_parse_bitset() helperMichal Kubecek2-0/+98
2020-03-12ethtool: provide netdev features with FEATURES_GET requestMichal Kubecek6-3/+143
2020-03-12ethtool: update mapping of features to legacy ioctl requestsMichal Kubecek1-2/+3
2020-03-12ethtool: rename ethnl_parse_header() to ethnl_parse_header_dev_get()Michal Kubecek6-17/+25
2020-03-12flow_offload: Add flow_match_ct to get rule ct matchPaul Blakey1-0/+7
2020-03-12net/sched: act_ct: Enable hardware offload of flow table entiresPaul Blakey2-0/+3
2020-03-12net/sched: act_ct: Support refreshing the flow table entriesPaul Blakey3-13/+16
2020-03-12net/sched: act_ct: Support restoring conntrack info on skbsPaul Blakey1-0/+16
2020-03-12net/sched: act_ct: Instantiate flow table entry actionsPaul Blakey2-23/+207
2020-03-12netfilter: flowtable: Add API for registering to flow table eventsPaul Blakey2-0/+51
2020-03-12Merge branch 'ct-offload' of git://git.kernel.org/pub/scm/linux/kernel/git/sa...David S. Miller4-19/+101
2020-03-12tcp: Forbid to bind more than one sockets haveing SO_REUSEADDR and SO_REUSEPO...Kuniyuki Iwashima1-3/+9
2020-03-12tcp: bind(0) remove the SO_REUSEADDR restriction when ephemeral ports are exh...Kuniyuki Iwashima2-1/+18