aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-29sfc: receive packets from EF100 VFs into representorsEdward Cree3-0/+42
2022-07-29sfc: check ef100 RX packets are from the wireEdward Cree3-6/+26
2022-07-29sfc: determine wire m-port at EF100 PF probe timeEdward Cree4-0/+50
2022-07-29sfc: ef100 representor RX top halfEdward Cree2-0/+56
2022-07-29sfc: ef100 representor RX NAPI pollEdward Cree2-0/+75
2022-07-29sfc: plumb ef100 representor statsEdward Cree1-0/+14
2022-07-29net: marvell: prestera: uninitialized variable bugDan Carpenter1-1/+1
2022-07-29Merge tag 'wireless-next-2022-07-29' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski54-1041/+982
2022-07-29Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski3-7/+13
2022-07-29netdevsim: Avoid allocation warnings triggered from user spaceJakub Kicinski1-3/+5
2022-07-29Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo21-477/+396
2022-07-29wifi: rtw88: check the return value of alloc_workqueue()William Dean1-0/+4
2022-07-29wifi: rtw89: 8852a: adjust IMR for SER L1Zong-Zhe Yang1-1/+1
2022-07-29wifi: rtw89: 8852a: update RF radio A/B R56Ping-Ke Shih1-450/+446
2022-07-29wifi: wcn36xx: Add debugfs entry to read firmware feature stringsBryan O'Donoghue2-0/+40
2022-07-29wifi: wcn36xx: Move capability bitmap to string translation function to firmware.cBryan O'Donoghue3-77/+81
2022-07-29wifi: wcn36xx: Move firmware feature bit storage to dedicated firmware.c fileBryan O'Donoghue7-124/+146
2022-07-29wifi: wcn36xx: Rename clunky firmware feature bit enumBryan O'Donoghue4-8/+8
2022-07-29net: ethernet: mtk_eth_soc: add xdp tx return bulking supportLorenzo Bianconi1-6/+14
2022-07-29net: ethernet: mtk_eth_soc: introduce xdp multi-frag supportLorenzo Bianconi1-43/+82
2022-07-29net: ethernet: mtk_eth_soc: introduce mtk_xdp_frame_map utility routineLorenzo Bianconi1-26/+42
2022-07-29vmxnet3: do not reschedule napi for rx processingRonak Doshi1-9/+0
2022-07-29mlxsw: spectrum: Support ethtool 'get_ts_info' callback in Spectrum-2Danielle Ratson2-6/+28
2022-07-29mlxsw: spectrum_ptp: Support SIOCGHWTSTAMP, SIOCSHWTSTAMP ioctlsDanielle Ratson2-9/+223
2022-07-29mlxsw: spectrum: Support time stamping on Spectrum-2Danielle Ratson4-10/+104
2022-07-29mlxsw: Send PTP packets as data packets to overcome a limitationDanielle Ratson4-10/+175
2022-07-29mlxsw: spectrum_ptp: Add implementation for physical hardware clock operationsDanielle Ratson2-7/+159
2022-07-29mlxsw: Query UTC sec and nsec PCI offsets and valuesDanielle Ratson3-0/+55
2022-07-29mlxsw: spectrum_ptp: Add PTP initialization / finalization for Spectrum-2Danielle Ratson2-7/+54
2022-07-29mlxsw: Support CQEv2 for SDQ in Spectrum-2 and newer ASICsDanielle Ratson4-2/+15
2022-07-29mlxsw: spectrum_ptp: Add helper functions to configure PTP trapsAmit Cohen1-22/+40
2022-07-28net: dsa: qca8k: move read_switch_id function to common codeChristian Marangi3-29/+30
2022-07-28net: dsa: qca8k: move port LAG functions to common codeChristian Marangi3-168/+171
2022-07-28net: dsa: qca8k: move port VLAN functions to common codeChristian Marangi3-184/+187
2022-07-28net: dsa: qca8k: move port mirror functions to common codeChristian Marangi3-93/+98
2022-07-28net: dsa: qca8k: move port FDB/MDB function to common codeChristian Marangi3-311/+317
2022-07-28net: dsa: qca8k: move set age/MTU/port enable/disable functions to common codeChristian Marangi3-88/+97
2022-07-28net: dsa: qca8k: move bridge functions to common codeChristian Marangi3-93/+102
2022-07-28net: dsa: qca8k: move port set status/eee/ethtool stats function to common codeChristian Marangi3-105/+113
2022-07-28net: dsa: qca8k: move mib init function to common codeChristian Marangi3-37/+39
2022-07-28net: dsa: qca8k: move qca8k bulk read/write helper to common codeChristian Marangi3-37/+49
2022-07-28net: dsa: qca8k: move qca8k read/write/rmw and reg table to common codeChristian Marangi3-42/+44
2022-07-28net: dsa: qca8k: move mib struct to common codeChristian Marangi4-51/+67
2022-07-28net: dsa: qca8k: make mib autocast feature optionalChristian Marangi2-2/+14
2022-07-28net: dsa: qca8k: cache match data to speed up accessChristian Marangi2-24/+12
2022-07-28firewire: net: Make use of get_unaligned_be48(), put_unaligned_be48()Andy Shevchenko1-12/+2
2022-07-28amt: fix typo in commentRuffalo Lavoisier1-1/+1
2022-07-28mlxsw: core_linecards: Remove duplicated include in core_linecard_dev.cYang Li1-1/+0
2022-07-28devlink: Hold the instance lock in health callbacksMoshe Shemesh1-7/+1
2022-07-28net/mlx5: Lock mlx5 devlink health recovery callbackMoshe Shemesh2-3/+13