summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-14net: remove dev_base_lockEric Dumazet1-35/+4
2024-02-14net: remove dev_base_lock from register_netdevice() and friends.Eric Dumazet1-13/+7
2024-02-14net-sysfs: use dev_addr_sem to remove races in address_show()Eric Dumazet1-1/+1
2024-02-14net: convert dev->reg_state to u8Eric Dumazet1-4/+4
2024-02-14net: annotate data-races around dev->name_assign_typeEric Dumazet1-3/+3
2024-02-14xdp: add multi-buff support for xdp running in generic modeLorenzo Bianconi1-19/+51
2024-02-14xdp: rely on skb pointer reference in do_xdp_generic and netif_receive_generi...Lorenzo Bianconi1-7/+9
2024-02-14net: add generic percpu page_pool allocatorLorenzo Bianconi1-0/+45
2024-02-12net: use synchronize_net() in dev_change_name()Eric Dumazet1-1/+1
2024-02-09Merge branch 'for-io_uring-add-napi-busy-polling-support'Jakub Kicinski1-14/+43
2024-02-09net: add napi_busy_loop_rcu()Stefan Roesch1-0/+15
2024-02-09net: split off __napi_busy_poll from napi_busy_pollStefan Roesch1-14/+28
2024-02-07net: Do not return value from init_dummy_netdev()Amit Cohen1-3/+1
2024-02-04net: make dev_unreg_count globalEric Dumazet1-3/+9
2024-01-29net: free altname using an RCU callbackJakub Kicinski1-11/+16
2024-01-22net: fix removing a namespace with conflicting altnamesJakub Kicinski1-0/+9
2024-01-05Revert "Introduce PHY listing and link_topology tracking"Jakub Kicinski1-3/+0
2024-01-04net-device: move xdp_prog to net_device_read_rxEric Dumazet1-1/+1
2024-01-02net-device: move gso_partial_features to net_device_read_txEric Dumazet1-1/+2
2024-01-01net: phy: Introduce ethernet link topology representationMaxime Chevallier1-0/+3
2023-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-0/+3
2023-12-21net: check dev->gso_max_size in gso_features_check()Eric Dumazet1-0/+3
2023-12-20net: sched: Make tc-related drop reason more flexible for remaining qdiscsVictor Nogueira1-2/+5
2023-12-20net: sched: Move drop_reason to struct tc_skb_cbVictor Nogueira1-2/+2
2023-12-06net: core: synchronize link-watch when carrier is queriedJohannes Berg1-1/+1
2023-12-06net-device: reorganize net_device fast path variablesCoco Li1-0/+56
2023-12-05net: Add NAPI IRQ supportAmritha Nambiar1-0/+1
2023-12-05netdev-genl: Add netlink framework functions for napiAmritha Nambiar1-2/+1
2023-12-05net: Add queue and napi associationAmritha Nambiar1-0/+37
2023-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+56
2023-11-22net: do not send a MOVE event when netdev changes netnsJakub Kicinski1-4/+6
2023-11-20bpf: Fix dev's rx stats for bpf_redirect_peer trafficPeilin Ye1-0/+8
2023-11-20net: Move {l,t,d}stats allocation to core and convert veth & vrfDaniel Borkmann1-1/+48
2023-11-19net: partial revert of the "Make timestamping selectable: seriesJakub Kicinski1-3/+0
2023-11-18net: Change the API of PHY default timestamp to MACKory Maincent1-0/+3
2023-11-15net: Fix undefined behavior in netdev name allocationGal Pressman1-1/+3
2023-10-27Merge tag 'for-netdev' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/...Jakub Kicinski1-0/+2
2023-10-24net: remove else after return in dev_prep_valid_name()Jakub Kicinski1-5/+4
2023-10-24net: remove dev_valid_name() check from __dev_alloc_name()Jakub Kicinski1-3/+0
2023-10-24net: trust the bitmap in __dev_alloc_name()Jakub Kicinski1-11/+4
2023-10-24net: reduce indentation of __dev_alloc_name()Jakub Kicinski1-30/+26
2023-10-24net: make dev_alloc_name() call dev_prep_valid_name()Jakub Kicinski1-9/+11
2023-10-24net: don't use input buffer of __dev_alloc_name() as a scratch spaceJakub Kicinski1-25/+8
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-15/+50
2023-10-19net: move altnames together with the netdeviceJakub Kicinski1-4/+9
2023-10-19net: avoid UAF on deleted altnameJakub Kicinski1-1/+6
2023-10-19net: check for altname conflicts when changing netdev's netnsJakub Kicinski1-1/+8
2023-10-19net: fix ifname in netlink ntf during netns moveJakub Kicinski1-13/+31
2023-10-19net: introduce napi_is_scheduled helperChristian Marangi1-1/+1
2023-10-17net, bpf: Add a warning if NAPI cb missed xdp_do_flush().Sebastian Andrzej Siewior1-0/+2