summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorLines
2024-01-04Revert "Introduce PHY listing and link_topology tracking"Jakub Kicinski-3/+0
2024-01-03net-device: move xdp_prog to net_device_read_rxEric Dumazet-1/+1
2024-01-02net-device: move gso_partial_features to net_device_read_txEric Dumazet-1/+2
2024-01-01net: phy: Introduce ethernet link topology representationMaxime Chevallier-0/+3
2023-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-0/+3
2023-12-21net: check dev->gso_max_size in gso_features_check()Eric Dumazet-0/+3
2023-12-20net: sched: Make tc-related drop reason more flexible for remaining qdiscsVictor Nogueira-2/+5
2023-12-20net: sched: Move drop_reason to struct tc_skb_cbVictor Nogueira-2/+2
2023-12-05net: core: synchronize link-watch when carrier is queriedJohannes Berg-1/+1
2023-12-05net-device: reorganize net_device fast path variablesCoco Li-0/+56
2023-12-04net: Add NAPI IRQ supportAmritha Nambiar-0/+1
2023-12-04netdev-genl: Add netlink framework functions for napiAmritha Nambiar-2/+1
2023-12-04net: Add queue and napi associationAmritha Nambiar-0/+37
2023-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+56
2023-11-21net: do not send a MOVE event when netdev changes netnsJakub Kicinski-4/+6
2023-11-20bpf: Fix dev's rx stats for bpf_redirect_peer trafficPeilin Ye-0/+8
2023-11-20net: Move {l,t,d}stats allocation to core and convert veth & vrfDaniel Borkmann-1/+48
2023-11-18net: partial revert of the "Make timestamping selectable: seriesJakub Kicinski-3/+0
2023-11-18net: Change the API of PHY default timestamp to MACKory Maincent-0/+3
2023-11-15net: Fix undefined behavior in netdev name allocationGal Pressman-1/+3
2023-10-26Merge tag 'for-netdev' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/...Jakub Kicinski-0/+2
2023-10-24net: remove else after return in dev_prep_valid_name()Jakub Kicinski-5/+4
2023-10-24net: remove dev_valid_name() check from __dev_alloc_name()Jakub Kicinski-3/+0
2023-10-24net: trust the bitmap in __dev_alloc_name()Jakub Kicinski-11/+4
2023-10-24net: reduce indentation of __dev_alloc_name()Jakub Kicinski-30/+26
2023-10-24net: make dev_alloc_name() call dev_prep_valid_name()Jakub Kicinski-9/+11
2023-10-24net: don't use input buffer of __dev_alloc_name() as a scratch spaceJakub Kicinski-25/+8
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-15/+50
2023-10-19net: move altnames together with the netdeviceJakub Kicinski-4/+9
2023-10-19net: avoid UAF on deleted altnameJakub Kicinski-1/+6
2023-10-19net: check for altname conflicts when changing netdev's netnsJakub Kicinski-1/+8
2023-10-19net: fix ifname in netlink ntf during netns moveJakub Kicinski-13/+31
2023-10-19net: introduce napi_is_scheduled helperChristian Marangi-1/+1
2023-10-17net, bpf: Add a warning if NAPI cb missed xdp_do_flush().Sebastian Andrzej Siewior-0/+2
2023-10-16net, sched: Make tc-related drop reason more flexibleDaniel Borkmann-5/+10
2023-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+6
2023-10-11net/core: Introduce netdev_core_stats_inc()Yajun Deng-2/+19
2023-10-09net: refine debug info in skb_checksum_help()Eric Dumazet-2/+6
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-3/+3
2023-09-17netdev: expose DPLL pin handle for netdeviceJiri Pirko-0/+22
2023-09-16net: core: Use the bitmap API to allocate bitmapsAndy Shevchenko-3/+3
2023-08-28net: Make consumed action consistent in sch_handle_egressDaniel Borkmann-0/+2
2023-08-28net: Fix skb consume leak in sch_handle_egressDaniel Borkmann-0/+1
2023-08-15net: warn about attempts to register negative ifindexJakub Kicinski-0/+5
2023-08-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-1/+5
2023-08-03net: move struct netdev_rx_queue out of netdevice.hJakub Kicinski-0/+1
2023-08-02bpf, xdp: Add tracepoint to xdp attaching failureLeon Hwang-1/+4
2023-08-01net: make sure we never create ifindex = 0Jakub Kicinski-2/+1
2023-07-28net: store netdevs in an xarrayJakub Kicinski-28/+54
2023-07-25net: remove redundant NULL check in remove_xps_queue()Zhengchao Shao-2/+1