summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2026-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-08-18net: add missing ref_tracker_dir_exit() to alloc_netdev_mqs()Tetsuo Handa
2026-08-17net: add READ_ONCE()/WRITE_ONCE() annotations for dev->prio_tc_mapEric Dumazet
2026-08-17net: add READ_ONCE()/WRITE_ONCE() annotations for dev->num_tcEric Dumazet
2026-08-17net: prevent torn reads in netdev_tc_txqEric Dumazet
2026-08-17bpf, xdp: move offload check into dev_xdp_install()Jiayuan Chen
2026-08-14Merge tag 'nf-next-26-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2026-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-08-10net: pass net_device_path_ctx to dev_fill_forward_path()Lorenzo Bianconi
2026-08-07net: fix skb length accounting after generic XDP frag adjustmentSun Jian
2026-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-08-06net: avoid theoretical races with ref drainJakub Kicinski
2026-08-06net: Defer netdev KOBJ_ADD uevent until the device is publishedDragos Tatulea
2026-07-31net: pass dst via net_device_path in dev_fill_forward_path()Pablo Neira Ayuso
2026-07-31net: do not advance stack index from dev_fwd_path()Pablo Neira Ayuso
2026-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2026-07-11net: Call unregister_netdevice_many() per netns.Kuniyuki Iwashima
2026-07-11net: Add per-netns netdev unregistration infra.Kuniyuki Iwashima
2026-07-11net: Hold __rtnl_net_lock() in netdev_wait_allrefs_any().Kuniyuki Iwashima
2026-07-11net: Wrap default_device_exit_net() with __rtnl_net_lock().Kuniyuki Iwashima
2026-07-07net: require instance lock for NETDEV_DOWN/GOING_DOWN notifiersStanislav Fomichev
2026-07-07net: hold instance lock around NETDEV_DOWN/GOING_DOWNStanislav Fomichev
2026-06-26xfrm: propagate -EINPROGRESS from validate_xmit_xfrm()Petr Wozniak
2026-06-25vlan: defer real device state propagation to netdev_workJakub Kicinski
2026-06-25net: turn the rx_mode work into a generic netdev_work facilityJakub Kicinski
2026-06-16net: serialize netif_running() check in enqueue_to_backlog()Eric Dumazet
2026-06-16Merge 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