summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
Commit message (Expand)AuthorAgeFilesLines
* dpll: move all dpll<>netdev helpers to dpll codeJakub Kicinski2024-03-051-22/+0
* dpll: rely on rcu for netdev_dpll_pin()Eric Dumazet2024-02-261-1/+1
* net: add rcu safety to rtnl_prop_list_size()Eric Dumazet2024-02-121-1/+1
* net-device: move lstats in net_device_read_txrxEric Dumazet2024-02-121-1/+2
* net: fix removing a namespace with conflicting altnamesJakub Kicinski2024-01-221-0/+9
* Revert "Introduce PHY listing and link_topology tracking"Jakub Kicinski2024-01-041-3/+0
* net-device: move xdp_prog to net_device_read_rxEric Dumazet2024-01-031-1/+1
* net-device: move gso_partial_features to net_device_read_txEric Dumazet2024-01-021-1/+2
* net: phy: Introduce ethernet link topology representationMaxime Chevallier2024-01-011-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-12-211-0/+3
|\
| * net: check dev->gso_max_size in gso_features_check()Eric Dumazet2023-12-211-0/+3
* | net: sched: Make tc-related drop reason more flexible for remaining qdiscsVictor Nogueira2023-12-201-2/+5
* | net: sched: Move drop_reason to struct tc_skb_cbVictor Nogueira2023-12-201-2/+2
* | net: core: synchronize link-watch when carrier is queriedJohannes Berg2023-12-051-1/+1
* | net-device: reorganize net_device fast path variablesCoco Li2023-12-051-0/+56
* | net: Add NAPI IRQ supportAmritha Nambiar2023-12-041-0/+1
* | netdev-genl: Add netlink framework functions for napiAmritha Nambiar2023-12-041-2/+1
* | net: Add queue and napi associationAmritha Nambiar2023-12-041-0/+37
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-11-231-1/+56
|\|
| * bpf: Fix dev's rx stats for bpf_redirect_peer trafficPeilin Ye2023-11-201-0/+8
| * net: Move {l,t,d}stats allocation to core and convert veth & vrfDaniel Borkmann2023-11-201-1/+48
* | net: do not send a MOVE event when netdev changes netnsJakub Kicinski2023-11-211-4/+6
* | net: partial revert of the "Make timestamping selectable: seriesJakub Kicinski2023-11-181-3/+0
* | net: Change the API of PHY default timestamp to MACKory Maincent2023-11-181-0/+3
|/
* net: Fix undefined behavior in netdev name allocationGal Pressman2023-11-151-1/+3
* Merge tag 'for-netdev' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/...Jakub Kicinski2023-10-261-0/+2
|\
| * net, bpf: Add a warning if NAPI cb missed xdp_do_flush().Sebastian Andrzej Siewior2023-10-171-0/+2
* | net: remove else after return in dev_prep_valid_name()Jakub Kicinski2023-10-241-5/+4
* | net: remove dev_valid_name() check from __dev_alloc_name()Jakub Kicinski2023-10-241-3/+0
* | net: trust the bitmap in __dev_alloc_name()Jakub Kicinski2023-10-241-11/+4
* | net: reduce indentation of __dev_alloc_name()Jakub Kicinski2023-10-241-30/+26
* | net: make dev_alloc_name() call dev_prep_valid_name()Jakub Kicinski2023-10-241-9/+11
* | net: don't use input buffer of __dev_alloc_name() as a scratch spaceJakub Kicinski2023-10-241-25/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-191-15/+50
|\ \
| * | net: move altnames together with the netdeviceJakub Kicinski2023-10-191-4/+9
| * | net: avoid UAF on deleted altnameJakub Kicinski2023-10-191-1/+6
| * | net: check for altname conflicts when changing netdev's netnsJakub Kicinski2023-10-191-1/+8
| * | net: fix ifname in netlink ntf during netns moveJakub Kicinski2023-10-191-13/+31
* | | net: introduce napi_is_scheduled helperChristian Marangi2023-10-191-1/+1
| |/ |/|
* | net, sched: Make tc-related drop reason more flexibleDaniel Borkmann2023-10-161-5/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-121-2/+6
|\|
| * net: refine debug info in skb_checksum_help()Eric Dumazet2023-10-091-2/+6
* | net/core: Introduce netdev_core_stats_inc()Yajun Deng2023-10-111-2/+19
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-09-211-3/+3
|\|
| * net: core: Use the bitmap API to allocate bitmapsAndy Shevchenko2023-09-161-3/+3
* | netdev: expose DPLL pin handle for netdeviceJiri Pirko2023-09-171-0/+22
|/
* net: Make consumed action consistent in sch_handle_egressDaniel Borkmann2023-08-281-0/+2
* net: Fix skb consume leak in sch_handle_egressDaniel Borkmann2023-08-281-0/+1
* net: warn about attempts to register negative ifindexJakub Kicinski2023-08-151-0/+5
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-031-1/+5
|\