summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: aquantia: definitions for WOLYana Esina2018-09-123-5/+124
* net: aquantia: fix hw_atl_utils_fw_upload_dwordsYana Esina2018-09-126-11/+59
* liquidio: Removed droq lockIntiyaz Basha2018-09-123-37/+3
* liquidio: Per queue oom work queueIntiyaz Basha2018-09-126-73/+110
* liquidio: Disabling tasklet when NAPI is activeIntiyaz Basha2018-09-122-1/+29
* xen-netback: remove unecessary condition check before debugfs_remove_recursivezhong jiang2018-09-121-2/+1
* net: xenbus: remove redundant condition check before debugfs_remove_recursivezhong jiang2018-09-121-2/+1
* net: dsa: b53: Uninitialized variable in b53_adjust_link()Dan Carpenter2018-09-121-1/+1
* rtl818x: Remove SKB list assumptions.David S. Miller2018-09-101-5/+8
* can: Remove SKB list assumptions in rx-offload.cDavid S. Miller2018-09-101-3/+5
* brcmfmac: Use __skb_peek().David S. Miller2018-09-102-2/+2
* staging: rtl8192e: Use __skb_peek().David S. Miller2018-09-101-1/+1
* bnx2fc_fcoe: Use skb_queue_walk_safe().David S. Miller2018-09-101-5/+1
* p54: Use skb_peek_tail() instead of direct head pointer accesses.David S. Miller2018-09-101-2/+2
* lan78xx: Do not access skb_queue_head list pointers directly.David S. Miller2018-09-101-2/+2
* ppp: Remove direct skb_queue_head list pointer access.David S. Miller2018-09-101-1/+1
* infiniband: nes: Use skb_peek_next() and skb_queue_walk().David S. Miller2018-09-101-5/+3
* net/ipv6: Remove rt6i_prefsrcDavid Ahern2018-09-101-2/+2
* cxgb4: remove redundant assignment to vlan_cmd.dropnovlan_fmColin Ian King2018-09-101-1/+0
* failover: Fix error return code in net_failover_createYueHaibing2018-09-081-1/+3
* net: stmmac: Enable TC Ops for GMAC >= 4Jose Abreu2018-09-081-3/+3
* i40e(vf): remove i40e_ethtool_stats.h header fileJacob Keller2018-09-084-444/+436
* net: dsa: b53: Fix build with B53_SRAB enabled and not B53_SERDESFlorian Fainelli2018-09-082-0/+9
* cxgb4: impose mandatory VLAN usage when non-zero TAG IDCasey Leedom2018-09-082-0/+4
* liquidio: lio_fetch_vf_stats() can be statickbuild test robot2018-09-081-1/+1
* nfp: replace spin_lock_bh with spin_lock in tasklet callbackjun qian2018-09-081-2/+2
* freescale: ethernet: remove unnecessary unlikely()Igor Stoppa2018-09-071-5/+3
* bnxt_en: remove set but not used variable 'addr_type'YueHaibing2018-09-071-15/+0
* liquidio CN23XX: Remove set but not used variable 'ring_flag'YueHaibing2018-09-071-3/+1
* liquidio: Add spoof checking on a VF MAC addressWeilin Chang2018-09-078-12/+187
* Merge tag 'mlx5e-updates-2018-09-05' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2018-09-0712-148/+229
|\
| * net/mlx5e: don't set CHECKSUM_COMPLETE on SCTP packetsAlaa Hleihel2018-09-061-0/+12
| * net/mlx5e: Set ECN for received packets using CQE indicationNatali Shechtman2018-09-063-5/+35
| * net/mlx5e: Replace PTP clock lock from RW lock to seq lockShay Agroskin2018-09-062-20/+22
| * net/mlx5e: Move Q counters allocation and drop RQ to init_rxRoi Dayan2018-09-064-25/+55
| * net/mlx5e: Move mlx5e_priv_flags into en_ethtool.cKamal Heib2018-09-062-7/+7
| * net/mlx5: Add flow counters idrVlad Buslov2018-09-061-4/+33
| * net/mlx5: Store flow counters in a listVlad Buslov2018-09-062-49/+41
| * net/mlx5: Add new list to store deleted flow countersVlad Buslov2018-09-062-23/+13
| * net/mlx5: Change flow counters addlist type to single linked listVlad Buslov2018-09-062-26/+22
* | net: dsa: b53: Add SerDes supportFlorian Fainelli2018-09-067-0/+490
* | net: dsa: b53: Add PHYLINK supportFlorian Fainelli2018-09-062-0/+139
* | net: dsa: b53: Add helper to set link parametersFlorian Fainelli2018-09-061-29/+60
* | net: dsa: b53: Make SRAB driver manage port interruptsFlorian Fainelli2018-09-061-0/+105
* | net: dsa: b53: Add ability to enable/disable port interruptsFlorian Fainelli2018-09-062-0/+11
* | qed*: Utilize FW 8.37.7.0Denis Bolotin2018-09-064-196/+361
* | net: lan78xx: Make declaration style consistentStefan Wahren2018-09-061-7/+7
* | net: lan78xx: Switch to SPDX identifierStefan Wahren2018-09-062-26/+2
* | net: lan78xx: Drop unnecessary strcpy in lan78xx_probeStefan Wahren2018-09-061-1/+0
* | net: lan78xx: Bail out if lan78xx_get_endpoints failsStefan Wahren2018-09-061-0/+5