summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
4 daysvlan: defer real device state propagation to netdev_workJakub Kicinski
4 daysnet: turn the rx_mode work into a generic netdev_work facilityJakub Kicinski
13 daysnet: serialize netif_running() check in enqueue_to_backlog()Eric Dumazet
13 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-06-12net: watchdog: fix refcount tracking racesEric Dumazet
2026-06-09net: add retry mechanism to ndo_set_rx_mode_asyncStanislav Fomichev
2026-06-04net: rename netdev_ops_assert_locked()Jakub Kicinski
2026-05-26net: defer netdev_name_node_alt_flush() call to netdev_run_todo()Eric Dumazet
2026-05-26net: napi: Skip last poll when arming gro timer in busy pollMartin Karsten
2026-05-18net: devmem: support TX over NETMEM_TX_NO_DMA devicesBobby Eshleman
2026-05-18net: convert netmem_tx flag to enumBobby Eshleman
2026-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-05-08net: Do not unconditionally turn on carrier when turning off protodownIdo Schimmel
2026-05-08net: Set dev->proto_down before changing carrier stateIdo Schimmel
2026-05-08net: napi: Avoid gro timer misfiring at end of busypollDragos Tatulea
2026-05-04net: prevent possible UAF in rtnl_prop_list_size()Eric Dumazet
2026-04-24Merge tag 'net-deletions' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2026-04-23net: remove unused ATM protocols and legacy ATM device driversJakub Kicinski
2026-04-21net: warn ops-locked drivers still using ndo_set_rx_modeStanislav Fomichev
2026-04-21net: move promiscuity handling into netdev_rx_mode_workStanislav Fomichev
2026-04-21net: cache snapshot entries for ndo_set_rx_mode_asyncStanislav Fomichev
2026-04-21net: introduce ndo_set_rx_mode_async and netdev_rx_mode_workStanislav Fomichev
2026-04-12net: fix reference tracker mismanagement in netdev_put_lock()Jakub Kicinski
2026-04-12net: Add net_cookie to Dead loop messagesChris J Arges
2026-04-09netkit: Add netkit notifier to check for unregistering devicesDaniel Borkmann
2026-04-09net: Proxy netif_mp_{open,close}_rxq for leased queuesDavid Wei
2026-04-09net: Implement netdev_nl_queue_create_doitDaniel Borkmann
2026-04-07net: pull headers in qdisc_pkt_len_segs_init()Eric Dumazet
2026-04-07net: qdisc_pkt_len_segs_init() cleanupEric Dumazet
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-03-30net: use skb_header_pointer() for TCPv4 GSO frag_off checkGuoyu Su
2026-03-29net: remove EXPORT_IPV6_MOD() and EXPORT_IPV6_MOD_GPL() macrosFernando Fernandez Mancera
2026-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-03-24net: correctly handle tunneled traffic on IPV6_CSUM GSO fallbackWillem de Bruijn
2026-03-14net: plumb drop reasons to __dev_queue_xmit()Eric Dumazet
2026-03-10net: export netif_open for self_test usageMike Marciniszyn (Meta)
2026-03-09net/sched: do not reset queues in graft operationsEric Dumazet
2026-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-03-05net: Provide a PREEMPT_RT specific check for netdev_queue::_xmit_lockSebastian Andrzej Siewior
2026-03-04net: devmem: use READ_ONCE/WRITE_ONCE on binding->devBobby Eshleman
2026-03-04net-sysfs: use rps_tag_ptr and remove metadata from rps_dev_flow_tableEric Dumazet
2026-03-04net-sysfs: use rps_tag_ptr and remove metadata from rps_sock_flow_tableEric Dumazet
2026-03-04net-sysfs: add rps_sock_flow_table_mask() helperEric Dumazet
2026-03-03net: core: allow netdev_upper_get_next_dev_rcu from bh contextKohei Enju
2026-03-03net: Fix rcu_tasks stall in threaded busypollYiFei Zhu
2026-02-28net: sched: introduce qdisc-specific drop reason tracingJesper Dangaard Brouer
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-02-26net: consume xmit errors of GSO framesJakub Kicinski
2026-02-23net: do not pass flow_id to set_rps_cpu()Eric Dumazet
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds