summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)Author
2016-11-02enic: set skb->hash type properlyGovindarajulu Varadarajan
2016-11-02net: 3com: typhoon: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-11-02lan78xx: Use irq_domain for phy interrupt from USB Int. EPWoojung Huh
2016-11-02net: 3c509: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-11-02net: 3c59x: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-11-02net: mii: add generic function to support ksetting supportPhilippe Reynes
2016-11-02net/mlx4_en: Add ethtool statistics for XDP casesTariq Toukan
2016-11-02net/mlx4_en: Refactor the XDP forwarding rings schemeTariq Toukan
2016-11-02net/mlx4_en: Add TX_XDP for CQ typesTariq Toukan
2016-11-01net: Enable support for VRF with ipv4 multicastDavid Ahern
2016-11-01nfp: bring back support for different ring countsJakub Kicinski
2016-11-01nfp: replace num_irqs with max_r_vecsJakub Kicinski
2016-11-01nfp: remove nfp_net_irqs_wanted()Jakub Kicinski
2016-11-01nfp: use unsigned int for vector/ring countsJakub Kicinski
2016-11-01nfp: create separate define for max number of vectorsJakub Kicinski
2016-11-01nfp: use AND instead of modulo to get ring indexesJakub Kicinski
2016-11-01nfp: add separate buffer allocation function for napiJakub Kicinski
2016-11-01nfp: use alloc_frag() and build_skb()Jakub Kicinski
2016-11-01nfp: add buffer drop/recycle helper for RXJakub Kicinski
2016-11-01nfp: centralize the buffer size calculationJakub Kicinski
2016-11-01nfp: remove inline attributes and dead codeJakub Kicinski
2016-11-01nfp: remove unnecessary call to ether_setup()Jakub Kicinski
2016-11-01nfp: remove support for nfp3200Jakub Kicinski
2016-11-01nfp: simplify nfp_net_poll()Jakub Kicinski
2016-11-01qed: Correct VF mac numberMintz, Yuval
2016-11-01qede: Don't override priv_flagsMintz, Yuval
2016-11-01Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller
2016-10-31net: cris: make eth_v10.c explicitly non-modularPaul Gortmaker
2016-10-31i40e: removed unreachable codeFilip Sadowski
2016-10-31i40e: Implementation of ERROR state for NVM update state machineMaciej Sosin
2016-10-31i40e: Fix for division by zeroMichal Kosiarz
2016-10-31i40e: clear mac filter count on resetMitch Williams
2016-10-31i40e: Reorder logic for coalescing RS bitsAlexander Duyck
2016-10-31i40e: Add common function for finding VSI by typeAlexander Duyck
2016-10-31i40evf: avoid an extra msleep whileJacob Keller
2016-10-31i40e: replace PTP Rx timestamp hang logicJacob Keller
2016-10-31i40e: use a mutex instead of spinlock in PTP user entry pointsJacob Keller
2016-10-31i40e: correct check for reading TSYNINDX from the receive descriptorJacob Keller
2016-10-31i40e: remove duplicate add/delete adminq command code for filtersJacob Keller
2016-10-31i40e: avoid looping to check whether we're in VLAN modeJacob Keller
2016-10-31i40e: fix MAC filters when removing VLANsAlan Brady
2016-10-31i40e: properly cleanup on allocation failure in i40e_sync_vsi_filtersJacob Keller
2016-10-31i40e: store MAC/VLAN filters in a hash with the MAC Address as keyJacob Keller
2016-10-31i40e: implement __i40e_del_filter and use where applicableJacob Keller
2016-10-31i40e: When searching all MAC/VLAN filters, ignore removed filtersJacob Keller
2016-10-31i40e: refactor i40e_put_mac_in_vlan to avoid changing f->vlanJacob Keller
2016-10-31i40e: move i40e_put_mac_in_vlan and i40e_del_mac_all_vlanJacob Keller
2016-10-31i40e: make use of __dev_uc_sync and __dev_mc_syncJacob Keller
2016-10-31i40e: drop is_vf and is_netdev fields in struct i40e_mac_filterJacob Keller
2016-10-31i40e: Add missing \n to end of dev_err messageColin Ian King