summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* mlxsw: spectrum: acl: Implement delta for ERPJiri Pirko2018-11-154-12/+237
* mlxsw: spectrum: acl: Push code related to num_ctcam_erps inc/dec into separa...Jiri Pirko2018-11-151-49/+59
* mlxsw: spectrum: acl: Remove mlxsw_afk_encode() block range args and key/mask...Jiri Pirko2018-11-154-14/+9
* mlxsw: spectrum: acl: Don't encode the key again in mlxsw_sp_acl_atcam_12kb_l...Jiri Pirko2018-11-154-14/+49
* mlxsw: core_acl: Change order of args of ops->encode_block()Jiri Pirko2018-11-153-7/+7
* mlxsw: spectrum: acl: Pass key pointer to master_mask_set/clearJiri Pirko2018-11-151-13/+17
* mlxsw: spectrum: acl_erp: Convert to use objagg for tracking ERPsJiri Pirko2018-11-155-90/+99
* net: dsa: mv88e6xxx: Work around mv886e6161 SERDES missing MII_PHYSID2Andrew Lunn2018-11-151-5/+16
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2018-11-1510-89/+265
|\
| * ice: Remove ICE_MAX_TXQ_PER_TXQG check when configuring Tx queueMd Fahad Iqbal Polash2018-11-131-4/+0
| * ice: Destroy scheduler tree in reset pathHenry Tieman2018-11-131-0/+1
| * ice: Fix to make VLAN priority tagged traffic to appear on all TCsUsha Ketineni2018-11-135-51/+81
| * ice: Call pci_disable_sriov before stopping queues for VFBrett Creeley2018-11-131-9/+9
| * ice: Increase Rx queue disable timeoutPiotr Raczynski2018-11-131-3/+3
| * ice: Fix NVM mask definesLev Faerman2018-11-131-3/+3
| * ice: Avoid nested RTNL locking in ice_dis_vsiDave Ertman2018-11-131-5/+10
| * ice: Calculate guaranteed VSIs per function and use itAnirudh Venkataramanan2018-11-135-6/+34
| * ice: Remove node before releasing VSIAnirudh Venkataramanan2018-11-133-1/+110
| * ice: Check for q_vector when stopping ringsTony Nguyen2018-11-131-1/+2
| * ice: Fix debug print in ice_tx_timeoutBrett Creeley2018-11-132-6/+12
* | net: hns3: Adds GRO params to SKB for the stackPeng Li2018-11-152-3/+49
* | net: hns3: Add skb chain when num of RX buf exceeds MAX_SKB_FRAGSPeng Li2018-11-152-2/+37
* | net: hns3: Add support for ethtool -K to enable/disable HW GROPeng Li2018-11-154-1/+32
* | net: hns3: Add handling of GRO Pkts not fully RX'ed in NAPI pollPeng Li2018-11-152-62/+140
* | net: hns3: Enable HW GRO for Rev B(=0x21) HNS3 hardwarePeng Li2018-11-156-1/+83
* | net: phy: icplus: add config_intr callbackHeiner Kallweit2018-11-151-7/+16
* | nfp: abm: restructure Qdisc handlingJakub Kicinski2018-11-144-352/+340
* | nfp: abm: save RED's parametersJakub Kicinski2018-11-142-1/+18
* | nfp: abm: reset RED's child based on limitJakub Kicinski2018-11-141-5/+22
* | nfp: abm: build full Qdisc hierarchy based on graft notificationsJakub Kicinski2018-11-142-0/+107
* | nfp: abm: allocate Qdisc child tableJakub Kicinski2018-11-142-7/+24
* | nfp: abm: remember which Qdisc is rootJakub Kicinski2018-11-143-0/+19
* | nfp: abm: track all offload-enabled qdiscsJakub Kicinski2018-11-143-4/+132
* | nfp: abm: keep track of all RED thresholdsJakub Kicinski2018-11-144-41/+120
* | nfp: abm: rename qdiscs -> red_qdiscsJakub Kicinski2018-11-143-24/+29
* | net: aquantia: add support of rx-vlan-filter offloadDmitry Bogdanov2018-11-147-18/+197
* | net: aquantia: add ethertype and PCP to rx flow filtersDmitry Bogdanov2018-11-145-4/+133
* | net: aquantia: add vlan id to rx flow filtersDmitry Bogdanov2018-11-147-3/+151
* | net: aquantia: add support of L3/L4 ntuple filtersDmitry Bogdanov2018-11-145-3/+284
* | net: aquantia: add infrastructure for ntuple rulesDmitry Bogdanov2018-11-148-1/+501
* | net: aquantia: add rx-flow filter definitionsDmitry Bogdanov2018-11-143-17/+275
* | net: ethernet: ti: cpsw: allow vlan tagged packets to be timestampedIvan Khoronzhuk2018-11-131-2/+3
* | net: ethernet: ti: cpts: move enable/disable flags outside of cpts moduleIvan Khoronzhuk2018-11-134-77/+41
* | net: ethernet: ti: cpts: purge staled skbs from txqIvan Khoronzhuk2018-11-131-2/+24
* | net: ethernet: ti: cpts: correct debug for expired txq skbIvan Khoronzhuk2018-11-131-3/+1
|/
* net: phy: check if advertising is zero using linkmode_emptyColin Ian King2018-11-121-1/+1
* net: phy: marvell: remove set but not used variable 'pause'YueHaibing2018-11-111-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-11132-558/+1522
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-11-1148-168/+391
| |\
| | * net: dsa: mv88e6xxx: Fix clearing of stats countersAndrew Lunn2018-11-111-0/+2