Age | Commit message (Expand) | Author | Files | Lines |
2025-01-07 | tools: ynl: print some information about attribute we can't parse |  Jakub Kicinski | 1 | -35/+39 |
2025-01-07 | tools: ynl: correctly handle overrides of fields in subset |  Jakub Kicinski | 2 | -5/+26 |
2025-01-07 | if_vlan: fix kdoc warnings |  Jakub Kicinski | 1 | -2/+11 |
2025-01-07 | net: dsa: remove get_mac_eee() method |  Russell King (Oracle) | 1 | -2/+0 |
2025-01-07 | net: dsa: qca: remove qca8k_get_mac_eee() |  Russell King (Oracle) | 3 | -9/+0 |
2025-01-07 | net: dsa: mv88e6xxx: remove mv88e6xxx_get_mac_eee() |  Russell King (Oracle) | 1 | -8/+0 |
2025-01-07 | net: dsa: mt753x: remove ksz_get_mac_eee() |  Russell King (Oracle) | 1 | -7/+0 |
2025-01-07 | net: dsa: ksz: remove ksz_get_mac_eee() |  Russell King (Oracle) | 1 | -7/+0 |
2025-01-07 | net: dsa: b53/bcm_sf2: remove b53_get_mac_eee() |  Russell King (Oracle) | 3 | -9/+0 |
2025-01-07 | net: dsa: no longer call ds->ops->get_mac_eee() |  Russell King (Oracle) | 1 | -8/+0 |
2025-01-07 | net: dsa: mt753x: remove setting of tx_lpi parameters |  Russell King (Oracle) | 1 | -6/+0 |
2025-01-07 | net: dsa: ksz: remove setting of tx_lpi parameters |  Russell King (Oracle) | 1 | -8/+0 |
2025-01-07 | net: Hold rtnl_net_lock() in (un)?register_netdevice_notifier_dev_net(). |  Kuniyuki Iwashima | 1 | -6/+10 |
2025-01-07 | net: Hold rtnl_net_lock() in (un)?register_netdevice_notifier_net(). |  Kuniyuki Iwashima | 1 | -4/+6 |
2025-01-07 | net: Hold __rtnl_net_lock() in (un)?register_netdevice_notifier(). |  Kuniyuki Iwashima | 1 | -2/+13 |
2025-01-07 | ixgbevf: Remove unused ixgbevf_hv_mbx_ops |  Dr. David Alan Gilbert | 2 | -13/+0 |
2025-01-07 | net: watchdog: rename __dev_watchdog_up() and dev_watchdog_down() |  Eric Dumazet | 4 | -22/+17 |
2025-01-07 | bridge: Make br_is_nd_neigh_msg() accept pointer to "const struct sk_buff" |  Ted Chen | 2 | -2/+2 |
2025-01-07 | dev: Hold per-netns RTNL in (un)?register_netdev(). |  Kuniyuki Iwashima | 1 | -4/+10 |
2025-01-07 | rtnetlink: Add rtnl_net_lock_killable(). |  Kuniyuki Iwashima | 2 | -1/+16 |
2025-01-07 | eth: fbnic: update fbnic_poll return value |  Mohsin Bashir | 1 | -1/+1 |
2025-01-07 | net: airoha: Add sched HTB offload support |  Lorenzo Bianconi | 1 | -1/+287 |
2025-01-07 | net: airoha: Add sched ETS offload support |  Lorenzo Bianconi | 1 | -1/+195 |
2025-01-07 | net: airoha: Introduce ndo_select_queue callback |  Lorenzo Bianconi | 1 | -2/+28 |
2025-01-07 | net: airoha: Enable Tx drop capability for each Tx DMA ring |  Lorenzo Bianconi | 1 | -0/+4 |
2025-01-07 | selftests/net: packetdrill: report benign debug flakes as xfail |  Willem de Bruijn | 2 | -7/+31 |
2025-01-07 | net: stmmac: Set dma_sync_size to zero for discarded frames |  Furong Xu | 1 | -1/+1 |
2025-01-06 | octeontx2-pf: mcs: Remove dead code and semi-colon from rsrc_name() |  Nihar Chaithanya | 1 | -3/+1 |
2025-01-06 | nfc: st21nfca: Drop unneeded null check in st21nfca_tx_work() |  Krzysztof Kozlowski | 1 | -10/+8 |
2025-01-06 | net/mlx5: HWS, set timeout on polling for completion |  Yevgeny Kliteynik | 2 | -10/+18 |
2025-01-06 | net/mlx5: HWS, support flow sampler destination |  Vlad Dogaru | 3 | -1/+60 |
2025-01-06 | net/mlx5: HWS, use the right size when writing arg data |  Yevgeny Kliteynik | 1 | -1/+1 |
2025-01-06 | net/mlx5: HWS, handle returned error value in pool alloc |  Vlad Dogaru | 1 | -2/+2 |
2025-01-06 | net/mlx5: HWS, fix definer's HWS_SET32 macro for negative offset |  Yevgeny Kliteynik | 1 | -1/+1 |
2025-01-06 | net/mlx5: HWS, separate SQ that HWS uses from the usual traffic SQs |  Yevgeny Kliteynik | 1 | -0/+1 |
2025-01-06 | net/mlx5: HWS, num_of_rules counter on matcher should be atomic |  Yevgeny Kliteynik | 2 | -7/+12 |
2025-01-06 | net/mlx5: HWS, reduce memory consumption of a matcher struct |  Yevgeny Kliteynik | 2 | -5/+11 |
2025-01-06 | net/mlx5: HWS, remove wrong deletion of the miss table list |  Yevgeny Kliteynik | 1 | -6/+0 |
2025-01-06 | net/mlx5: HWS, change error flow on matcher disconnect |  Yevgeny Kliteynik | 1 | -16/+8 |
2025-01-06 | net/mlx5: HWS, add error message on failure to move rules |  Yevgeny Kliteynik | 1 | -2/+9 |
2025-01-06 | net/mlx5: HWS, simplify allocations as we support only FDB |  Yevgeny Kliteynik | 9 | -112/+87 |
2025-01-06 | net/mlx5: HWS, denote how refcounts are protected |  Yevgeny Kliteynik | 5 | -6/+7 |
2025-01-06 | net/mlx5: HWS, remove implementation of unused FW commands |  Yevgeny Kliteynik | 2 | -78/+0 |
2025-01-06 | net/mlx5: HWS, remove the use of duplicated structs |  Yevgeny Kliteynik | 2 | -52/+10 |
2025-01-06 | net: pcs: xpcs: make xpcs_get_interfaces() static |  Russell King (Oracle) | 2 | -3/+1 |
2025-01-06 | net: stmmac: use PCS supported_interfaces |  Russell King (Oracle) | 1 | -2/+9 |
2025-01-06 | net: pcs: lynx: fill in PCS supported_interfaces |  Russell King (Oracle) | 1 | -0/+13 |
2025-01-06 | net: pcs: mtk-lynxi: fill in PCS supported_interfaces |  Russell King (Oracle) | 1 | -0/+4 |
2025-01-06 | net: pcs: xpcs: fill in PCS supported_interfaces |  Russell King (Oracle) | 1 | -0/+2 |
2025-01-06 | net: phylink: add support for PCS supported_interfaces bitmap |  Russell King (Oracle) | 2 | -0/+14 |