summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
...
* | gve: Allow pageflips on larger pagesJordan Kim2021-10-111-1/+1
* | gve: Add netif_set_xps_queue callCatherine Sullivan2021-10-111-0/+4
* | gve: Recover from queue stall due to missed IRQJohn Fraker2021-10-113-2/+51
* | gve: Do lazy cleanup in TX pathTao Liu2021-10-114-50/+62
* | gve: Add rx buffer pagecnt biasCatherine Sullivan2021-10-111-15/+37
* | gve: Switch to use napi_complete_doneYangchun Fu2021-10-113-37/+43
|/
* ethernet: sun: add missing semicolon, fix buildStephen Rothwell2021-10-111-1/+1
* octeontx2-pf: Simplify the receive buffer size calculationSubbaraya Sundeep2021-10-106-28/+35
* ethernet: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-10-1012-15/+0
* bnxt: use netif_is_rxfh_configured instead of open codeJuhee Kang2021-10-102-2/+2
* ionic: tame the filter no space messageShannon Nelson2021-10-101-1/+14
* ionic: allow adminq requests to override default error messageShannon Nelson2021-10-103-20/+42
* ionic: handle vlan id overflowShannon Nelson2021-10-104-41/+56
* ionic: generic filter deleteShannon Nelson2021-10-101-10/+25
* ionic: generic filter addShannon Nelson2021-10-101-22/+46
* ionic: add generic filter searchShannon Nelson2021-10-101-3/+18
* ionic: remove mac overflow flagsShannon Nelson2021-10-102-7/+2
* ionic: move lif mac address functionsShannon Nelson2021-10-102-131/+131
* ionic: add filterlist to debugfsShannon Nelson2021-10-101-0/+46
* ethernet: 8390: remove direct netdev->dev_addr writesJakub Kicinski2021-10-098-22/+31
* ethernet: sun: remove direct netdev->dev_addr writesJakub Kicinski2021-10-095-34/+48
* ethernet: tulip: remove direct netdev->dev_addr writesJakub Kicinski2021-10-096-50/+61
* ethernet: tg3: remove direct netdev->dev_addr writesJakub Kicinski2021-10-091-23/+25
* ethernet: forcedeth: remove direct netdev->dev_addr writesJakub Kicinski2021-10-091-23/+26
* mlxsw: item: Annotate item helpers with '__maybe_unused'Ido Schimmel2021-10-081-24/+32
* net: tg3: fix redundant check of true expressionJean Sacren2021-10-081-2/+1
* qed: Fix compilation for CONFIG_QED_SRIOV undefined scenarioPrabhakar Kushwaha2021-10-081-0/+12
* net: enetc: add support for software TSOIoana Ciornei2021-10-084-24/+311
* net: enetc: declare NETIF_F_HW_CSUM and do it in softwareIoana Ciornei2021-10-083-5/+15
* qed: Initialize debug string arrayTim Gardner2021-10-081-3/+0
* ethernet: use platform_get_ethdev_address()Jakub Kicinski2021-10-082-2/+2
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2021-10-0825-94/+1899
|\
| * ice: add port representor ethtool ops and statsWojciech Drewek2021-10-076-7/+118
| * ice: switchdev slow pathGrzegorz Nitka2021-10-076-1/+156
| * ice: rebuild switchdev when resetting all VFsGrzegorz Nitka2021-10-076-1/+130
| * ice: enable/disable switchdev when managing VFsGrzegorz Nitka2021-10-074-2/+63
| * ice: introduce new type of VSI for switchdevGrzegorz Nitka2021-10-076-3/+92
| * ice: set and release switchdev environmentGrzegorz Nitka2021-10-076-13/+453
| * ice: allow changing lan_en and lb_en on dflt rulesMichal Swiatkowski2021-10-074-1/+94
| * ice: manage VSI antispoof and destination overrideMichal Swiatkowski2021-10-072-0/+73
| * ice: allow process VF opcodes in different waysMichal Swiatkowski2021-10-073-37/+225
| * ice: introduce VF port representorMichal Swiatkowski2021-10-076-2/+286
| * ice: Move devlink port to PF/VF structWojciech Drewek2021-10-077-37/+103
| * ice: support basic E-Switch mode controlMichal Swiatkowski2021-10-076-0/+116
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-0710-28/+55
|\ \ | |/ |/|
| * iavf: fix double unlock of crit_lockStefan Assmann2021-10-061-1/+0
| * i40e: Fix freeing of uninitialized misc IRQ vectorSylwester Dziedziuch2021-10-061-1/+2
| * i40e: fix endless loop under rtnlJiri Benc2021-10-061-1/+1
| * ionic: move filter sync_needed bit setShannon Nelson2021-10-062-4/+3
| * gve: report 64bit tx_bytes counter from gve_handle_report_stats()Eric Dumazet2021-10-061-2/+3