summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-44/+178
2020-03-13bpf: Add bpf_trampoline_ name prefix for DECLARE_BPF_DISPATCHERBjörn Töpel1-3/+2
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-23/+62
2020-03-12bpf: Add bpf_xdp_output() helperEelco Chaudron1-1/+15
2020-03-12flow_offload: Add flow_match_ct to get rule ct matchPaul Blakey1-0/+7
2020-03-12Merge branch 'ct-offload' of git://git.kernel.org/pub/scm/linux/kernel/git/sa...David S. Miller1-1/+2
2020-03-12Revert "net: sched: make newly activated qdiscs visible"Julian Wiedmann1-1/+0
2020-03-11net: sched: make newly activated qdiscs visibleJulian Wiedmann1-0/+1
2020-03-10pktgen: Allow on loopback deviceLukas Wunner1-2/+2
2020-03-10net: memcg: late association of sock to memcgShakeel Butt1-1/+4
2020-03-09cgroup, netclassid: periodically release file_lock on classid updatingDmitry Yakunin1-10/+37
2020-03-09bpf: sockmap: Add UDP supportLorenz Bauer1-4/+33
2020-03-09bpf: sockmap: Simplify sock_map_init_protoLorenz Bauer1-15/+4
2020-03-09bpf: sockmap: Move generic sockmap hooks from BPF TCPLorenz Bauer1-5/+101
2020-03-09bpf: tcp: Move assertions into tcp_bpf_get_protoLorenz Bauer1-16/+9
2020-03-09bpf: sockmap: Only check ULP for TCP socketsLorenz Bauer1-4/+2
2020-03-03bpf: Add gso_size to __sk_buffWillem de Bruijn1-14/+30
2020-03-03devlink: Introduce devlink port flavour virtualParav Pandit1-0/+2
2020-03-03devlink: validate length of region addr/lenJakub Kicinski1-0/+2
2020-03-03devlink: validate length of param valuesJakub Kicinski1-12/+19
2020-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-15/+280
2020-02-28net: datagram: drop 'destructor' argument from several helpersPaolo Abeni1-18/+7
2020-02-28net: core: Replace zero-length array with flexible-array memberGustavo A. R. Silva3-3/+3
2020-02-27bpf: INET_DIAG support in bpf_sk_storageMartin KaFai Lau1-6/+277
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-15/+25
2020-02-26net: fix sysfs permssions when device changes network namespaceChristian Brauner1-1/+8
2020-02-26net-sysfs: add queue_change_owner()Christian Brauner1-0/+106
2020-02-26net-sysfs: add netdev_change_owner()Christian Brauner2-0/+29
2020-02-26net: core: devlink.c: Use built-in RCU list checkingMadhuparna Bhowmik1-9/+10
2020-02-26net: Fix Tx hash bound checkingAmritha Nambiar1-0/+2
2020-02-25devlink: extend devlink_trap_report() to accept cookie and passJiri Pirko1-3/+8
2020-02-25drop_monitor: extend by passing cookie from driverJiri Pirko1-1/+32
2020-02-25devlink: add trap metadata type for cookieJiri Pirko1-0/+3
2020-02-25flow_offload: pass action cookie through offload structuresJiri Pirko1-0/+21
2020-02-24bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites.David Miller2-9/+3
2020-02-24devlink: add ACL generic packet trapsJiri Pirko1-0/+3
2020-02-24net: Remove unneeded export of a couple of xdp generic functionsDavid Ahern2-2/+0
2020-02-23net: core: devlink.c: Hold devlink->lock from the beginning of devlink_dpipe_...Madhuparna Bhowmik1-7/+14
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller5-72/+188
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-42/+26
2020-02-21net: Generate reuseport group ID on group creationJakub Sitnicki2-40/+22
2020-02-21bpf: Allow selecting reuseport socket from a SOCKMAP/SOCKHASHJakub Sitnicki1-5/+10
2020-02-21bpf, sockmap: Let all kernel-land lookup values in SOCKMAP/SOCKHASHJakub Sitnicki1-2/+7
2020-02-21bpf, sockmap: Return socket cookie on lookup from syscallJakub Sitnicki1-4/+53
2020-02-21bpf, sockmap: Don't set up upcalls and progs for listening socketsJakub Sitnicki1-7/+45
2020-02-21bpf, sockmap: Allow inserting listening TCP sockets into sockmapJakub Sitnicki1-15/+44
2020-02-21net, sk_msg: Clear sk_user_data pointer on clone if taggedJakub Sitnicki2-1/+7
2020-02-21net, sk_msg: Annotate lockless access to sk_prot on cloneJakub Sitnicki1-3/+5
2020-02-20net: use netif_is_bridge_port() to check for IFF_BRIDGE_PORTJulian Wiedmann1-6/+6
2020-02-20net: page_pool: API cleanup and commentsIlias Apalodimas2-34/+38