summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-24Merge tag 'net-deletions' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-7/+0
2026-04-23net: remove unused ATM protocols and legacy ATM device driversJakub Kicinski1-7/+0
2026-04-21net: warn ops-locked drivers still using ndo_set_rx_modeStanislav Fomichev1-0/+5
2026-04-21net: move promiscuity handling into netdev_rx_mode_workStanislav Fomichev1-12/+4
2026-04-21net: cache snapshot entries for ndo_set_rx_mode_asyncStanislav Fomichev1-0/+3
2026-04-21net: introduce ndo_set_rx_mode_async and netdev_rx_mode_workStanislav Fomichev1-41/+2
2026-04-12net: fix reference tracker mismanagement in netdev_put_lock()Jakub Kicinski1-11/+5
2026-04-12net: Add net_cookie to Dead loop messagesChris J Arges1-2/+3
2026-04-10netkit: Add netkit notifier to check for unregistering devicesDaniel Borkmann1-0/+6
2026-04-10net: Proxy netif_mp_{open,close}_rxq for leased queuesDavid Wei1-3/+1
2026-04-10net: Implement netdev_nl_queue_create_doitDaniel Borkmann1-0/+8
2026-04-08net: pull headers in qdisc_pkt_len_segs_init()Eric Dumazet1-20/+31
2026-04-08net: qdisc_pkt_len_segs_init() cleanupEric Dumazet1-31/+31
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+8
2026-03-31net: use skb_header_pointer() for TCPv4 GSO frag_off checkGuoyu Su1-3/+8
2026-03-29net: remove EXPORT_IPV6_MOD() and EXPORT_IPV6_MOD_GPL() macrosFernando Fernandez Mancera1-3/+0
2026-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+17
2026-03-24net: correctly handle tunneled traffic on IPV6_CSUM GSO fallbackWillem de Bruijn1-5/+17
2026-03-14net: plumb drop reasons to __dev_queue_xmit()Eric Dumazet1-40/+43
2026-03-10net: export netif_open for self_test usageMike Marciniszyn (Meta)1-0/+1
2026-03-10net/sched: do not reset queues in graft operationsEric Dumazet1-1/+1
2026-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-11/+13
2026-03-05net: Provide a PREEMPT_RT specific check for netdev_queue::_xmit_lockSebastian Andrzej Siewior1-4/+1
2026-03-05net: devmem: use READ_ONCE/WRITE_ONCE on binding->devBobby Eshleman1-1/+1
2026-03-05net-sysfs: use rps_tag_ptr and remove metadata from rps_dev_flow_tableEric Dumazet1-22/+31
2026-03-05net-sysfs: use rps_tag_ptr and remove metadata from rps_sock_flow_tableEric Dumazet1-5/+7
2026-03-05net-sysfs: add rps_sock_flow_table_mask() helperEric Dumazet1-1/+3
2026-03-04net: core: allow netdev_upper_get_next_dev_rcu from bh contextKohei Enju1-1/+2
2026-03-03net: Fix rcu_tasks stall in threaded busypollYiFei Zhu1-6/+11
2026-03-01net: sched: introduce qdisc-specific drop reason tracingJesper Dangaard Brouer1-4/+4
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-12/+23
2026-02-26net: consume xmit errors of GSO framesJakub Kicinski1-5/+18
2026-02-24net: do not pass flow_id to set_rps_cpu()Eric Dumazet1-7/+5
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-13/+12
2026-02-17net: remove WARN_ON_ONCE when accessing forward path arrayPablo Neira Ayuso1-1/+1
2026-02-17net: fix backlog_unlock_irq_restore() vs CONFIG_PREEMPT_RTEric Dumazet1-5/+12
2026-02-07net/ipv6: Remove jumbo_remove step from TX pathAlice Mikityanska1-4/+2
2026-01-23net: use netdev_queue_config() for mp restartJakub Kicinski1-17/+0
2026-01-23net: introduce mangleid_featuresPaolo Abeni1-1/+4
2026-01-21Merge tag 'net-queue-rx-buf-len-v9' of https://github.com/isilence/linuxJakub Kicinski1-0/+17
2026-01-21Revert "Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'"Jakub Kicinski1-7/+0
2026-01-20net: Implement netdev_nl_queue_create_doitDaniel Borkmann1-0/+7
2026-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+22
2026-01-14net: add bare bone queue configsPavel Begunkov1-0/+17
2026-01-13net: add net.core.qdisc_max_burstEric Dumazet1-3/+3
2026-01-10net: update netdev_lock_{type,name}Eric Dumazet1-6/+19
2026-01-07net: fully inline backlog_unlock_irq_restore()Eric Dumazet1-7/+6