aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-07-25net: phylink: explicitly invalidate link_state members in mac_configRussell King (Oracle)1-9/+16
2023-07-25net: phylink: strip out pre-March 2020 legacy codeRussell King (Oracle)1-21/+4
2023-07-25net: ethernet: mtk_eth_soc: remove mac_pcs_get_state and moderniseRussell King (Oracle)1-35/+0
2023-07-25net: ethernet: mtk_eth_soc: remove incorrect PLL configurationRussell King (Oracle)2-43/+17
2023-07-25net: stmmac: Apply redundant write work around on 4.xx tooVincent Whitchurch1-1/+3
2023-07-25octeontx2-af: Fix hash extraction enable configurationSuman Ghosh2-5/+46
2023-07-25octeontx2-af: Install TC filter rules in hardware based on prioritySuman Ghosh8-104/+255
2023-07-25team: reset team's flags when down link is P2P deviceHangbin Liu1-0/+9
2023-07-25bonding: reset bond's flags when down link is P2P deviceHangbin Liu1-0/+5
2023-07-24Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2-6/+7
2023-07-24Merge tag 'linux-can-fixes-for-6.5-20230724' of git://git.kernel.org/pub/scm/...Jakub Kicinski1-0/+2
2023-07-24ice: Fix memory management in ice_ethtool_fdir.cJedrzej Jagielski1-12/+14
2023-07-24net: fec: avoid tx queue timeout when XDP is enabledWei Fang1-0/+2
2023-07-24netconsole: Use kstrtobool() instead of kstrtoint()Breno Leitao1-19/+9
2023-07-24netconsole: Use sysfs_emit() instead of snprintf()Breno Leitao1-12/+12
2023-07-24ethernet: atheros: fix return value check in atl1e_tso_csum()Yuanjun Gong1-2/+5
2023-07-24atheros: fix return value check in atl1_tso()Yuanjun Gong1-2/+5
2023-07-24ice: add tracepoints for the switchdev bridgePawel Chmielewski2-0/+100
2023-07-24ice: implement static version of ageingMichal Swiatkowski2-0/+58
2023-07-24ice: implement bridge port vlanMichal Swiatkowski8-90/+287
2023-07-24ice: Add VLAN FDB support in switchdev modeMarcin Szycik2-8/+317
2023-07-24ice: Add guard rule when creating FDB in switchdevMarcin Szycik5-36/+132
2023-07-24ice: Switchdev FDB events supportWojciech Drewek2-0/+478
2023-07-24ice: Implement basic eswitch bridge setupWojciech Drewek8-9/+456
2023-07-24ice: Unset src prune on uplink VSIWojciech Drewek3-0/+32
2023-07-24ice: Disable vlan pruning for uplink VSIWojciech Drewek1-0/+10
2023-07-24ice: Don't tx before switchdev is fully configuredWojciech Drewek1-0/+3
2023-07-24ice: Prohibit rx mode change in switchdev modeWojciech Drewek1-1/+1
2023-07-24ice: Skip adv rules removal upon switchdev releaseWojciech Drewek3-55/+0
2023-07-24wifi: mt76: mt7615: do not advertise 5 GHz on first phy of MT7615D (DBDC)Paul Fertser1-3/+3
2023-07-24vxlan: fix GRO with VXLAN-GPEJiri Benc1-15/+69
2023-07-24vxlan: generalize vxlan_parse_gpe_hdr and remove unused argsJiri Benc1-30/+28
2023-07-24ionic: add FLR recovery supportShannon Nelson3-4/+62
2023-07-24ionic: pull out common bits from fw_upShannon Nelson1-22/+42
2023-07-24ionic: extract common bits from ionic_probeShannon Nelson1-35/+49
2023-07-24ionic: extract common bits from ionic_removeShannon Nelson1-12/+13
2023-07-24ethernet: atheros: fix return value check in atl1c_tso_csum()Yuanjun Gong1-2/+5
2023-07-24net: phy: motorcomm: Add pad drive strength cfg supportSamin Guo1-0/+118
2023-07-24vxlan: calculate correct header length for GPEJiri Benc2-14/+11
2023-07-24net: hns3: fix wrong bw weight of disabled tc issueJijie Shao2-4/+16
2023-07-24net: hns3: fix wrong tc bandwidth weight data issueJijie Shao1-2/+1
2023-07-24net: hns3: add tm flush when setting tmHao Lan7-6/+73
2023-07-24net: hns3: fix the imp capability bit cannot exceed 32 bits issueHao Lan2-4/+20
2023-07-23net: phy: marvell10g: fix 88x3310 power upJiawen Wu1-0/+7
2023-07-21eth: stmmac: let page recycling happen with skbsJakub Kicinski1-2/+2
2023-07-21eth: tsnep: let page recycling happen with skbsJakub Kicinski1-1/+1
2023-07-21bnxt_en: Share the bar0 address with the RoCE driverChandramohan Akula2-1/+2
2023-07-21bnxt_en: Update HW interface headersChandramohan Akula1-0/+54
2023-07-21iavf: check for removal state before IAVF_FLAG_PF_COMMS_FAILEDJacob Keller1-3/+3
2023-07-21iavf: fix potential deadlock on allocation failureJacob Keller1-2/+3