summaryrefslogtreecommitdiffstats
path: root/net/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* netfilter: revert introduction of egress hookDaniel Borkmann2020-03-191-22/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2020-03-181-5/+22
|\
| * netfilter: Introduce egress hookLukas Wunner2020-03-181-3/+20
| * netfilter: Generalize ingress hookLukas Wunner2020-03-181-1/+1
| * netfilter: Rename ingress hook include fileLukas Wunner2020-03-181-1/+1
* | net: ethtool: require drivers to set supported_coalesce_paramsJakub Kicinski2020-03-181-0/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-142-44/+178
|\
| * bpf: Add bpf_trampoline_ name prefix for DECLARE_BPF_DISPATCHERBjörn Töpel2020-03-131-3/+2
| * bpf: Add bpf_xdp_output() helperEelco Chaudron2020-03-131-1/+15
| * bpf: sockmap: Add UDP supportLorenz Bauer2020-03-091-4/+33
| * bpf: sockmap: Simplify sock_map_init_protoLorenz Bauer2020-03-091-15/+4
| * bpf: sockmap: Move generic sockmap hooks from BPF TCPLorenz Bauer2020-03-091-5/+101
| * bpf: tcp: Move assertions into tcp_bpf_get_protoLorenz Bauer2020-03-091-16/+9
| * bpf: sockmap: Only check ULP for TCP socketsLorenz Bauer2020-03-091-4/+2
| * bpf: Add gso_size to __sk_buffWillem de Bruijn2020-03-041-14/+30
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-133-23/+62
|\ \
| * | net: memcg: late association of sock to memcgShakeel Butt2020-03-101-1/+4
| * | cgroup, netclassid: periodically release file_lock on classid updatingDmitry Yakunin2020-03-101-10/+37
| * | devlink: validate length of region addr/lenJakub Kicinski2020-03-031-0/+2
| * | devlink: validate length of param valuesJakub Kicinski2020-03-031-12/+19
* | | flow_offload: Add flow_match_ct to get rule ct matchPaul Blakey2020-03-121-0/+7
* | | Merge branch 'ct-offload' of git://git.kernel.org/pub/scm/linux/kernel/git/sa...David S. Miller2020-03-121-1/+2
|\ \ \
| * | | net: sched: Pass ingress block to tcf_classify_ingressPaul Blakey2020-02-201-2/+2
| * | | net: sched: Introduce ingress classification functionPaul Blakey2020-02-201-1/+2
* | | | Revert "net: sched: make newly activated qdiscs visible"Julian Wiedmann2020-03-121-1/+0
* | | | net: sched: make newly activated qdiscs visibleJulian Wiedmann2020-03-121-0/+1
* | | | pktgen: Allow on loopback deviceLukas Wunner2020-03-101-2/+2
* | | | devlink: Introduce devlink port flavour virtualParav Pandit2020-03-041-0/+2
| |_|/ |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-013-15/+280
|\ \ \
| * | | bpf: INET_DIAG support in bpf_sk_storageMartin KaFai Lau2020-02-281-6/+277
| * | | bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites.David Miller2020-02-252-9/+3
* | | | net: datagram: drop 'destructor' argument from several helpersPaolo Abeni2020-02-281-18/+7
* | | | net: core: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-283-3/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-282-15/+25
|\ \ \ \ | | |_|/ | |/| |
| * | | net: core: devlink.c: Use built-in RCU list checkingMadhuparna Bhowmik2020-02-271-9/+10
| * | | net: Fix Tx hash bound checkingAmritha Nambiar2020-02-261-0/+2
| * | | net: core: devlink.c: Hold devlink->lock from the beginning of devlink_dpipe_...Madhuparna Bhowmik2020-02-241-7/+14
* | | | net: fix sysfs permssions when device changes network namespaceChristian Brauner2020-02-271-1/+8
* | | | net-sysfs: add queue_change_owner()Christian Brauner2020-02-271-0/+106
* | | | net-sysfs: add netdev_change_owner()Christian Brauner2020-02-272-0/+29
* | | | devlink: extend devlink_trap_report() to accept cookie and passJiri Pirko2020-02-251-3/+8
* | | | drop_monitor: extend by passing cookie from driverJiri Pirko2020-02-251-1/+32
* | | | devlink: add trap metadata type for cookieJiri Pirko2020-02-251-0/+3
* | | | flow_offload: pass action cookie through offload structuresJiri Pirko2020-02-251-0/+21
* | | | devlink: add ACL generic packet trapsJiri Pirko2020-02-241-0/+3
* | | | net: Remove unneeded export of a couple of xdp generic functionsDavid Ahern2020-02-242-2/+0
| |/ / |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-02-225-72/+188
|\ \ \
| * | | net: Generate reuseport group ID on group creationJakub Sitnicki2020-02-212-40/+22
| * | | bpf: Allow selecting reuseport socket from a SOCKMAP/SOCKHASHJakub Sitnicki2020-02-211-5/+10
| * | | bpf, sockmap: Let all kernel-land lookup values in SOCKMAP/SOCKHASHJakub Sitnicki2020-02-211-2/+7