summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2023-08-15net/mlx5e: Make tx_port_ts logic resilient to out-of-order CQEsRahul Rameshbabu6-81/+230
2023-08-14mlxsw: spectrum: Stop ignoring learning notifications from redirected trafficIdo Schimmel3-17/+0
2023-08-14mlxsw: spectrum_flower: Disable learning and security lookup when redirectingIdo Schimmel3-0/+22
2023-08-14mlxsw: core_acl_flex_actions: Add IGNORE_ACTIONIdo Schimmel2-0/+42
2023-08-14net: stmmac: xgmac: show more MAC HW features in debugfsFurong Xu4-6/+31
2023-08-13net: ngbe: use pci_dev_id() to simplify the codeZheng Zengkai1-2/+1
2023-08-13net: tc35815: Use pci_dev_id() to simplify the codeZheng Zengkai1-2/+1
2023-08-13net: smsc: Use pci_dev_id() to simplify the codeZheng Zengkai1-2/+1
2023-08-13tg3: Use pci_dev_id() to simplify the codeZheng Zengkai1-2/+1
2023-08-13et131x: Use pci_dev_id() to simplify the codeZheng Zengkai1-2/+1
2023-08-13net: e1000: Remove unused declarationsYue Haibing2-4/+0
2023-08-12Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2-6/+6
2023-08-12ethernet: atarilance: mark init function staticArnd Bergmann1-1/+1
2023-08-12ethernet: ldmvsw: mark ldmvsw_open() staticArnd Bergmann1-2/+1
2023-08-11octeontx2-pf: Allow both ntuple and TC features on the interfaceHariprasad Kelam2-18/+12
2023-08-11net/marvell: fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski1-1/+1
2023-08-11net/xgene: fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski1-1/+1
2023-08-11net: mana: Add gdma stats to ethtool output for manaShradha Gupta2-0/+55
2023-08-11octeon_ep: Add control plane host and firmware versions.Sathesh Edara5-3/+64
2023-08-11octeontx2-af: Harden rule validation.Ratheesh Kannoth1-1/+3
2023-08-11net: ftmac100: add multicast filtering possibilitySergei Antonov1-5/+45
2023-08-11net: ethernet: 8390: ne2k-pci: use module_pci_driver() macroYang Yingliang1-15/+1
2023-08-11net: stmmac: xgmac: RX queue routing configurationFurong Xu2-2/+44
2023-08-11net: stmmac: dwmac-imx: pause the TXC clock in fixed-linkShenwei Wang1-0/+43
2023-08-11net: stmmac: add new mode parameter for fix_mac_speedShenwei Wang13-17/+17
2023-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski26-156/+421
2023-08-10net: hns3: fix strscpy causing content truncation issueHao Chen2-4/+4
2023-08-10i40e: Replace one-element array with flex-array member in struct i40e_profile...Gustavo A. R. Silva1-1/+1
2023-08-10i40e: Replace one-element array with flex-array member in struct i40e_section...Gustavo A. R. Silva1-1/+1
2023-08-10i40e: Replace one-element array with flex-array member in struct i40e_profile...Gustavo A. R. Silva1-1/+1
2023-08-10ibmvnic: Ensure login failure recovery is safe from other resetsNick Child1-21/+47
2023-08-10ibmvnic: Do partial reset on login failureNick Child1-6/+40
2023-08-10ibmvnic: Handle DMA unmapping of login buffs in release functionsNick Child1-5/+10
2023-08-10ibmvnic: Unmap DMA login rsp buffer on send login failNick Child1-1/+4
2023-08-10ibmvnic: Enforce stronger sanity checks on login responseNick Child1-0/+18
2023-08-10net: mana: Fix MANA VF unload when hardware is unresponsiveSouradeep Chakrabarti1-4/+33
2023-08-10i40e: Replace one-element array with flex-array member in struct i40e_package...Gustavo A. R. Silva2-3/+3
2023-08-10net/mlx5: Expose NIC temperature via hardware monitoring kernel APIAdham Faris7-139/+448
2023-08-10net/mlx5: Expose port.c/mlx5_query_module_num() functionAdham Faris2-1/+2
2023-08-10octeontx2-af: Remove redundant functions rvu_npc_exact_mac2u64()Li Zetao1-18/+2
2023-08-10octeontx2-af: Use u64_to_ether_addr() to convert ethernet addressLi Zetao1-3/+2
2023-08-10octeontx2-af: Remove redundant functions mac2u64() and cfg2mac()Li Zetao1-22/+4
2023-08-10mlxsw: Set port STP state on bridge enslavementPetr Machata1-1/+1
2023-08-10ethernet: s2io: Use ether_addr_to_u64() to convert ethernet addressLi Zetao1-12/+5
2023-08-09mlxsw: spectrum_switchdev: Use is_zero_ether_addr() instead of ether_addr_equ...Ruan Jinjie1-4/+2
2023-08-09mlxbf_gige: Remove two unused function declarationsYue Haibing1-3/+0
2023-08-09net: txgbe: Use pci_dev_id() to simplify the codeXiongfeng Wang1-6/+6
2023-08-09bcm63xx_enet: Remove redundant initialization ownerLi Zetao1-3/+0
2023-08-09sfc: offload left-hand side rules for conntrackEdward Cree6-0/+599
2023-08-09sfc: conntrack state matches in TC rulesEdward Cree4-4/+105