summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-03net: dev: Add hardware stats supportPetr Machata1-1/+266
2022-02-23net: Correct wrong BH disable in hard-interrupt.Sebastian Andrzej Siewior1-3/+8
2022-02-19net: get rid of rtnl_lock_unregistering()Eric Dumazet1-42/+0
2022-02-18net: avoid quadratic behavior in netdev_wait_allrefs_any()Eric Dumazet1-3/+1
2022-02-17net: allow out-of-order netdev unregistrationJakub Kicinski1-27/+37
2022-02-17net: transition netdev reg state earlier in run_todoJakub Kicinski1-9/+9
2022-02-14net: dev: Make rps_lock() disable interrupts.Sebastian Andrzej Siewior1-34/+42
2022-02-14net: dev: Makes sure netif_rx() can be invoked in any context.Sebastian Andrzej Siewior1-38/+29
2022-02-14net: dev: Remove preempt_disable() and get_cpu() in netif_rx_internal().Sebastian Andrzej Siewior1-4/+1
2022-02-10net: make net->dev_unreg_count atomicEric Dumazet1-7/+4
2022-02-09net: remove default_device_exit()Eric Dumazet1-8/+14
2022-02-09net: add dev->dev_registered_trackerEric Dumazet1-2/+4
2022-02-06net: initialize init_net earlierEric Dumazet1-2/+1
2022-02-05net: refine dev_put()/dev_hold() debuggingEric Dumazet1-1/+1
2022-02-04net: minor __dev_alloc_name() optimizationEric Dumazet1-2/+2
2022-01-11xdp: check prog type before updating BPF linkToke Høiland-Jørgensen1-0/+6
2022-01-10net: skb: introduce kfree_skb_reason()Menglong Dong1-1/+2
2022-01-06gro: add ability to control gro max packet sizeCoco Li1-0/+1
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+1
2021-12-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+4
2021-12-18net/sched: Extend qdisc control block with tc control blockPaul Blakey1-4/+4
2021-12-14net: dev: Change the order of the arguments for the contended condition.Sebastian Andrzej Siewior1-1/+1
2021-12-14bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni1-1/+1
2021-12-13net: dev: Always serialize on Qdisc::busylock in __dev_xmit_skb() on PREEMPT_RT.Sebastian Andrzej Siewior1-1/+5
2021-12-07net: add net device refcount tracker to struct netdev_adjacentEric Dumazet1-3/+4
2021-12-07net: add net device refcount tracker infrastructureEric Dumazet1-0/+3
2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2021-12-02net: annotate data-races on txq->xmit_lock_ownerEric Dumazet1-1/+4
2021-11-29net: Write lock dev_base_lock without disabling bottom halves.Sebastian Andrzej Siewior1-8/+8
2021-11-23net: remove .ndo_change_proto_downJakub Kicinski1-22/+4
2021-11-22net: annotate accesses to dev->gso_max_segsEric Dumazet1-1/+1
2021-11-20dev_addr: add a modification checkJakub Kicinski1-0/+1
2021-11-16net: gro: populate net/core/gro.cEric Dumazet1-667/+1
2021-11-11net: fix premature exit from NAPI state polling in napi_disable()Alexander Lobakin1-2/+5
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+8
2021-10-27net: Prevent HW-GRO and LRO features operate togetherBen Ben-ishay1-0/+5
2021-10-26net: multicast: calculate csum of looped-back and forwarded packetsCyril Strejc1-1/+2
2021-10-25net: Prevent infinite while loop in skb_tx_hash()Michael Chan1-0/+6
2021-10-20net-core: use netdev_* calls for kernel messagesJesse Brandeburg1-12/+10
2021-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-4/+15
2021-10-15netfilter: Introduce egress hookLukas Wunner1-2/+13
2021-10-15netfilter: Generalize ingress hook include fileLukas Wunner1-1/+1
2021-10-15netfilter: Rename ingress hook include fileLukas Wunner1-1/+1
2021-10-10net: make dev_get_port_parent_id slightly more readableAntoine Tenart1-5/+2
2021-10-08net: introduce a function to check if a netdev name is in useAntoine Tenart1-4/+10
2021-10-02net:dev: Change napi_gro_complete return type to voidGyumin Hwang1-3/+2
2021-09-27net: make napi_disable() symmetric with enableJakub Kicinski1-6/+12
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+10
2021-09-20napi: fix race inside napi_enableXuan Zhuo1-6/+10
2021-09-15net: sched: update default qdisc visibility after Tx queue cnt changesJakub Kicinski1-0/+2