summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorLines
2022-01-11xdp: check prog type before updating BPF linkToke Høiland-Jørgensen-0/+6
2022-01-09net: skb: introduce kfree_skb_reason()Menglong Dong-1/+2
2022-01-06gro: add ability to control gro max packet sizeCoco Li-0/+1
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-1/+1
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+4
2021-12-17net/sched: Extend qdisc control block with tc control blockPaul Blakey-4/+4
2021-12-14net: dev: Change the order of the arguments for the contended condition.Sebastian Andrzej Siewior-1/+1
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni-1/+1
2021-12-13net: dev: Always serialize on Qdisc::busylock in __dev_xmit_skb() on PREEMPT_RT.Sebastian Andrzej Siewior-1/+5
2021-12-06net: add net device refcount tracker to struct netdev_adjacentEric Dumazet-3/+4
2021-12-06net: add net device refcount tracker infrastructureEric Dumazet-0/+3
2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+4
2021-12-01net: annotate data-races on txq->xmit_lock_ownerEric Dumazet-1/+4
2021-11-29net: Write lock dev_base_lock without disabling bottom halves.Sebastian Andrzej Siewior-8/+8
2021-11-23net: remove .ndo_change_proto_downJakub Kicinski-22/+4
2021-11-22net: annotate accesses to dev->gso_max_segsEric Dumazet-1/+1
2021-11-20dev_addr: add a modification checkJakub Kicinski-0/+1
2021-11-16net: gro: populate net/core/gro.cEric Dumazet-667/+1
2021-11-10net: fix premature exit from NAPI state polling in napi_disable()Alexander Lobakin-2/+5
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+8
2021-10-26net: Prevent HW-GRO and LRO features operate togetherBen Ben-ishay-0/+5
2021-10-26net: multicast: calculate csum of looped-back and forwarded packetsCyril Strejc-1/+2
2021-10-25net: Prevent infinite while loop in skb_tx_hash()Michael Chan-0/+6
2021-10-20net-core: use netdev_* calls for kernel messagesJesse Brandeburg-12/+10
2021-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-4/+15
2021-10-14netfilter: Introduce egress hookLukas Wunner-2/+13
2021-10-14netfilter: Generalize ingress hook include fileLukas Wunner-1/+1
2021-10-14netfilter: Rename ingress hook include fileLukas Wunner-1/+1
2021-10-10net: make dev_get_port_parent_id slightly more readableAntoine Tenart-5/+2
2021-10-08net: introduce a function to check if a netdev name is in useAntoine Tenart-4/+10
2021-10-02net:dev: Change napi_gro_complete return type to voidGyumin Hwang-3/+2
2021-09-27net: make napi_disable() symmetric with enableJakub Kicinski-6/+12
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-6/+10
2021-09-20napi: fix race inside napi_enableXuan Zhuo-6/+10
2021-09-15net: sched: update default qdisc visibility after Tx queue cnt changesJakub Kicinski-0/+2
2021-08-13net: in_irq() cleanupChangbin Du-1/+1
2021-08-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-2/+13
2021-08-09net, core: Allow netdev_lower_get_next_private_rcu in bh contextJussi Maki-1/+1
2021-08-09net, core: Add support for XDP redirection to slave deviceJussi Maki-1/+12
2021-08-05net: Remove redundant if statementsYajun Deng-4/+2
2021-08-04net: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior-2/+2
2021-08-04net: add netif_set_real_num_queues() for device reconfigJakub Kicinski-0/+44
2021-08-03move netdev_boot_setup into Space.cArnd Bergmann-125/+0
2021-07-30sk_buff: avoid potentially clearing 'slow_gro' fieldPaolo Abeni-1/+1
2021-07-29net/sched: store the last executed chain also for clsact egressDavide Caratti-3/+2
2021-07-29skbuff: allow 'slow_gro' for skb carring sock referencePaolo Abeni-0/+2
2021-07-29net: optimize GRO for the common case.Paolo Abeni-8/+22
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-8/+26
2021-07-20memcg: enable accounting for net_device and Tx/Rx queuesVasily Averin-3/+3
2021-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-50/+53