summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: jme: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-141-24/+16
* ibmvnic: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-141-4/+3
* net: ehea: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-141-4/+3
* net: hinic: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-141-4/+3
* net: sundance: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-141-10/+11
* chelsio: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-143-22/+24
* liquidio: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-146-19/+18
* net: macb: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-141-4/+3
* cnic: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-141-10/+8
* net: amd-xgbe: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-143-22/+19
* net: alteon: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-142-5/+7
* tulip: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-09-132-55/+66
* tulip: de2104x: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-09-131-26/+36
* tulip: dmfe: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-09-131-20/+24
* tulip: uli526x: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-09-131-21/+23
* net: mvpp2: set SKBTX_IN_PROGRESSRussell King2020-09-131-0/+2
* tulip: windbond-840: Fix a debug messageChristophe JAILLET2020-09-131-3/+4
* tulip: windbond-840: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-09-131-36/+37
* net: dl2k: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-09-131-39/+41
* natsemi: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-09-132-62/+62
* net: tehuti: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-09-131-28/+25
* rocker: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-09-131-40/+43
* sc92031: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-09-131-14/+14
* tlan: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-09-131-33/+28
* net: ethernet: mlx4: Avoid assigning a value to ring_cons but not used it any...Luo Jiaxing2020-09-131-1/+0
* net: phy: mchp: Add support for LAN8814 QUAD PHYDivya Koppera2020-09-121-0/+14
* net: hns: use IRQ_NOAUTOEN to avoid irq is enabled due to request_irqBarry Song2020-09-121-1/+2
* net: ethernet: ti: ale: add support for multi port k3 cpsw versionsGrygorii Strashko2020-09-121-0/+14
* net: ethernet: ti: ale: switch to use tables for vlan entry descriptionGrygorii Strashko2020-09-122-54/+188
* net: ethernet: ti: am65-cpsw: enable hw auto ageingGrygorii Strashko2020-09-124-6/+70
* net: ethernet: ti: ale: make usage of ale dev_id mandatoryGrygorii Strashko2020-09-122-17/+14
* net: ethernet: ti: am65-cpsw: use dev_id for ale configurationGrygorii Strashko2020-09-121-2/+1
* net: netcp: ethss: use dev_id for ale configurationGrygorii Strashko2020-09-121-10/+8
* net: ethernet: ti: cpsw: use dev_id for ale configurationGrygorii Strashko2020-09-124-10/+1
* net: ethernet: ti: ale: add static configurationGrygorii Strashko2020-09-122-0/+83
* net: ethernet: ti: ale: add cpsw_ale_get_num_entries apiGrygorii Strashko2020-09-124-5/+14
* net: dsa: tag_8021q: add a context structureVladimir Oltean2020-09-122-90/+126
* net: dsa: tag_8021q: setup tagging via a single function callVladimir Oltean2020-09-121-11/+4
* crypto/chcr: move nic TLS functionality to drivers/netRohit Maheshwari2020-09-1213-58/+2434
* sfc: advertise encapsulated offloads on EF10Edward Cree2020-09-124-0/+104
* sfc: implement encapsulated TSO on EF10Edward Cree2020-09-122-14/+46
* sfc: de-indirect TSO handlingEdward Cree2020-09-129-37/+46
* sfc: select inner-csum-offload TX queues for skbs that need itEdward Cree2020-09-123-2/+29
* sfc: create inner-csum queues on EF10 if supportedEdward Cree2020-09-122-11/+28
* sfc: define inner/outer csum offload TXQ typesEdward Cree2020-09-127-11/+13
* sfc: decouple TXQ type from labelEdward Cree2020-09-1211-43/+64
* octeontx2-af: Constify npc_kpu_profile_{action,cam}Rikard Falkeborn2020-09-123-39/+39
* sfc: cleanups around efx_alloc_channelEdward Cree2020-09-112-5/+2
* sfc: remove spurious unreachable return statementEdward Cree2020-09-111-1/+0
* sfc: remove duplicate call to efx_init_channels from EF100 probeEdward Cree2020-09-111-4/+0