summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2024-03-29net: do not consume a cacheline for system_page_poolEric Dumazet
2024-03-20net: report RCU QS on threaded NAPI repollingYan Zhai
2024-03-19net: move dev->state into net_device_read_txrx groupEric Dumazet
2024-03-18packet: annotate data-races around ignore_outgoingEric Dumazet
2024-03-07net: move rps_sock_flow_table to net_hotdataEric Dumazet
2024-03-07net: introduce include/net/rps.hEric Dumazet
2024-03-07net: move dev_rx_weight to net_hotdataEric Dumazet
2024-03-07net: move dev_tx_weight to net_hotdataEric Dumazet
2024-03-07net: move netdev_max_backlog to net_hotdataEric Dumazet
2024-03-07net: move ptype_all into net_hotdataEric Dumazet
2024-03-07net: move netdev_tstamp_prequeue into net_hotdataEric Dumazet
2024-03-07net: move netdev_budget and netdev_budget to net_hotdataEric Dumazet
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-03-05dpll: move all dpll<>netdev helpers to dpll codeJakub Kicinski
2024-03-01inet: prepare inet_base_seq() to run without RTNLEric Dumazet
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-29net: get stats64 if device if driver is configuredBreno Leitao
2024-02-28net: call skb_defer_free_flush() from __napi_busy_loop()Eric Dumazet
2024-02-26dpll: rely on rcu for netdev_dpll_pin()Eric Dumazet
2024-02-26ipv6: prepare inet6_fill_ifinfo() for RCU protectionEric Dumazet
2024-02-26rtnetlink: prepare nla_put_iflink() to run under RCUEric Dumazet
2024-02-19net: page_pool: fix recycle stats for system page_pool allocatorLorenzo Bianconi
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-14net: remove dev_base_lockEric Dumazet
2024-02-14net: remove dev_base_lock from register_netdevice() and friends.Eric Dumazet
2024-02-14net-sysfs: use dev_addr_sem to remove races in address_show()Eric Dumazet
2024-02-14net: convert dev->reg_state to u8Eric Dumazet
2024-02-14net: annotate data-races around dev->name_assign_typeEric Dumazet
2024-02-13xdp: add multi-buff support for xdp running in generic modeLorenzo Bianconi
2024-02-13xdp: rely on skb pointer reference in do_xdp_generic and netif_receive_generi...Lorenzo Bianconi
2024-02-13net: add generic percpu page_pool allocatorLorenzo Bianconi
2024-02-12net: add rcu safety to rtnl_prop_list_size()Eric Dumazet
2024-02-12net: use synchronize_net() in dev_change_name()Eric Dumazet
2024-02-12net-device: move lstats in net_device_read_txrxEric Dumazet
2024-02-09Merge branch 'for-io_uring-add-napi-busy-polling-support'Jakub Kicinski
2024-02-09net: add napi_busy_loop_rcu()Stefan Roesch
2024-02-09net: split off __napi_busy_poll from napi_busy_pollStefan Roesch
2024-02-07net: Do not return value from init_dummy_netdev()Amit Cohen
2024-02-04net: make dev_unreg_count globalEric Dumazet
2024-01-29net: free altname using an RCU callbackJakub Kicinski
2024-01-22net: fix removing a namespace with conflicting altnamesJakub Kicinski
2024-01-04Revert "Introduce PHY listing and link_topology tracking"Jakub Kicinski
2024-01-03net-device: move xdp_prog to net_device_read_rxEric Dumazet
2024-01-02net-device: move gso_partial_features to net_device_read_txEric Dumazet
2024-01-01net: phy: Introduce ethernet link topology representationMaxime Chevallier
2023-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-12-21net: check dev->gso_max_size in gso_features_check()Eric Dumazet
2023-12-20net: sched: Make tc-related drop reason more flexible for remaining qdiscsVictor Nogueira
2023-12-20net: sched: Move drop_reason to struct tc_skb_cbVictor Nogueira
2023-12-05net: core: synchronize link-watch when carrier is queriedJohannes Berg