summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-17rust: net::phy scope ThisModule usage in the module_phy_driver macroRahul Rameshbabu1-2/+2
2024-12-17net/sched: Add drop reasons for AQM-based qdiscsToke Høiland-Jørgensen7-10/+21
2024-12-17Merge branch 'af_unix-prepare-for-skb-drop-reason'Paolo Abeni1-100/+96
2024-12-17af_unix: Remove unix_our_peer().Kuniyuki Iwashima1-6/+1
2024-12-17af_unix: Clean up error paths in unix_dgram_sendmsg().Kuniyuki Iwashima1-16/+15
2024-12-17af_unix: Clean up SOCK_DEAD error paths in unix_dgram_sendmsg().Kuniyuki Iwashima1-15/+15
2024-12-17af_unix: Defer sock_put() to clean up path in unix_dgram_sendmsg().Kuniyuki Iwashima1-2/+0
2024-12-17af_unix: Split restart label in unix_dgram_sendmsg().Kuniyuki Iwashima1-2/+4
2024-12-17af_unix: Use msg->{msg_name,msg_namelen} in unix_dgram_sendmsg().Kuniyuki Iwashima1-6/+4
2024-12-17af_unix: Move !sunaddr case in unix_dgram_sendmsg().Kuniyuki Iwashima1-5/+3
2024-12-17af_unix: Set error only when needed in unix_dgram_sendmsg().Kuniyuki Iwashima1-13/+19
2024-12-17af_unix: Clean up error paths in unix_stream_sendmsg().Kuniyuki Iwashima1-19/+20
2024-12-17af_unix: Set error only when needed in unix_stream_sendmsg().Kuniyuki Iwashima1-3/+4
2024-12-17af_unix: Clean up error paths in unix_stream_connect().Kuniyuki Iwashima1-16/+13
2024-12-17af_unix: Set error only when needed in unix_stream_connect().Kuniyuki Iwashima1-9/+10
2024-12-17Merge branch 'r8169-add-support-for-rtl8125d-rev-b'Jakub Kicinski3-34/+42