summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2020-02-28net: core: Replace zero-length array with flexible-array memberGustavo A. R. Silva3-3/+3
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-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
2020-02-20net: neigh: remove unused NEIGH_SYSCTL_MS_JIFFIES_ENTRYLi RongQing1-3/+0
2020-02-20net: core: Distribute switch variables for initializationKees Cook1-2/+2
2020-02-18devlink: Force enclosing array on binary fmsg dataAya Levin1-8/+86
2020-02-18Revert "net: dev: introduce support for sch BYPASS for lockless qdisc"Paolo Abeni1-20/+2
2020-02-17bpf, sockmap: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-17net: bridge: teach ndo_dflt_bridge_getlink() more brport flagsJulian Wiedmann1-1/+5
2020-02-16skbuff: remove stale bit mask commentsRandy Dunlap1-2/+0
2020-02-16net: export netdev_next_lower_dev_rcu()Taehee Yoo1-3/+3
2020-02-16net: add strict checks in netdev_name_node_alt_destroy()Eric Dumazet1-0/+6
2020-02-16net: rtnetlink: fix bugs in rtnl_alt_ifname()Eric Dumazet1-14/+12
2020-02-16net: fib_rules: Correctly set table field when table number exceeds 8 bitsJethro Beekman1-1/+1
2020-02-13page_pool: refill page when alloc.count of pool is zeroLi RongQing1-14/+8
2020-02-11core: Don't skip generic XDP program execution for cloned SKBsToke Høiland-Jørgensen1-2/+2
2020-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-12/+21
2020-02-07bpf: Improve bucket_log calculation logicMartin KaFai Lau1-2/+3
2020-02-07bpf, sockhash: Synchronize_rcu before free'ing mapJakub Sitnicki1-0/+4
2020-02-07bpf, sockmap: Don't sleep while holding RCU lock on tear-downJakub Sitnicki1-4/+4
2020-02-07bpf, sockmap: Check update requirements after lockingLorenz Bauer1-6/+10
2020-02-07drop_monitor: Do not cancel uninitialized work itemIdo Schimmel1-1/+3
2020-02-05devlink: report 0 after hitting end in region readJacob Keller1-0/+6
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada2-2/+2
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-22/+22
2020-01-30net/core: Do not clear VF index for node/port GUIDs queryLeon Romanovsky1-2/+2
2020-01-30net: drop_monitor: Use kstrdupJoe Perches1-6/+2