summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2022-02-09ice: Adjust naming for inner VLAN operationsBrett Creeley6-142/+140
2022-02-09ice: Use the proto argument for VLAN opsBrett Creeley11-26/+78
2022-02-09ice: Refactor vf->port_vlan_info to use ice_vlanBrett Creeley2-35/+44
2022-02-09ice: Introduce ice_vlan structBrett Creeley10-59/+82
2022-02-09ice: Add new VSI VLAN opsBrett Creeley14-334/+450
2022-02-09ice: Add helper function for adding VLAN 0Brett Creeley4-5/+14
2022-02-09ice: Refactor spoofcheck configuration functionsBrett Creeley2-50/+128
2022-02-09net: usb: smsc95xx: add generic selftest supportOleksij Rempel2-0/+26
2022-02-09net: ethernet: cavium: use div64_u64() instead of do_div()Wang Qing1-2/+2
2022-02-09net:enetc: enetc qos using the CBDR dma alloc functionPo Liu1-75/+22
2022-02-09net:enetc: command BD ring data memory alloc as one function alonePo Liu2-30/+49
2022-02-09net:enetc: allocate CBD ring data memory using DMA coherent methodsPo Liu1-64/+64
2022-02-09dpaa2-eth: add support for software TSOIoana Ciornei3-18/+207
2022-02-09dpaa2-eth: work with an array of FDsIoana Ciornei2-16/+47
2022-02-09dpaa2-eth: use the S/G table cache also for the normal S/G pathIoana Ciornei2-9/+8
2022-02-09dpaa2-eth: extract the S/G table buffer cache interaction into functionsIoana Ciornei1-24/+37
2022-02-09dpaa2-eth: allocate a fragment already alignedIoana Ciornei1-6/+5
2022-02-09dpaa2-eth: rearrange variable declaration in __dpaa2_eth_txIoana Ciornei1-4/+4
2022-02-09octeontx2-pf: PFC config support with DCBxHariprasad Kelam7-8/+271
2022-02-09octeontx2-af: Flow control resource managementHariprasad Kelam9-48/+276
2022-02-09octeontx2-af: Priority flow control configuration supportSunil Kumar Kori7-15/+251
2022-02-09octeontx2-af: Don't enable Pause frames by defaultHariprasad Kelam6-80/+44
2022-02-09Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nextDavid S. Miller5-8/+42
2022-02-09Netvsc: Call hv_unmap_memory() in the netvsc_device_remove()Tianyu Lan1-8/+16
2022-02-09Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller3-10/+16
2022-02-09bonding: switch bond_net_exit() to batch modeEric Dumazet2-9/+19
2022-02-09et131x: support arbitrary MAX_SKB_FRAGSEric Dumazet1-4/+10
2022-02-09Merge branch 'iwl-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tngu...Jakub Kicinski1-0/+5
2022-02-08i40e: Add a stat for tracking busy rx pagesJoe Damato5-5/+15
2022-02-08i40e: Add a stat for tracking pages waivedJoe Damato5-4/+17
2022-02-08i40e: Add a stat tracking new RX page allocationsJoe Damato5-1/+9
2022-02-08i40e: Aggregate and export RX page reuse statJoe Damato3-1/+6
2022-02-08i40e: Remove rx page reuse double countJoe Damato1-2/+0
2022-02-08net: stmmac: optimize locking around PTP clock readsYannick Vignon5-20/+20
2022-02-08net: typhoon: include <net/vxlan.h>Eric Dumazet1-0/+3
2022-02-08igb: refactor XDP registrationCorinna Vinschen2-10/+13
2022-02-08igc: avoid kernel warning when changing RX ring parametersCorinna Vinschen1-0/+3
2022-02-07net: dsa: mv88e6xxx: Unlock on error in mv88e6xxx_port_bridge_join()Dan Carpenter1-1/+1
2022-02-07net: dsa: mv88e6xxx: Fix off by in one in mv88e6185_phylink_get_caps()Dan Carpenter1-1/+1
2022-02-07net: hns3: add support for TX push modeYufeng Mo8-8/+118
2022-02-07net: asix: add proper error handling of usb read errorsPavel Skripkin3-11/+33
2022-02-07r8169: factor out redundant RTL8168d PHY config functionality to rtl8168d_1_c...Heiner Kallweit1-46/+25
2022-02-07mlxsw: Support FLOW_ACTION_MANGLE for SIP and DIP IPv6 addressesDanielle Ratson3-11/+103
2022-02-07mlxsw: Support FLOW_ACTION_MANGLE for SIP and DIP IPv4 addressesDanielle Ratson3-0/+47
2022-02-07mlxsw: core_acl_flex_actions: Add SIP_DIP_ACTIONDanielle Ratson1-0/+45
2022-02-05net: typhoon: implement ndo_features_check methodEric Dumazet1-5/+16
2022-02-05net: sundance: Replace one-element array with non-array objectGustavo A. R. Silva1-30/+30
2022-02-05bnx2x: Replace one-element array with flexible-array memberGustavo A. R. Silva1-1/+1
2022-02-05net: mana: Remove unnecessary check of cqe_type in mana_process_rx_cqe()Haiyang Zhang1-3/+0
2022-02-05net: mana: Add handling of CQE_RX_TRUNCATEDHaiyang Zhang1-2/+5