aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-15Merge 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-06skbuff: Release nfct refcount on napi stolen or re-used skbsPaul Blakey1-0/+13
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-11/+45
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2021-06-28net: 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-14net: sched: fix tx action reschedule issue with stopped queueYunsheng Lin1-1/+2
2021-05-14net: 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-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+5
2021-04-22net, xdp: Update pkt_type if generic XDP changes unicast MACMartin Willi1-1/+5
2021-04-19gro: 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-13gro: ensure frag0 meets IP header alignmentEric Dumazet1-1/+2
2021-04-09Merge 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
2021-04-07net: remove the new_ifindex argument from dev_change_net_namespaceAndrei Vagin1-5/+5
2021-04-05net: Allow to specify ifindex when device is moved to another namespaceAndrei Vagin1-7/+17
2021-03-25net: change netdev_unregister_timeout_secs min value to 1Dmitry Vyukov1-1/+1
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+31
2021-03-24net: resolve forwarding path from virtual netdevice and HW destination addressPablo Neira Ayuso1-0/+46
2021-03-23net: make unregister netdev warning timeout configurableDmitry Vyukov1-1/+5
2021-03-22net: set initial device refcount to 1Eric Dumazet1-3/+6
2021-03-22net: make xps_needed and xps_rxqs_needed staticVladimir Oltean1-4/+2
2021-03-19net: add CONFIG_PCPU_DEV_REFCNTEric Dumazet1-0/+10
2021-03-18net: NULL the old xps map entries when freeing themAntoine Tenart1-0/+1
2021-03-18net: fix use after free in xpsAntoine Tenart1-5/+12
2021-03-18net: improve queue removal readability in __netif_set_xps_queueAntoine Tenart1-6/+9
2021-03-18net: add an helper to copy xps maps to the new dev_mapsAntoine Tenart1-20/+25
2021-03-18net: move the xps maps to an arrayAntoine Tenart1-42/+31
2021-03-18net: remove the xps possible_maskAntoine Tenart1-27/+13
2021-03-18net: embed nr_ids in the xps mapsAntoine Tenart1-24/+21
2021-03-18net: embed num_tc in the xps mapsAntoine Tenart1-22/+41
2021-03-18net: check all name nodes in __dev_alloc_nameJiri Bohac1-0/+12
2021-03-17net: fix race between napi kthread mode and busy pollWei Wang1-1/+18
2021-03-16can: dev: Move device back to init netns on owning netns deleteMartin Willi1-1/+1
2021-03-15net: export dev_set_threaded symbolLorenzo Bianconi1-0/+1
2021-03-14gro: give 'hash' variable in dev_gro_receive() a less confusing nameAlexander Lobakin1-6/+6
2021-03-14gro: consistentify napi->gro_hash[x] access in dev_gro_receive()Alexander Lobakin1-11/+11
2021-03-14gro: simplify gro_list_prepare()Alexander Lobakin1-8/+4
2021-03-10net: core: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-18/+14