| Age | Commit message (Expand) | Author |
| 2025-07-08 | net: mctp: add gateway routing support | Jeremy Kerr |
| 2025-07-08 | net: mctp: allow NL parsing directly into a struct mctp_route | Jeremy Kerr |
| 2025-07-08 | net: mctp: remove routes by netid, not by device | Jeremy Kerr |
| 2025-07-08 | net: mctp: pass net into route creation | Jeremy Kerr |
| 2025-07-08 | net: mctp: test: Add initial socket tests | Jeremy Kerr |
| 2025-07-08 | net: mctp: test: add sock test infrastructure | Jeremy Kerr |
| 2025-07-08 | net: mctp: test: move functions into utils.[ch] | Jeremy Kerr |
| 2025-07-08 | net: mctp: test: Add extaddr routing output test | Jeremy Kerr |
| 2025-07-08 | net: mctp: test: Add an addressed device constructor | Jeremy Kerr |
| 2025-07-08 | net: mctp: separate cb from direct-addressing routing | Jeremy Kerr |
| 2025-07-08 | net: mctp: separate routing database from routing operations | Jeremy Kerr |
| 2025-07-08 | net: mctp: test: make cloned_frag buffers more appropriately-sized | Jeremy Kerr |
| 2025-07-08 | net: mctp: don't use source cb data when forwarding, ensure pkt_type is set | Jeremy Kerr |
| 2025-07-08 | Merge branch 'add-broadcast_neighbor-for-no-stacking-networking-arch' | Paolo Abeni |
| 2025-07-08 | net: bonding: send peer notify when failure recovery | Tonghao Zhang |
| 2025-07-08 | net: bonding: add broadcast_neighbor netlink option | Tonghao Zhang |
| 2025-07-08 | net: bonding: add broadcast_neighbor option for 802.3ad | Tonghao Zhang |
| 2025-07-07 | Merge branch 'net-mlx5-hws-optimize-matchers-icm-usage' | Jakub Kicinski |
| 2025-07-07 | net/mlx5: Add HWS as secondary steering mode | Moshe Shemesh |
| 2025-07-07 | net/mlx5: HWS, Shrink empty matchers | Yevgeny Kliteynik |
| 2025-07-07 | net/mlx5: HWS, Rearrange to prevent forward declaration | Yevgeny Kliteynik |
| 2025-07-07 | net/mlx5: HWS, Track matcher sizes individually | Vlad Dogaru |
| 2025-07-07 | net/mlx5: HWS, Decouple matcher RX and TX sizes | Vlad Dogaru |
| 2025-07-07 | net/mlx5: HWS, Create STEs directly from matcher | Vlad Dogaru |
| 2025-07-07 | net/mlx5: HWS, Refactor rule skip logic | Vlad Dogaru |
| 2025-07-07 | net/mlx5: HWS, Export rule skip logic | Vlad Dogaru |
| 2025-07-07 | net/mlx5: HWS, remove incorrect comment | Yevgeny Kliteynik |
| 2025-07-07 | net/mlx5: HWS, remove unused create_dest_array parameter | Vlad Dogaru |
| 2025-07-07 | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n... | Jakub Kicinski |
| 2025-07-07 | Merge branch 'net-phylink-support-autoneg-configuration-for-sfps' | Jakub Kicinski |
| 2025-07-07 | net: phylink: add phylink_sfp_select_interface_speed() | Russell King (Oracle) |
| 2025-07-07 | net: phylink: clear SFP interfaces when not in use | Russell King (Oracle) |
| 2025-07-07 | net: phylink: restrict SFP interfaces to those that are supported | Russell King (Oracle) |
| 2025-07-07 | Merge branch 'introducing-broadcom-bnge-ethernet-driver' | Jakub Kicinski |
| 2025-07-07 | bng_en: Add a network device | Vikas Gupta |
| 2025-07-07 | bng_en: Initialize default configuration | Vikas Gupta |
| 2025-07-07 | bng_en: Add irq allocation support | Vikas Gupta |
| 2025-07-07 | bng_en: Add resource management support | Vikas Gupta |
| 2025-07-07 | bng_en: Add backing store support | Vikas Gupta |
| 2025-07-07 | bng_en: Add ring memory allocation support | Vikas Gupta |
| 2025-07-07 | bng_en: Add initial interaction with firmware | Vikas Gupta |
| 2025-07-07 | bng_en: Add firmware communication mechanism | Vikas Gupta |
| 2025-07-07 | bng_en: Add devlink interface | Vikas Gupta |
| 2025-07-07 | bng_en: Add PCI interface | Vikas Gupta |
| 2025-07-07 | Merge branch 'netpoll-factor-out-functions-from-netpoll_send_udp-and-add-ipv6... | Jakub Kicinski |
| 2025-07-07 | selftests: net: Add IPv6 support to netconsole basic tests | Breno Leitao |
| 2025-07-07 | netpoll: move Ethernet setup to push_eth() helper | Breno Leitao |
| 2025-07-07 | netpoll: factor out UDP header setup into push_udp() helper | Breno Leitao |
| 2025-07-07 | netpoll: factor out IPv4 header setup into push_ipv4() helper | Breno Leitao |
| 2025-07-07 | netpoll: factor out IPv6 header setup into push_ipv6() helper | Breno Leitao |