summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-19selftests: netfilter: nft_queue.sh: move to lib.sh infraFlorian Westphal
2024-04-19Merge branch 'net-neigh-rcu'David S. Miller
2024-04-19neighbour: no longer hold RTNL in neigh_dump_info()Eric Dumazet
2024-04-19neighbour: fix neigh_dump_info() return valueEric Dumazet
2024-04-19neighbour: add RCU protection to neigh_tables[]Eric Dumazet
2024-04-19net: dsa: xrs700x: fix missing initialisation of ds->phylink_mac_opsRussell King (Oracle)
2024-04-19Merge branch 'net-rps-lockless'David S. Miller
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-19Merge branch 'net_sched-dump-no-rtnl'David S. Miller
2024-04-19net_sched: sch_skbprio: implement lockless skbprio_dump()Eric Dumazet
2024-04-19net_sched: sch_pie: implement lockless pie_dump()Eric Dumazet
2024-04-19net_sched: sch_hhf: implement lockless hhf_dump()Eric Dumazet
2024-04-19net_sched: sch_hfsc: implement lockless accesses to q->defclsEric Dumazet
2024-04-19net_sched: sch_fq_pie: implement lockless fq_pie_dump()Eric Dumazet
2024-04-19net_sched: sch_fq_codel: implement lockless fq_codel_dump()Eric Dumazet
2024-04-19net_sched: sch_fifo: implement lockless __fifo_dump()Eric Dumazet
2024-04-19net_sched: sch_ets: implement lockless ets_dump()Eric Dumazet
2024-04-19net_sched: sch_tfs: implement lockless etf_dump()Eric Dumazet
2024-04-19net_sched: sch_codel: implement lockless codel_dump()Eric Dumazet
2024-04-19net_sched: sch_choke: implement lockless choke_dump()Eric Dumazet
2024-04-19net_sched: sch_cbs: implement lockless cbs_dump()Eric Dumazet
2024-04-19net_sched: cake: implement lockless cake_dump()Eric Dumazet
2024-04-19net_sched: sch_fq: implement lockless fq_dump()Eric Dumazet
2024-04-18gve: Remove qpl_cfg struct since qpl_ids map with queues respectivelyZiwei Xiao
2024-04-18Merge branch 'net: Add support for Power over Ethernet (PoE)'Jakub Kicinski
2024-04-18net: pse-pd: Add TI TPS23881 PSE controller driverKory Maincent (Dent Project)
2024-04-18dt-bindings: net: pse-pd: Add bindings for TPS23881 PSE controllerKory Maincent (Dent Project)
2024-04-18net: pse-pd: Add PD692x0 PSE controller driverKory Maincent (Dent Project)
2024-04-18dt-bindings: net: pse-pd: Add bindings for PD692x0 PSE controllerKory Maincent (Dent Project)
2024-04-18net: pse-pd: Use regulator framework within PSE frameworkKory Maincent (Dent Project)
2024-04-18net: pse-pd: Add support for setup_pi_matrix callbackKory Maincent (Dent Project)
2024-04-18dt-bindings: net: pse-pd: Add another way of describing several PSE PIsKory Maincent (Dent Project)
2024-04-18net: pse-pd: Add support for PSE PIsKory Maincent (Dent Project)
2024-04-18MAINTAINERS: Add myself to pse networking maintainerKory Maincent (Dent Project)
2024-04-18netlink: specs: Expand the pse netlink command with PoE interfaceKory Maincent (Dent Project)
2024-04-18netlink: specs: Modify pse attribute prefixKory Maincent (Dent Project)
2024-04-18net: ethtool: pse-pd: Expand pse commands with the PSE PoE interfaceKory Maincent (Dent Project)
2024-04-18net: pse-pd: Introduce PSE types enumerationKory Maincent (Dent Project)
2024-04-18ethtool: Expand Ethernet Power Equipment with c33 (PoE) alongside PoDLKory Maincent (Dent Project)
2024-04-18Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2024-04-18net: dsa: sja1105: flower: validate control flagsAsbjørn Sloth Tønnesen
2024-04-18net: dsa: felix: flower: validate control flagsAsbjørn Sloth Tønnesen
2024-04-18net: mscc: ocelot: flower: validate control flagsAsbjørn Sloth Tønnesen
2024-04-18sfc: use flow_rule_is_supp_control_flags()Asbjørn Sloth Tønnesen
2024-04-18mlxsw: spectrum_flower: validate control flagsAsbjørn Sloth Tønnesen
2024-04-18selftests: net: set the exit code correctly in Python testsJakub Kicinski
2024-04-18selftests: net: fix counting totals when some checks failJakub Kicinski
2024-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski