summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2020-03-13bpf: Add bpf_xdp_output() helperEelco Chaudron1-1/+15
2020-03-10bpf: sockmap: Add UDP supportLorenz Bauer1-4/+33
2020-03-10bpf: sockmap: Simplify sock_map_init_protoLorenz Bauer1-15/+4
2020-03-10bpf: sockmap: Move generic sockmap hooks from BPF TCPLorenz Bauer1-5/+101
2020-03-10bpf: tcp: Move assertions into tcp_bpf_get_protoLorenz Bauer1-16/+9
2020-03-10bpf: sockmap: Only check ULP for TCP socketsLorenz Bauer1-4/+2
2020-03-04bpf: Add gso_size to __sk_buffWillem de Bruijn1-14/+30
2020-03-01Merge 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-28bpf: INET_DIAG support in bpf_sk_storageMartin KaFai Lau1-6/+277
2020-02-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-15/+25
2020-02-27net: fix sysfs permssions when device changes network namespaceChristian Brauner1-1/+8
2020-02-27net-sysfs: add queue_change_owner()Christian Brauner1-0/+106
2020-02-27net-sysfs: add netdev_change_owner()Christian Brauner2-0/+29
2020-02-27net: 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-25bpf: 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-24net: core: devlink.c: Hold devlink->lock from the beginning of devlink_dpipe_...Madhuparna Bhowmik1-7/+14
2020-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller5-72/+188
2020-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-42/+26
2020-02-22net: Generate reuseport group ID on group creationJakub Sitnicki2-40/+22
2020-02-22bpf: Allow selecting reuseport socket from a SOCKMAP/SOCKHASHJakub Sitnicki1-5/+10
2020-02-22bpf, sockmap: Let all kernel-land lookup values in SOCKMAP/SOCKHASHJakub Sitnicki1-2/+7
2020-02-22bpf, sockmap: Return socket cookie on lookup from syscallJakub Sitnicki1-4/+53
2020-02-22bpf, sockmap: Don't set up upcalls and progs for listening socketsJakub Sitnicki1-7/+45
2020-02-22bpf, sockmap: Allow inserting listening TCP sockets into sockmapJakub Sitnicki1-15/+44
2020-02-22net, sk_msg: Clear sk_user_data pointer on clone if taggedJakub Sitnicki2-1/+7
2020-02-22net, 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-19devlink: 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-18bpf, sockmap: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-18net: bridge: teach ndo_dflt_bridge_getlink() more brport flagsJulian Wiedmann1-1/+5
2020-02-17skbuff: remove stale bit mask commentsRandy Dunlap1-2/+0
2020-02-17net: export netdev_next_lower_dev_rcu()Taehee Yoo1-3/+3
2020-02-17net: add strict checks in netdev_name_node_alt_destroy()Eric Dumazet1-0/+6
2020-02-17net: rtnetlink: fix bugs in rtnl_alt_ifname()Eric Dumazet1-14/+12
2020-02-17net: fib_rules: Correctly set table field when table number exceeds 8 bitsJethro Beekman1-1/+1
2020-02-14page_pool: refill page when alloc.count of pool is zeroLi RongQing1-14/+8
2020-02-12core: Don't skip generic XDP program execution for cloned SKBsToke Høiland-Jørgensen1-2/+2