summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2024-05-13net: revert partially applied PHY topology seriesJakub Kicinski
2024-05-07rtnetlink: do not depend on RTNL in rtnl_fill_proto_down()Eric Dumazet
2024-05-07net: write once on dev->allmulti and dev->promiscuityEric Dumazet
2024-05-07rtnetlink: do not depend on RTNL for IFLA_TXQLEN outputEric Dumazet
2024-05-03net: no longer acquire RTNL in threaded_show()Eric Dumazet
2024-05-01net: Protect dev->name by seqlock.Kuniyuki Iwashima
2024-04-30net: move sysctl_skb_defer_max to net_hotdataEric Dumazet
2024-04-29net: give more chances to rcu in netdev_wait_allrefs_any()Eric Dumazet
2024-04-24net: create a dummy net_device allocatorBreno Leitao
2024-04-24net: free_netdev: exit earlier if dummyBreno Leitao
2024-04-24net: core: Fix documentationBreno Leitao
2024-04-19net: rps: locklessly access rflow->cpuJason Xing
2024-04-19net: rps: protect filter locklesslyJason Xing
2024-04-19net: rps: protect last_qtail with rps_input_queue_tail_save() helperJason Xing
2024-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-17net/sched: Fix mirred deadlock on device recursionEric Dumazet
2024-04-06net: phy: Introduce ethernet link topology representationMaxime Chevallier
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-03net: enable timestamp static key if CPUMarcelo Tosatti
2024-04-01net: rps: add rps_input_queue_head_add() helperEric Dumazet
2024-04-01net: rps: change input_queue_tail_incr_save()Eric Dumazet
2024-04-01net: enqueue_to_backlog() cleanupEric Dumazet
2024-04-01net: make softnet_data.dropped an atomic_tEric Dumazet
2024-04-01net: enqueue_to_backlog() change vs not running deviceEric Dumazet
2024-03-29net: do not consume a cacheline for system_page_poolEric Dumazet
2024-03-29net: sched: make skip_sw actually skip softwareAsbjørn Sloth Tønnesen
2024-03-26net: pin system percpu page_pools to the corresponding NUMA nodesAlexander Lobakin
2024-03-26net: Rename rps_lock to backlog_lock.Sebastian Andrzej Siewior
2024-03-26net: Use backlog-NAPI to clean up the defer_list.Sebastian Andrzej Siewior
2024-03-26net: Allow to use SMP threads for backlog NAPI.Sebastian Andrzej Siewior
2024-03-26net: Remove conditional threaded-NAPI wakeup based on task state.Sebastian Andrzej Siewior
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