summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-161-3/+3
|\
| * flow_dissector: fix TTL and TOS dissection on IPv4 fragmentsDavide Caratti2021-02-121-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-02-164-41/+259
|\ \
| * | bpf: Drop MTU check when doing TC-BPF redirect to ingressJesper Dangaard Brouer2021-02-132-21/+17
| * | bpf: Add BPF-helper for MTU checkingJesper Dangaard Brouer2021-02-131-0/+114
| * | bpf: bpf_fib_lookup return MTU value as output when looked upJesper Dangaard Brouer2021-02-131-7/+15
| * | bpf: Fix bpf_fib_lookup helper MTU check for SKB ctxJesper Dangaard Brouer2021-02-131-3/+10
| * | bpf: Remove MTU check in __bpf_skb_max_lenJesper Dangaard Brouer2021-02-131-8/+4
| * | bpf: Expose bpf_get_socket_cookie to tracing programsFlorent Revest2021-02-111-0/+12
| * | net, veth: Alloc skb in bulk for ndo_xdp_xmitLorenzo Bianconi2021-02-041-0/+11
| * | bpf: Enable bpf_{g,s}etsockopt in BPF_CGROUP_UDP{4,6}_RECVMSGStanislav Fomichev2021-01-291-0/+4
| * | bpf: Enable bpf_{g,s}etsockopt in BPF_CGROUP_INET{4,6}_GET{PEER,SOCK}NAMEStanislav Fomichev2021-01-291-0/+8
| * | bpf: Enable bpf_{g,s}etsockopt in BPF_CGROUP_UDP{4,6}_SENDMSGStanislav Fomichev2021-01-291-0/+4
| * | skmsg: Make sk_psock_destroy() staticCong Wang2021-01-281-2/+1
| * | net, xdp: Introduce xdp_build_skb_from_frame utility routineLorenzo Bianconi2021-01-201-0/+15
| * | net, xdp: Introduce __xdp_build_skb_from_frame utility routineLorenzo Bianconi2021-01-201-0/+44
* | | skbuff: queue NAPI_MERGED_FREE skbs into NAPI cache instead of freeingAlexander Lobakin2021-02-132-11/+10
* | | skbuff: allow to use NAPI cache from __napi_alloc_skb()Alexander Lobakin2021-02-131-2/+3
* | | skbuff: allow to optionally use NAPI cache from __alloc_skb()Alexander Lobakin2021-02-131-1/+5
* | | skbuff: introduce {,__}napi_build_skb() which reuses NAPI cache headsAlexander Lobakin2021-02-131-13/+81
* | | skbuff: move NAPI cache declarations upper in the fileAlexander Lobakin2021-02-131-45/+45
* | | skbuff: remove __kfree_skb_flush()Alexander Lobakin2021-02-132-18/+1
* | | skbuff: use __build_skb_around() in __alloc_skb()Alexander Lobakin2021-02-131-17/+1
* | | skbuff: simplify __alloc_skb() a bitAlexander Lobakin2021-02-131-6/+5
* | | skbuff: make __build_skb_around() return voidAlexander Lobakin2021-02-131-7/+6
* | | skbuff: simplify kmalloc_reserve()Alexander Lobakin2021-02-131-5/+2
* | | skbuff: move __alloc_skb() next to the other skb allocation functionsAlexander Lobakin2021-02-131-142/+142
* | | net/sock: Add kernel config SOCK_RX_QUEUE_MAPPINGTariq Toukan2021-02-111-1/+1
* | | net: fix dev_ifsioc_locked() race conditionCong Wang2021-02-113-14/+50
* | | net: initialize net->net_cookie at netns setupEric Dumazet2021-02-112-21/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-102-7/+16
|\ \ \ | | |/ | |/|
| * | net: gro: do not keep too many GRO packets in napi->rx_listEric Dumazet2021-02-051-5/+6
| * | udp: fix skb_copy_and_csum_datagram with odd segment sizesWillem de Bruijn2021-02-041-2/+10
* | | net: add sysfs attribute to control napi threaded modeWei Wang2021-02-092-2/+86
* | | net: implement threaded-able napi poll loop supportWei Wang2021-02-091-0/+112
* | | net: extract napi poll functionality to __napi_poll()Felix Fietkau2021-02-091-12/+24
* | | net-sysfs: Add rtnl locking for getting Tx queue traffic classAlexander Duyck2021-02-081-3/+10
* | | Revert "net: Have netpoll bring-up DSA management interface"Vladimir Oltean2021-02-061-18/+4
* | | net: Introduce {netdev,napi}_alloc_frag_align()Kevin Hao2021-02-061-16/+10
* | | net/core: move gro function declarations to separate headerLeon Romanovsky2021-02-041-6/+1
* | | net: page_pool: simplify page recycling condition testsAlexander Lobakin2021-02-041-10/+4
* | | net: indirect call helpers for ipv4/ipv6 dst_check functionsBrian Vazquez2021-02-031-2/+10
* | | net: fix up truesize of cloned skb in skb_prepare_for_shift()Marco Elver2021-02-021-1/+13
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-02-021-3/+4
|\| |
| * | neighbour: Prevent a dead entry from updating gc_listChinmay Agarwal2021-01-301-3/+4
* | | net: Remove redundant calls of sk_tx_queue_clear().Kuniyuki Iwashima2021-01-291-1/+10
* | | net: support ip generic csum processing in skb_csum_hwoffload_helpXin Long2021-01-291-1/+12
* | | Merge tag 'mlx5-updates-2021-01-13' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2021-01-281-30/+280
|\ \ \
| * | | devlink: Support get and set state of port functionParav Pandit2021-01-221-1/+89
| * | | devlink: Support add and delete devlink portParav Pandit2021-01-221-0/+121