aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-03-23bpf: Add bpf_sk_storage support to bpf_tcp_caGravatar Martin KaFai Lau 1-0/+33
2020-03-20bpf, tcp: Make tcp_bpf_recvmsg staticGravatar YueHaibing 1-62/+62
2020-03-20bpf, tcp: Fix unused function warningsGravatar YueHaibing 1-14/+14
2020-03-16net: kcm: kcmproc.c: Fix RCU list suspicious usage warningGravatar Madhuparna Bhowmik 1-1/+1
2020-03-16net: sched: set the hw_stats_type in pedit loopGravatar Jiri Pirko 1-0/+1
2020-03-15net: dsa: warn if phylink_mac_link_state returns errorGravatar Russell King 1-1/+6
2020-03-15mptcp: drop unneeded checksGravatar Paolo Abeni 2-23/+9
2020-03-15mptcp: create msk earlyGravatar Paolo Abeni 4-80/+70
2020-03-15tipc: add NULL pointer check to prevent kernel oopsGravatar Hoang Le 1-2/+10
2020-03-15tipc: simplify trivial boolean returnGravatar Hoang Le 1-3/+0
2020-03-14net: sched: RED: Introduce an ECN nodrop modeGravatar Petr Machata 1-6/+25
2020-03-14net: sched: Allow extending set of supported RED flagsGravatar Petr Machata 1-3/+40
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 7-160/+301
2020-03-13bpf: Add bpf_trampoline_ name prefix for DECLARE_BPF_DISPATCHERGravatar Björn Töpel 1-3/+2
2020-03-13ethtool: fix spelling mistake "exceeeds" -> "exceeds"Gravatar Colin Ian King 2-2/+2
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 39-118/+305
2020-03-12bpf: Add bpf_xdp_output() helperGravatar Eelco Chaudron 1-1/+15
2020-03-12inet: Use fallthrough;Gravatar Joe Perches 26-43/+41
2020-03-12ethtool: add CHANNELS_NTF notificationGravatar Michal Kubecek 3-1/+10
2020-03-12ethtool: set device channel counts with CHANNELS_SET requestGravatar Michal Kubecek 6-31/+154
2020-03-12ethtool: provide channel counts with CHANNELS_GET requestGravatar Michal Kubecek 4-1/+119
2020-03-12ethtool: add RINGS_NTF notificationGravatar Michal Kubecek 3-1/+10
2020-03-12ethtool: set device ring sizes with RINGS_SET requestGravatar Michal Kubecek 3-0/+95
2020-03-12ethtool: provide ring sizes with RINGS_GET requestGravatar Michal Kubecek 4-1/+118
2020-03-12ethtool: add PRIVFLAGS_NTF notificationGravatar Michal Kubecek 3-0/+7
2020-03-12ethtool: set device private flags with PRIVFLAGS_SET requestGravatar Michal Kubecek 3-0/+76
2020-03-12ethtool: provide private flags with PRIVFLAGS_GET requestGravatar Michal Kubecek 4-1/+146
2020-03-12ethtool: add FEATURES_NTF notificationGravatar Michal Kubecek 2-1/+32
2020-03-12ethtool: set netdev features with FEATURES_SET requestGravatar Michal Kubecek 3-0/+175
2020-03-12ethtool: add ethnl_parse_bitset() helperGravatar Michal Kubecek 2-0/+98
2020-03-12ethtool: provide netdev features with FEATURES_GET requestGravatar Michal Kubecek 6-3/+143
2020-03-12ethtool: update mapping of features to legacy ioctl requestsGravatar Michal Kubecek 1-2/+3
2020-03-12ethtool: rename ethnl_parse_header() to ethnl_parse_header_dev_get()Gravatar Michal Kubecek 6-17/+25
2020-03-12flow_offload: Add flow_match_ct to get rule ct matchGravatar Paul Blakey 1-0/+7
2020-03-12net/sched: act_ct: Enable hardware offload of flow table entiresGravatar Paul Blakey 2-0/+3
2020-03-12net/sched: act_ct: Support refreshing the flow table entriesGravatar Paul Blakey 3-13/+16
2020-03-12net/sched: act_ct: Support restoring conntrack info on skbsGravatar Paul Blakey 1-0/+16
2020-03-12net/sched: act_ct: Instantiate flow table entry actionsGravatar Paul Blakey 2-23/+207
2020-03-12netfilter: flowtable: Add API for registering to flow table eventsGravatar Paul Blakey 2-0/+51
2020-03-12Merge branch 'ct-offload' of git://git.kernel.org/pub/scm/linux/kernel/git/sa...Gravatar David S. Miller 4-19/+101
2020-03-12tcp: Forbid to bind more than one sockets haveing SO_REUSEADDR and SO_REUSEPO...Gravatar Kuniyuki Iwashima 1-3/+9
2020-03-12tcp: bind(0) remove the SO_REUSEADDR restriction when ephemeral ports are exh...Gravatar Kuniyuki Iwashima 2-1/+18
2020-03-12tcp: Remove unnecessary conditions in inet_csk_bind_conflict().Gravatar Kuniyuki Iwashima 1-10/+8
2020-03-12taprio: Fix sending packets without dequeueing themGravatar Vinicius Costa Gomes 1-3/+9
2020-03-12Revert "net: sched: make newly activated qdiscs visible"Gravatar Julian Wiedmann 2-22/+0
2020-03-11net: mptcp: don't hang before sending 'MP capable with data'Gravatar Davide Caratti 1-0/+4
2020-03-11net: memcg: fix lockdep splat in inet_csk_accept()Gravatar Eric Dumazet 1-7/+7
2020-03-11seg6: fix SRv6 L2 tunnels to use IANA-assigned protocol numberGravatar Paolo Lungaroni 2-2/+2
2020-03-11net: dsa: Don't instantiate phylink for CPU/DSA ports unless neededGravatar Andrew Lunn 1-3/+9
2020-03-11net: Add missing annotation for *netlink_seq_start()Gravatar Jules Irenge 1-0/+1