aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-17fm10k: fix iov_msg_lport_state_pf issueJacob Keller1-0/+8
2015-06-17fm10k: remove err_no reference in fm10k_mbx.cJacob Keller1-5/+0
2015-06-17fm10k: fix incorrect DIR_NEVATIVE bit in 1588 codeJacob Keller2-3/+3
2015-06-17fm10k: pack TLV overlay structuresJacob Keller1-4/+4
2015-06-17fm10k: re-map all possible VF queues after a VFLRJacob Keller1-0/+6
2015-06-17fm10k: force LPORT delete when updating VLAN or MAC addressJacob Keller1-15/+23
2015-06-17fm10k: use dma_set_mask_and_coherent in fm10k_probeJacob Keller1-18/+6
2015-06-17fm10k: trivial fixup message style to include a colonJacob Keller1-1/+1
2015-06-17fm10k: remove extraneous NULL check on l2_accelJacob Keller1-2/+1
2015-06-17fm10k: use an unsigned int for i in ethtool_get_stringsJacob Keller1-1/+1
2015-06-17fm10k: add call to fm10k_clean_all_rx_rings in fm10k_downJacob Keller1-0/+1
2015-06-17fm10k: fix incorrect free on skb in ts_tx_enqueueJacob Keller1-1/+1
2015-06-17fm10k: move setting shinfo inside ts_tx_enqueueJacob Keller1-3/+3
2015-06-17fm10k: use correct ethernet driver Tx timestamp functionJacob Keller1-2/+3
2015-06-17fm10k: ignore invalid multicast address entriesJacob Keller1-7/+1
2015-06-17fm10k: fold fm10k_pull_tail into fm10k_add_rx_fragAlexander Duyck1-46/+20
2015-06-15sfc: mark state UNINIT after unregisterEdward Cree1-0/+1
2015-06-15net/mlx4_en: Support ndo_get_vf_statsEran Ben Elisha4-0/+90
2015-06-15net/mlx4_en: Show PF own statistics via ethtoolEran Ben Elisha5-3/+49
2015-06-15net/mlx4_core: Add helper to query countersEran Ben Elisha1-0/+57
2015-06-15net/mlx4_core: Allocate default counter per portEran Ben Elisha5-4/+76
2015-06-15net/mlx4_core: Add port attribute when tracking countersEran Ben Elisha1-3/+87
2015-06-15net/mlx4_core: Adjust counter grant policy in the resource trackerEran Ben Elisha1-4/+31
2015-06-15net/mlx4_core: Remove counters table allocation from VF flowEran Ben Elisha1-7/+18
2015-06-15net/mlx4_core: Add sink counterEran Ben Elisha2-5/+8
2015-06-15net/mlx4_core: Reset counters data when freedEran Ben Elisha2-0/+23
2015-06-15net/mlx4_core: Check before cleaning counters bitmapEran Ben Elisha1-0/+6
2015-06-15bridge: del external_learned fdbs from device on flush or ageoutScott Feldman1-1/+1
2015-06-15net/mlx4_core: Disable Granular QoS per VF under IB/Eth VPI configurationOr Gerlitz1-0/+8
2015-06-15rocker: move port stop to 'no wait' processingScott Feldman1-1/+2
2015-06-15rocker: move MAC learn event back to 'no wait' processingScott Feldman1-37/+3
2015-06-15rocker: mark STP update as 'no wait' processingScott Feldman1-1/+2
2015-06-15rocker: mark neigh update event processing as 'no wait'Scott Feldman1-1/+2
2015-06-15rocker: revert back to support for nowait processesScott Feldman1-90/+112
2015-06-15rocker: fix neigh tbl index increment raceScott Feldman1-2/+2
2015-06-15rocker: gaurd against NULL rocker_port when removing portsScott Feldman1-0/+2
2015-06-15amd-xgbe: Unify coherency checking logic with device_dma_is_coherent()Suthikulpanit, Suravee1-26/+1
2015-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-12/+32
2015-06-12Fix Cavium Liquidio build related errors and warningsRaghu Vatsavayi8-19/+26
2015-06-12IB/mlx4: Add mmap call to map the hardware clockMatan Barak1-0/+19
2015-06-11net: igb: fix the start time for periodic output signalsRichard Cochran1-2/+2
2015-06-11bna: use netdev_* and dev_* instead of printk and pr_*Ivan Vecera4-55/+36
2015-06-11bna: fix timeout API argument typeIvan Vecera3-19/+13
2015-06-11bna: use list_for_each_entry where appropriateIvan Vecera4-149/+37
2015-06-11bna: get rid of private macros for manipulation with listsIvan Vecera7-308/+130
2015-06-11bna: remove useless pointer assignmentIvan Vecera1-1/+0
2015-06-11bna: use memdup_user to copy userspace buffersIvan Vecera1-19/+8
2015-06-11bna: correct comparisons/assignments to boolIvan Vecera1-4/+4
2015-06-11bna: remove TX_E_PRIO_CHANGE event and BNA_TX_F_PRIO_CHANGED flagIvan Vecera2-19/+4
2015-06-11bna: remove paused from bna_rx_config and flags from bna_rxfIvan Vecera2-41/+1