aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-02enic: set skb->hash type properlyGovindarajulu Varadarajan2-7/+13
2016-11-02net: 3com: typhoon: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-30/+30
2016-11-02lan78xx: Use irq_domain for phy interrupt from USB Int. EPWoojung Huh1-26/+189
2016-11-02net: 3c509: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-26/+29
2016-11-02net: 3c59x: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-6/+8
2016-11-02net: mii: add generic function to support ksetting supportPhilippe Reynes1-0/+195
2016-11-02net/mlx4_en: Add ethtool statistics for XDP casesTariq Toukan7-12/+60
2016-11-02net/mlx4_en: Refactor the XDP forwarding rings schemeTariq Toukan8-205/+293
2016-11-02net/mlx4_en: Add TX_XDP for CQ typesTariq Toukan2-12/+13
2016-11-01net: Enable support for VRF with ipv4 multicastDavid Ahern1-5/+18
2016-11-01nfp: bring back support for different ring countsJakub Kicinski1-47/+71
2016-11-01nfp: replace num_irqs with max_r_vecsJakub Kicinski2-8/+10
2016-11-01nfp: remove nfp_net_irqs_wanted()Jakub Kicinski1-23/+4
2016-11-01nfp: use unsigned int for vector/ring countsJakub Kicinski2-10/+12
2016-11-01nfp: create separate define for max number of vectorsJakub Kicinski1-3/+5
2016-11-01nfp: use AND instead of modulo to get ring indexesJakub Kicinski1-7/+7
2016-11-01nfp: add separate buffer allocation function for napiJakub Kicinski1-2/+21
2016-11-01nfp: use alloc_frag() and build_skb()Jakub Kicinski3-50/+82
2016-11-01nfp: add buffer drop/recycle helper for RXJakub Kicinski1-10/+17
2016-11-01nfp: centralize the buffer size calculationJakub Kicinski2-9/+21
2016-11-01nfp: remove inline attributes and dead codeJakub Kicinski1-14/+1
2016-11-01nfp: remove unnecessary call to ether_setup()Jakub Kicinski1-1/+0
2016-11-01nfp: remove support for nfp3200Jakub Kicinski4-138/+22
2016-11-01nfp: simplify nfp_net_poll()Jakub Kicinski1-9/+3
2016-11-01qed: Correct VF mac numberMintz, Yuval3-0/+22
2016-11-01qede: Don't override priv_flagsMintz, Yuval1-1/+1
2016-11-01Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller18-850/+867
2016-10-31net: cris: make eth_v10.c explicitly non-modularPaul Gortmaker1-10/+1
2016-10-31i40e: removed unreachable codeFilip Sadowski4-60/+33
2016-10-31i40e: Implementation of ERROR state for NVM update state machineMaciej Sosin5-4/+22
2016-10-31i40e: Fix for division by zeroMichal Kosiarz1-2/+4
2016-10-31i40e: clear mac filter count on resetMitch Williams1-0/+1
2016-10-31i40e: Reorder logic for coalescing RS bitsAlexander Duyck4-104/+108
2016-10-31i40e: Add common function for finding VSI by typeAlexander Duyck4-30/+27
2016-10-31i40evf: avoid an extra msleep whileJacob Keller1-3/+5
2016-10-31i40e: replace PTP Rx timestamp hang logicJacob Keller4-44/+83
2016-10-31i40e: use a mutex instead of spinlock in PTP user entry pointsJacob Keller2-14/+8
2016-10-31i40e: correct check for reading TSYNINDX from the receive descriptorJacob Keller1-3/+4
2016-10-31i40e: remove duplicate add/delete adminq command code for filtersJacob Keller1-72/+84
2016-10-31i40e: avoid looping to check whether we're in VLAN modeJacob Keller2-11/+38
2016-10-31i40e: fix MAC filters when removing VLANsAlan Brady1-48/+72
2016-10-31i40e: properly cleanup on allocation failure in i40e_sync_vsi_filtersJacob Keller1-17/+22
2016-10-31i40e: store MAC/VLAN filters in a hash with the MAC Address as keyJacob Keller5-107/+161
2016-10-31i40e: implement __i40e_del_filter and use where applicableJacob Keller1-33/+59
2016-10-31i40e: When searching all MAC/VLAN filters, ignore removed filtersJacob Keller1-0/+6
2016-10-31i40e: refactor i40e_put_mac_in_vlan to avoid changing f->vlanJacob Keller1-12/+13
2016-10-31i40e: move i40e_put_mac_in_vlan and i40e_del_mac_all_vlanJacob Keller1-57/+56
2016-10-31i40e: make use of __dev_uc_sync and __dev_mc_syncJacob Keller2-54/+69
2016-10-31i40e: drop is_vf and is_netdev fields in struct i40e_mac_filterJacob Keller5-272/+89
2016-10-31i40e: Add missing \n to end of dev_err messageColin Ian King1-1/+1