summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-12-19net: fib_rules: Add flow label selector attributesIdo Schimmel2-0/+4
2024-12-19Merge branch 'mdio-support-updates'Jakub Kicinski2-52/+65
2024-12-19net: renesas: rswitch: add mdio C22 supportNikita Yushchenko1-0/+19
2024-12-19net: renesas: rswitch: use generic MPSM operation for mdio C45Nikita Yushchenko2-28/+40
2024-12-19net: renesas: rswitch: align mdio C45 operations with datasheetNikita Yushchenko2-15/+3
2024-12-19net: renesas: rswitch: use FIELD_PREP for remaining MPIC register fieldsNikita Yushchenko2-10/+5
2024-12-19net: renesas: rswitch: do not write to MPSM register at init timeNikita Yushchenko1-1/+0
2024-12-19Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski14-12/+438
2024-12-19ptr_ring: do not block hard interrupts in ptr_ring_resize_multiple()Eric Dumazet5-27/+27
2024-12-19docs: net: bonding: fix typosshunlizhou1-4/+4
2024-12-19net/mlx5e: Report rx_discards_phy via rx_droppedYafang Shao1-0/+1
2024-12-18Merge branch 'selftests-net-packetdrill-import-multiple-tests'Jakub Kicinski42-0/+1844
2024-12-18selftests/net: packetdrill: import tcp/user_timeout, tcp/validate, tcp/sendfi...Soham Chakradeo9-0/+319
2024-12-18selftests/net: packetdrill: import tcp/eor, tcp/splice, tcp/ts_recent, tcp/bl...Soham Chakradeo12-0/+400
2024-12-18selftests/net: packetdrill: import tcp/fast_recovery, tcp/nagle, tcp/timestam...Soham Chakradeo10-0/+683
2024-12-18selftests/net: packetdrill: import tcp/ecn, tcp/close, tcp/sack, tcp/tcp_infoSoham Chakradeo11-0/+442
2024-12-18net: Remove bouncing hippi listDr. David Alan Gilbert1-1/+0
2024-12-18net: dsa: qca8k: Fix inconsistent use of jiffies vs millisecondsAndrew Lunn2-3/+3
2024-12-18Merge branch 'support-some-features-for-the-hibmcge-driver'Jakub Kicinski12-28/+811
2024-12-18net: hibmcge: Add nway_reset supported in this moduleJijie Shao1-0/+1
2024-12-18net: hibmcge: Add reset supported in this moduleJijie Shao8-21/+226
2024-12-18net: hibmcge: Add pauseparam supported in this moduleJijie Shao7-0/+68
2024-12-18net: hibmcge: Add register dump supported in this moduleJijie Shao2-0/+174
2024-12-18net: hibmcge: Add unicast frame filter supported in this moduleJijie Shao6-6/+187
2024-12-18net: hibmcge: Add irq_info file to debugfsJijie Shao1-0/+22
2024-12-18net: hibmcge: Add debugfs supported in this moduleJijie Shao4-3/+135
2024-12-18Merge branch 'lan78xx-preparations-for-phylink'Jakub Kicinski1-33/+40
2024-12-18net: usb: lan78xx: Improve error handling in WoL operationsOleksij Rempel1-2/+6
2024-12-18net: usb: lan78xx: remove PHY register access from ethtool get_regsOleksij Rempel1-21/+2
2024-12-18net: usb: lan78xx: rename phy_mutex to mdiobus_mutexOleksij Rempel1-9/+9
2024-12-18net: usb: lan78xx: Use action-specific label in lan78xx_mac_resetOleksij Rempel1-6/+6
2024-12-18net: usb: lan78xx: Use ETIMEDOUT instead of ETIME in lan78xx_stop_hwOleksij Rempel1-3/+1
2024-12-18net: usb: lan78xx: Add error handling to lan78xx_get_regsOleksij Rempel1-6/+30
2024-12-18niu: Use page->private instead of page->indexMatthew Wilcox (Oracle)1-11/+11
2024-12-18mlxsw: Switch to napi_gro_receive()Ido Schimmel4-3/+6
2024-12-18Merge branch 'inetpeer-reduce-false-sharing-and-atomic-operations'Jakub Kicinski8-57/+47
2024-12-18inetpeer: do not get a refcount in inet_getpeer()Eric Dumazet7-29/+32
2024-12-18inetpeer: update inetpeer timestamp in inet_getpeer()Eric Dumazet1-8/+4
2024-12-18inetpeer: remove create argument of inet_getpeer()Eric Dumazet2-13/+5
2024-12-18inetpeer: remove create argument of inet_getpeer_v[46]()Eric Dumazet7-12/+11
2024-12-18Merge branch 'net-constify-struct-bin_attribute'Jakub Kicinski3-17/+17
2024-12-18netxen_nic: constify 'struct bin_attribute'Thomas Weißschuh1-10/+10
2024-12-18net: phy: ks8995: constify 'struct bin_attribute'Thomas Weißschuh1-4/+4
2024-12-18net: bridge: constify 'struct bin_attribute'Thomas Weißschuh1-3/+3
2024-12-18net: page_pool: rename page_pool_is_last_ref()Jakub Kicinski2-3/+3
2024-12-17ice: Add MDD logging via devlink healthBen Shelton3-0/+94
2024-12-17ice: add Tx hang devlink health reporterPrzemek Kitszel5-5/+255
2024-12-17ice: rename devlink_port.[ch] to port.[ch]Przemek Kitszel8-7/+7
2024-12-17devlink: add devlink_fmsg_dump_skb() functionMateusz Polchlopek2-0/+69
2024-12-17devlink: add devlink_fmsg_put() macroPrzemek Kitszel1-0/+11