summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5: SF, Fix return typeRoi Dayan2021-03-111-1/+1
* net/mlx5e: mlx5_tc_ct_init does not failSaeed Mahameed2021-03-111-8/+0
* net/mlx5: Fix indir stable stubsVlad Buslov2021-03-111-3/+3
* net/mlx5e: Add missing includeVlad Buslov2021-03-111-0/+1
* net/mlx5e: fix mlx5e_tc_tun_update_header_ipv6 dummy definitionArnd Bergmann2021-03-111-4/+6
* net/mlx5e: CT, Avoid false lock dependency warningRoi Dayan2021-03-111-0/+10
* net/mlx5: Check returned value from health recover sequenceLeon Romanovsky2021-03-113-6/+9
* net/mlx5: Don't rely on interface state bitLeon Romanovsky2021-03-111-2/+1
* net/mlx5: Remove second FW tracer checkLeon Romanovsky2021-03-112-7/+2
* net/mlx5: Separate probe vs. reload flowsLeon Romanovsky2021-03-115-61/+107
* net/mlx5: Remove impossible checks of interface stateLeon Romanovsky2021-03-111-5/+0
* net/mlx5: Don't skip vport checkSaeed Mahameed2021-03-113-1/+13
* net: fddi: skfp: Mundane typo fixes throughout the file smt.hBhaskar Chowdhury2021-03-101-4/+4
* net: ipv4: route.c: fix space before tabShubhankar Kuranagatti2021-03-101-5/+5
* Merge branch 'ionic-next'David S. Miller2021-03-106-203/+226
|\
| * ionic: simplify use of completion typesShannon Nelson2021-03-101-12/+7
| * ionic: rebuild debugfs on qcq swapShannon Nelson2021-03-101-0/+3
| * ionic: simplify rx skb allocShannon Nelson2021-03-101-41/+22
| * ionic: optimize fastpath struct usageShannon Nelson2021-03-106-39/+34
| * ionic: implement Rx page reuseShannon Nelson2021-03-102-89/+138
| * ionic: move rx_page_alloc and freeShannon Nelson2021-03-101-70/+70
|/
* Merge branch 'dpaa2-switch-next'David S. Miller2021-03-1017-690/+2092
|\
| * staging: dpaa2-switch: move the driver out of stagingIoana Ciornei2021-03-1016-163/+15
| * staging: dpaa2-switch: prevent joining a bridge while VLAN uppers are presentIoana Ciornei2021-03-101-1/+29
| * staging: dpaa2-switch: add fast-ageing on bridge leaveIoana Ciornei2021-03-102-16/+63
| * staging: dpaa2-switch: accept only vlan-aware upper devicesIoana Ciornei2021-03-103-19/+76
| * staging: dpaa2-switch: move the notifier register to module_init()Ioana Ciornei2021-03-102-87/+95
| * staging: dpaa2-switch: properly setup switching domainsIoana Ciornei2021-03-105-41/+514
| * staging: dpaa2-switch: enable the control interfaceIoana Ciornei2021-03-104-0/+53
| * staging: dpaa2-switch: add .ndo_start_xmit() callbackIoana Ciornei2021-03-105-16/+245
| * staging: dpaa2-switch: handle Rx path on control interfaceIoana Ciornei2021-03-102-12/+460
| * staging: dpaa2-switch: setup dpioIoana Ciornei2021-03-105-0/+137
| * staging: dpaa2-switch: setup buffer pool and RX path ringsIoana Ciornei2021-03-105-0/+209
| * staging: dpaa2-switch: get control interface attributesIoana Ciornei2021-03-105-11/+136
| * staging: dpaa2-switch: remove obsolete .ndo_fdb_{add|del} callbacksIoana Ciornei2021-03-101-27/+0
| * staging: dpaa2-switch: fix up initial forwarding configuration done by firmwareIoana Ciornei2021-03-101-29/+51
| * staging: dpaa2-switch: remove broken learning and flooding supportIoana Ciornei2021-03-105-259/+0
|/
* Merge branch 'enetc-cleanups'David S. Miller2021-03-105-251/+212
|\
| * net: enetc: make enetc_refill_rx_ring update the consumer indexVladimir Oltean2021-03-101-9/+8
| * net: enetc: remove forward declaration for enetc_map_tx_buffsVladimir Oltean2021-03-101-38/+35
| * net: enetc: remove forward-declarations of enetc_clean_{rx,tx}_ringVladimir Oltean2021-03-101-48/+44
| * net: enetc: use enum enetc_active_offloadsVladimir Oltean2021-03-101-1/+1
| * net: enetc: simplify callers of enetc_rxbd_nextVladimir Oltean2021-03-102-24/+20
| * net: enetc: don't initialize unused ports from a separate code pathVladimir Oltean2021-03-103-50/+30
| * net: enetc: pass bd_count as an argument to enetc_setup_cbdrVladimir Oltean2021-03-104-9/+7
| * net: enetc: squash clear_cbdr and free_cbdr into teardown_cbdrVladimir Oltean2021-03-104-15/+8
| * net: enetc: save the mode register address inside struct enetc_cbdrVladimir Oltean2021-03-104-13/+15
| * net: enetc: squash enetc_alloc_cbdr and enetc_setup_cbdrVladimir Oltean2021-03-104-24/+18
| * net: enetc: save the DMA device for enetc_free_cbdrVladimir Oltean2021-03-104-20/+26
| * net: enetc: move the CBDR API to enetc_cbdr.cVladimir Oltean2021-03-102-54/+54
|/