summaryrefslogtreecommitdiffstats
path: root/net/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | bpf, sockmap: Return socket cookie on lookup from syscallJakub Sitnicki2020-02-211-4/+53
| * | | bpf, sockmap: Don't set up upcalls and progs for listening socketsJakub Sitnicki2020-02-211-7/+45
| * | | bpf, sockmap: Allow inserting listening TCP sockets into sockmapJakub Sitnicki2020-02-211-15/+44
| * | | net, sk_msg: Clear sk_user_data pointer on clone if taggedJakub Sitnicki2020-02-212-1/+7
| * | | net, sk_msg: Annotate lockless access to sk_prot on cloneJakub Sitnicki2020-02-211-3/+5
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-214-42/+26
|\ \ \ \ | | |/ / | |/| |
| * | | net: core: Distribute switch variables for initializationKees Cook2020-02-201-2/+2
| * | | Revert "net: dev: introduce support for sch BYPASS for lockless qdisc"Paolo Abeni2020-02-181-20/+2
| * | | skbuff: remove stale bit mask commentsRandy Dunlap2020-02-171-2/+0
| * | | net: export netdev_next_lower_dev_rcu()Taehee Yoo2020-02-171-3/+3
| * | | net: add strict checks in netdev_name_node_alt_destroy()Eric Dumazet2020-02-171-0/+6
| * | | net: rtnetlink: fix bugs in rtnl_alt_ifname()Eric Dumazet2020-02-171-14/+12
| * | | net: fib_rules: Correctly set table field when table number exceeds 8 bitsJethro Beekman2020-02-171-1/+1
* | | | net: use netif_is_bridge_port() to check for IFF_BRIDGE_PORTJulian Wiedmann2020-02-201-6/+6
* | | | net: page_pool: API cleanup and commentsIlias Apalodimas2020-02-202-34/+38
* | | | net: neigh: remove unused NEIGH_SYSCTL_MS_JIFFIES_ENTRYLi RongQing2020-02-201-3/+0
| |_|/ |/| |
* | | devlink: Force enclosing array on binary fmsg dataAya Levin2020-02-191-8/+86
| |/ |/|
* | bpf, sockmap: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-181-1/+1
* | net: bridge: teach ndo_dflt_bridge_getlink() more brport flagsJulian Wiedmann2020-02-171-1/+5
|/
* page_pool: refill page when alloc.count of pool is zeroLi RongQing2020-02-131-14/+8