| Age | Commit message (Expand) | Author |
| 2026-06-15 | net: dsa: hellcreek: avoid devlink resource IDs collision with PARENT_TOP | David Yang |
| 2026-06-15 | net: dsa: b53: avoid devlink resource IDs collision with PARENT_TOP | David Yang |
| 2026-06-15 | net: dsa: dsa_loop: avoid devlink resource IDs collision with PARENT_TOP | David Yang |
| 2026-06-15 | Merge branch 'ipv4-fib-remove-rtnl-in-fib_net_exit_batch' | Jakub Kicinski |
| 2026-06-15 | ipv4: fib: Convert fib_net_exit_batch() to ->exit_rtnl(). | Kuniyuki Iwashima |
| 2026-06-15 | ipv4: fib: Avoid calling fib_trie_table() in fib_new_table() for dying net. | Kuniyuki Iwashima |
| 2026-06-15 | ipv4: fib: Free net->ipv4.{fib_table_hash,notifier_ops} without RTNL. | Kuniyuki Iwashima |
| 2026-06-15 | ipv4: fib: Call fib_proc_exit() and nl_fib_lookup_exit() at ->pre_exit(). | Kuniyuki Iwashima |
| 2026-06-15 | ipv4: fib: Flush all fib_info in fib_table_flush() during netns dismantle. | Kuniyuki Iwashima |
| 2026-06-15 | net: dsa: hellcreek: replace kcalloc with struct_size | Rosen Penev |
| 2026-06-15 | Merge branch 'net-mlx5-add-switchdev-mode-support-for-socket-direct-single-ne... | Jakub Kicinski |
| 2026-06-15 | net/mlx5: SD, enable SD over ECPF and allow switchdev transition | Shay Drory |
| 2026-06-15 | net/mlx5: SD, defer vport metadata init until SD is ready | Shay Drory |
| 2026-06-15 | net/mlx5: E-Switch, Tie rep load/unload to SD LAG state | Shay Drory |
| 2026-06-15 | net/mlx5: LAG, add MPESW over SD LAG support | Shay Drory |
| 2026-06-15 | net/mlx5: LAG, introduce software vport LAG implementation | Shay Drory |
| 2026-06-15 | net/mlx5: LAG, disable both regular and SD LAG on lag_disable_change | Shay Drory |
| 2026-06-15 | net/mlx5: LAG, store demux resources per master lag_func | Shay Drory |
| 2026-06-15 | net/mlx5: E-Switch, notify SD on eswitch disable | Shay Drory |
| 2026-06-15 | net/mlx5: SD, support switchdev mode transition with shared FDB | Shay Drory |
| 2026-06-15 | net/mlx5: SD, expend vport metadata for SD secondary devices | Shay Drory |
| 2026-06-15 | net/mlx5: SD, add L2 table silent mode query support | Shay Drory |
| 2026-06-15 | net/mlx5: SD, make primary/secondary role determination more robust | Shay Drory |
| 2026-06-15 | net/mlx5: devcom, add DEVCOM_CANT_FAIL for non-rollback events | Shay Drory |
| 2026-06-15 | net/mlx5: devcom, expose locked variant of send_event | Shay Drory |
| 2026-06-15 | net/mlx5: E-Switch, skip uplink IB rep load for SD secondary devices | Shay Drory |
| 2026-06-14 | geneve: Fix off-by-one comparing with GRO_LEGACY_MAX_SIZE | Alice Mikityanska |
| 2026-06-14 | net/sched: act_csum: don't mangle UDP tunnel GSO packets | Alice Mikityanska |
| 2026-06-13 | Merge branch 'net-hns3-enhance-tc-flow-offload-support' | Jakub Kicinski |
| 2026-06-13 | net: hns3: move fd code to a separate file | Jijie Shao |
| 2026-06-13 | net: hns3: debugfs support for dumping fd rules | Jijie Shao |
| 2026-06-13 | net: hns3: support IP and tunnel VNI dissectors for tc flow | Jijie Shao |
| 2026-06-13 | net: hns3: support two more actions for tc flow | Jijie Shao |
| 2026-06-13 | net: hns3: improve the unused_tuple parameter setting | Jijie Shao |
| 2026-06-13 | net: hns3: refactor add_cls_flower to prepare for multiple actions | Jijie Shao |
| 2026-06-13 | Merge branch 'dpaa2-switch-fdb-management-refactoring' | Jakub Kicinski |
| 2026-06-13 | dpaa2-switch: unify the FDB update logic in dpaa2_switch_port_set_fdb() | Ioana Ciornei |
| 2026-06-13 | dpaa2-switch: move FDB selection for leave path into a helper | Ioana Ciornei |
| 2026-06-13 | dpaa2-switch: move FDB selection for join path into a helper | Ioana Ciornei |
| 2026-06-13 | dpaa2-switch: factor out the FDB in-use check into a helper | Ioana Ciornei |
| 2026-06-13 | dpaa2-switch: change dpaa2_switch_port_set_fdb() function prototype | Ioana Ciornei |
| 2026-06-13 | Merge branch 'intel-wired-lan-driver-updates-2026-06-09-idpf-ice-i40e-iavf-ix... | Jakub Kicinski |
| 2026-06-13 | igc: fix typos in comments | Maximilian Pezzullo |
| 2026-06-13 | igb: fix typos in comments | Maximilian Pezzullo |
| 2026-06-13 | e1000e: limit endianness conversion to boundary words | Agalakov Daniil |
| 2026-06-13 | e1000: limit endianness conversion to boundary words | Agalakov Daniil |
| 2026-06-13 | e1000e: Use __napi_schedule_irqoff() | Matt Vollrath |
| 2026-06-13 | igc: use napi_schedule_irqoff() instead of napi_schedule() | Daiki Harada |
| 2026-06-13 | igb: use napi_schedule_irqoff() instead of napi_schedule() | Daiki Harada |
| 2026-06-13 | e1000e: use ktime_get_real_ns() in e1000e_systim_reset() | Aleksandr Loktionov |