summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: use sysfs_emit() to instead of scnprintf()ye xingchen2022-12-081-1/+1
* Merge tag 'ieee802154-for-net-next-2022-12-05' of git://git.kernel.org/pub/sc...Jakub Kicinski2022-12-088-21/+211
|\
| * mac802154: Trace the registration of new PANsDavid Girault2022-11-291-0/+25
| * ieee802154: Advertize coordinators discoveryMiquel Raynal2022-11-294-0/+166
| * mac802154: Allow the creation of coordinator interfacesMiquel Raynal2022-11-013-11/+16
| * mac802154: Clarify an expressionMiquel Raynal2022-11-011-2/+1
| * mac802154: Move an skb free within the rx pathMiquel Raynal2022-11-011-9/+4
* | net: asix: add support for the Linux Automation GmbH USB 10Base-T1LOleksij Rempel2022-12-081-0/+18
* | Merge branch 'cn10kb-mac-block-support'Paolo Abeni2022-12-0711-83/+428
|\ \
| * | octeontx2-af: Add FEC stats for RPM/RPM_USX blockHariprasad Kelam2022-12-075-2/+82
| * | octeontx2-pf: ethtool: Implement get_fec_statsHariprasad Kelam2022-12-071-0/+34
| * | octeontx2-af: cn10kb: Add RPM_USX MAC supportHariprasad Kelam2022-12-078-41/+270
| * | octeontx2-af: Support variable number of lmacsRakesh Babu Saladi2022-12-078-40/+42
|/ /
* | Merge branch 'net-dsa-microchip-add-mtu-support-for-ksz8-series'Paolo Abeni2022-12-078-36/+109
|\ \
| * | net: dsa: microchip: ksz8: move all DSA configurations to one locationOleksij Rempel2022-12-071-10/+10
| * | net: dsa: microchip: enable MTU normalization for KSZ8795 and KSZ9477 compati...Oleksij Rempel2022-12-072-0/+4
| * | net: dsa: microchip: ksz8: add MTU configuration supportOleksij Rempel2022-12-075-2/+66
| * | net: dsa: microchip: add ksz_rmw8() functionOleksij Rempel2022-12-071-0/+5
| * | net: dsa: microchip: do not store max MTU for all portsOleksij Rempel2022-12-072-10/+5
| * | net: dsa: microchip: move max mtu to one locationOleksij Rempel2022-12-075-14/+19
|/ /
* | net: ethernet: mtk_wed: Fix missing of_node_put() in mtk_wed_wo_hardware_init()Yuan Can2022-12-071-3/+6
* | net: ethernet: mtk_wed: add reset to rx_ring_setup callbackLorenzo Bianconi2022-12-073-12/+18
* | net: microchip: vcap: Remove unneeded semicolonszhang songyi2022-12-071-2/+2
* | sfc: use sysfs_emit() to instead of scnprintf()ye xingchen2022-12-072-2/+2
* | net: sfp: clean up i2c-bus property parsingRussell King (Oracle)2022-12-071-36/+41
* | net/ncsi: Silence runtime memcpy() false positive warningKees Cook2022-12-071-1/+2
* | Merge branch 'net-lan966x-enable-ptp-on-bridge-interfaces'Paolo Abeni2022-12-069-461/+1171
|\ \
| * | net: lan966x: Add ptp trap rulesHoratiu Vultur2022-12-065-23/+265
| * | net: microchip: vcap: Add vcap_rule_get_key_u32Horatiu Vultur2022-12-062-0/+20
| * | net: microchip: vcap: Add vcap_mod_ruleHoratiu Vultur2022-12-062-0/+38
| * | net: microchip: vcap: Add vcap_get_ruleHoratiu Vultur2022-12-064-438/+848
|/ /
* | net: mtk_eth_soc: enable flow offload support for MT7986 SoCLorenzo Bianconi2022-12-061-0/+1
* | ethtool: add netlink based get rss supportSudheer Mogilappagari2022-12-066-2/+207
* | net: phy: mxl-gpy: rename MMD_VEND1 macros to match datasheetMichael Walle2022-12-051-4/+4
* | nfp: add support for multicast filterDiana Wang2022-12-053-4/+79
* | net: ipa: use sysfs_emit() to instead of scnprintf()ye xingchen2022-12-051-3/+3
* | Merge tag 'rxrpc-next-20221201-b' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2022-12-0531-2102/+2882
|\ \
| * | rxrpc: Transmit ACKs at the point of generationDavid Howells2022-12-019-75/+5
| * | rxrpc: Fold __rxrpc_unuse_local() into rxrpc_unuse_local()David Howells2022-12-012-14/+10
| * | rxrpc: Move the cwnd degradation after transmitting packetsDavid Howells2022-12-014-24/+39
| * | rxrpc: Trace/count transmission underflows and cwnd resetsDavid Howells2022-12-016-7/+61
| * | rxrpc: Remove the _bh annotation from all the spinlocksDavid Howells2022-12-0113-75/+75
| * | rxrpc: Make the I/O thread take over the call and local processor workDavid Howells2022-12-0115-791/+545
| * | rxrpc: Extract the peer address from an incoming packet earlierDavid Howells2022-12-014-27/+31
| * | rxrpc: Reduce the use of RCU in packet inputDavid Howells2022-12-014-32/+59
| * | rxrpc: Simplify skbuff accounting in receive pathDavid Howells2022-12-013-62/+56
| * | rxrpc: Remove RCU from peer->error_targets listDavid Howells2022-12-016-11/+28
| * | rxrpc: Move DATA transmission into call processor work itemDavid Howells2022-12-017-80/+161
| * | rxrpc: Copy client call parameters into rxrpc_call earlierDavid Howells2022-12-0111-48/+87
| * | rxrpc: Implement a mechanism to send an event notification to a callDavid Howells2022-12-016-5/+100