summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-13net: initialize init_net earlierEric Dumazet1-2/+1
2022-01-27xdp: check prog type before updating BPF linkToke Høiland-Jørgensen1-0/+6
2022-01-05net/sched: Extend qdisc control block with tc control blockPaul Blakey1-4/+4
2021-12-08net: annotate data-races on txq->xmit_lock_ownerEric Dumazet1-1/+4
2021-11-18net: sched: update default qdisc visibility after Tx queue cnt changesJakub Kicinski1-0/+2
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-09-20napi: fix race inside napi_enableXuan Zhuo1-6/+10
2021-08-14net: in_irq() cleanupChangbin Du1-1/+1
2021-08-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-2/+13
2021-08-10net, core: Allow netdev_lower_get_next_private_rcu in bh contextJussi Maki1-1/+1
2021-08-10net, core: Add support for XDP redirection to slave deviceJussi Maki1-1/+12
2021-08-05net: Remove redundant if statementsYajun Deng1-4/+2
2021-08-04net: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior1-2/+2
2021-08-04net: add netif_set_real_num_queues() for device reconfigJakub Kicinski1-0/+44
2021-08-03move netdev_boot_setup into Space.cArnd Bergmann1-125/+0
2021-07-30sk_buff: avoid potentially clearing 'slow_gro' fieldPaolo Abeni1-1/+1
2021-07-30net/sched: store the last executed chain also for clsact egressDavide Caratti1-3/+2
2021-07-29skbuff: allow 'slow_gro' for skb carring sock referencePaolo Abeni1-0/+2
2021-07-29net: optimize GRO for the common case.Paolo Abeni1-8/+22
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-8/+26
2021-07-20memcg: enable accounting for net_device and Tx/Rx queuesVasily Averin1-3/+3
2021-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-50/+53
2021-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-4/+10
2021-07-15net_sched: introduce tracepoint trace_qdisc_enqueue()Qitao Xu1-4/+16
2021-07-13xdp, net: Fix use-after-free in bpf_xdp_link_releaseXuan Zhuo1-4/+10
2021-07-09net: do not reuse skbuff allocated from skbuff_fclone_cache in the skb cacheAntoine Tenart1-0/+2
2021-07-08skbuff: Fix build with SKB extensions disabledFlorian Fainelli1-1/+2
2021-07-08bpf: devmap: Implement devmap prog execution for generic XDPKumar Kartikeya Dwivedi1-18/+0
2021-07-08bpf: cpumap: Implement generic cpumapKumar Kartikeya Dwivedi1-2/+1
2021-07-08net: core: Split out code to run generic XDP progKumar Kartikeya Dwivedi1-31/+53
2021-07-06skbuff: Release nfct refcount on napi stolen or re-used skbsPaul Blakey1-0/+13
2021-07-01Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-11/+45
2021-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2021-06-29net: update netdev_rx_csum_fault() print dump only onceTanner Love1-5/+9
2021-06-23net: sched: implement TCQ_F_CAN_BYPASS for lockless qdiscYunsheng Lin1-2/+25
2021-06-21net/netif_receive_skb_core: Use migrate_disable()Sebastian Andrzej Siewior1-2/+2
2021-06-18sched: Change task_struct::statePeter Zijlstra1-1/+1
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+24
2021-05-15net: sched: fix tx action reschedule issue with stopped queueYunsheng Lin1-1/+2
2021-05-15net: sched: fix tx action rescheduling issue during deactivationYunsheng Lin1-4/+22
2021-05-13net: Treat __napi_schedule_irqoff() as __napi_schedule() on PREEMPT_RTSebastian Andrzej Siewior1-2/+9
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+4
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+5
2021-04-23net, xdp: Update pkt_type if generic XDP changes unicast MACMartin Willi1-1/+5
2021-04-20gro: fix napi_gro_frags() Fast GRO breakage due to IP alignment checkAlexander Lobakin1-4/+4
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2021-04-14gro: ensure frag0 meets IP header alignmentEric Dumazet1-1/+2
2021-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2021-04-09net: fix hangup on napi_disable for threaded napiPaolo Abeni1-1/+2