summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-14net: macb: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+3
2020-09-14cnic: convert tasklets to use new tasklet_setup() APIAllen Pais1-10/+8
2020-09-14net: amd-xgbe: convert tasklets to use new tasklet_setup() APIAllen Pais3-22/+19
2020-09-14net: alteon: convert tasklets to use new tasklet_setup() APIAllen Pais2-5/+7
2020-09-14tulip: switch from 'pci_' to 'dma_' APIChristophe JAILLET2-55/+66
2020-09-14tulip: de2104x: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-26/+36
2020-09-14tulip: dmfe: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-20/+24
2020-09-14tulip: uli526x: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-21/+23
2020-09-14net: mvpp2: set SKBTX_IN_PROGRESSRussell King1-0/+2
2020-09-14tulip: windbond-840: Fix a debug messageChristophe JAILLET1-3/+4
2020-09-14tulip: windbond-840: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-36/+37
2020-09-14net: dl2k: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-39/+41
2020-09-14natsemi: switch from 'pci_' to 'dma_' APIChristophe JAILLET2-62/+62
2020-09-13net: tehuti: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-28/+25
2020-09-13rocker: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-40/+43
2020-09-13sc92031: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-14/+14
2020-09-13tlan: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-33/+28
2020-09-13net: ethernet: mlx4: Avoid assigning a value to ring_cons but not used it any...Luo Jiaxing1-1/+0
2020-09-12net: phy: mchp: Add support for LAN8814 QUAD PHYDivya Koppera2-0/+15
2020-09-12net: hns: use IRQ_NOAUTOEN to avoid irq is enabled due to request_irqBarry Song1-1/+2
2020-09-12Merge branch 'net-ethernet-ti-ale-add-static-configuration'David S. Miller11-99/+388
2020-09-12net: ethernet: ti: ale: add support for multi port k3 cpsw versionsGrygorii Strashko1-0/+14
2020-09-12net: ethernet: ti: ale: switch to use tables for vlan entry descriptionGrygorii Strashko2-54/+188
2020-09-12net: ethernet: ti: am65-cpsw: enable hw auto ageingGrygorii Strashko4-6/+70
2020-09-12net: ethernet: ti: ale: make usage of ale dev_id mandatoryGrygorii Strashko2-17/+14
2020-09-12net: ethernet: ti: am65-cpsw: use dev_id for ale configurationGrygorii Strashko1-2/+1
2020-09-12net: netcp: ethss: use dev_id for ale configurationGrygorii Strashko1-10/+8
2020-09-12net: ethernet: ti: cpsw: use dev_id for ale configurationGrygorii Strashko4-10/+1
2020-09-12net: ethernet: ti: ale: add static configurationGrygorii Strashko2-0/+83
2020-09-12net: ethernet: ti: ale: add cpsw_ale_get_num_entries apiGrygorii Strashko4-5/+14
2020-09-12Merge branch 'DSA-tag_8021q-cleanup'David S. Miller7-220/+265
2020-09-12Revert "net: dsa: Add more convenient functions for installing port VLANs"Vladimir Oltean3-38/+31
2020-09-12net: dsa: tag_8021q: add a context structureVladimir Oltean4-173/+216
2020-09-12net: dsa: tag_8021q: setup tagging via a single function callVladimir Oltean3-17/+25
2020-09-12net: dsa: tag_8021q: include missing refcount.hVladimir Oltean1-0/+1
2020-09-12crypto/chcr: move nic TLS functionality to drivers/netRohit Maheshwari17-172/+243
2020-09-12Merge branch 'sfc-encap-offloads-on-EF10'David S. Miller18-106/+318
2020-09-12sfc: advertise encapsulated offloads on EF10Edward Cree4-0/+104
2020-09-12sfc: implement encapsulated TSO on EF10Edward Cree2-14/+46
2020-09-12sfc: de-indirect TSO handlingEdward Cree9-37/+46
2020-09-12sfc: select inner-csum-offload TX queues for skbs that need itEdward Cree3-2/+29
2020-09-12sfc: create inner-csum queues on EF10 if supportedEdward Cree2-11/+28
2020-09-12sfc: define inner/outer csum offload TXQ typesEdward Cree7-11/+13
2020-09-12sfc: decouple TXQ type from labelEdward Cree11-43/+64
2020-09-12octeontx2-af: Constify npc_kpu_profile_{action,cam}Rikard Falkeborn3-39/+39
2020-09-12Merge branch 'sfc-misc-cleanups'David S. Miller4-10/+2
2020-09-12sfc: cleanups around efx_alloc_channelEdward Cree2-5/+2
2020-09-12sfc: remove spurious unreachable return statementEdward Cree1-1/+0
2020-09-12sfc: remove duplicate call to efx_init_channels from EF100 probeEdward Cree1-4/+0
2020-09-12bridge: mcast: Fix incomplete MDB dumpIdo Schimmel1-1/+1