summaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
AgeCommit message (Expand)AuthorFilesLines
2025-12-04Merge tag 'for-6.19/io_uring-20251201' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2025-11-28netfilter: flowtable: Add IPIP rx sw accelerationLorenzo Bianconi1-0/+13
2025-11-11net: export netdev_get_by_index_lock()David Wei1-0/+1
2025-11-04net: Extend NAPI threaded polling to allow kthread based busy pollingSamiullah Khawaja1-1/+3
2025-10-29net: rps: softnet_data reorg to make enqueue_to_backlog() fastEric Dumazet1-1/+10
2025-10-22net: add a common function to compute features for upper devicesHangbin Liu1-0/+1
2025-09-30net: add NUMA awareness to skb_attempt_defer_free()Eric Dumazet1-4/+0
2025-09-30net: use llist for sd->defer_listEric Dumazet1-4/+4
2025-09-30net: make softnet_data.defer_count an atomicEric Dumazet1-1/+1
2025-09-25net: gso: restore ids of outer ip headers correctlyRichard Gobert1-2/+7
2025-09-18psp: base PSP device supportJakub Kicinski1-0/+4
2025-09-14net: use NUMA drop counters for softnet_data.droppedEric Dumazet1-1/+27
2025-08-12net: update NAPI threaded config even for disabled NAPIsJakub Kicinski1-1/+4
2025-07-25net: define an enum for the napi threaded stateSamiullah Khawaja1-5/+5
2025-07-25net: Use netif_threaded_enable instead of netif_set_threaded in driversSamiullah Khawaja1-1/+1
2025-07-19net: s/dev_close_many/netif_close_many/Stanislav Fomichev1-1/+1
2025-07-19net: s/dev_set_threaded/netif_set_threaded/Stanislav Fomichev1-0/+1
2025-07-19net: s/dev_get_flags/netif_get_flags/Stanislav Fomichev1-1/+1
2025-07-19net: s/__dev_set_mtu/__netif_set_mtu/Stanislav Fomichev1-1/+1
2025-07-19net: s/dev_pre_changeaddr_notify/netif_pre_changeaddr_notify/Stanislav Fomichev1-2/+2
2025-07-19net: s/dev_get_mac_address/netif_get_mac_address/Stanislav Fomichev1-1/+1
2025-07-19net: s/dev_get_port_parent_id/netif_get_port_parent_id/Stanislav Fomichev1-2/+2
2025-07-15Add support to set NAPI threaded for individual NAPISamiullah Khawaja1-0/+1
2025-07-15dev: Pass netdevice_tracker to dev_get_by_flags_rcu().Kuniyuki Iwashima1-2/+2
2025-07-09ipv6: anycast: Don't hold RTNL for IPV6_JOIN_ANYCAST.Kuniyuki Iwashima1-2/+2
2025-06-27net: Remove unused function first_net_device_rcu()Yue Haibing1-7/+0
2025-06-26net: ethtool: remove the data argument from ethtool_notify()Jakub Kicinski1-3/+2
2025-06-20net: add dev_dstats_rx_dropped_add() helperBreno Leitao1-0/+10
2025-06-14net: sysfs: Implement is_visible for phys_(port_id, port_name, switch_id)Yajun Deng1-1/+1
2025-05-27net: core: Convert dev_set_mac_address_user() to use struct sockaddr_storageKees Cook1-1/+1
2025-05-27net: core: Convert dev_set_mac_address() to struct sockaddr_storageKees Cook1-1/+1
2025-05-27net: core: Switch netif_set_mac_address() to struct sockaddr_storageKees Cook1-1/+1
2025-05-26Merge tag 'ipsec-next-2025-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni1-3/+7
2025-05-15xdp: Use nested-BH locking for system_page_poolSebastian Andrzej Siewior1-1/+6
2025-05-15net: Look for bonding slaves in the bond's network namespaceShay Drory1-1/+1
2025-05-13net: enable driver support for netmem TXMina Almasry1-0/+2
2025-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2025-05-07net: add missing instance lock to dev_set_promiscuityStanislav Fomichev1-0/+1
2025-04-18netdev: fix the locking for netdev notificationsJakub Kicinski1-1/+1
2025-04-16xfrm: Add explicit dev to .xdo_dev_state_{add,delete,free}Cosmin Ratiu1-3/+7
2025-04-15net: convert dev->rtnl_link_state to a boolJakub Kicinski1-8/+2
2025-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2025-04-10net: remove cpu stall in txq_trans_update()Eric Dumazet1-3/+4
2025-04-10xdp: double protect netdev->xdp_flags with netdev->lockJakub Kicinski1-1/+1
2025-04-10net: designate XSK pool pointers in queues as "ops protected"Jakub Kicinski1-0/+1
2025-04-10net: avoid potential race between netdev_get_by_index_lock() and netns switchJakub Kicinski1-1/+5
2025-04-07net: hold instance lock during NETDEV_CHANGEStanislav Fomichev1-0/+2
2025-04-04net: hold instance lock during NETDEV_REGISTER/UPStanislav Fomichev1-1/+1
2025-03-25net: designate queue -> napi linking as "ops protected"Jakub Kicinski1-2/+3
2025-03-25net: designate queue counts as "double ops protected" by instance lockJakub Kicinski1-0/+3