summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: Remove IXGBE_FLAG_IN_NETPOLL since it doesn't do anythingAlexander Duyck2015-03-132-15/+4Star
* ixgbe: enable relaxed ordering for SPARCJeff Kirsher2015-03-132-4/+12
* ixgbe: cleanup make ixgbe_set_ethertype_anti_spoofing_X550 staticDon Skidmore2015-03-131-2/+2
* ixgbe: Clean up type inconsistencyDon Skidmore2015-03-131-2/+2
* ixgbe: add new wrapper for X550 supportDon Skidmore2015-03-139-14/+114
* net: bcmgenet: add support for xmit_moreFlorian Fainelli2015-03-131-3/+4
* net: bcmgenet: update ring producer index and buffer count in xmitFlorian Fainelli2015-03-131-13/+5Star
* net: bcmgenet: rewrite bcmgenet_rx_refill()Petri Gynther2015-03-131-56/+43Star
* net/macb: Only adjust tx_clk on link changeJaeden Amero2015-03-131-2/+5
* net/mlx5_core: don't export static symbolJulia Lawall2015-03-121-1/+0Star
* net: bcmgenet: collect Rx discarded packet countPetri Gynther2015-03-112-0/+19
* net/fsl: remove dependency FSL_SOC from MDIOShaohui Xie2015-03-111-2/+0Star
* macb: Fix merge error.Stephen Rothwell2015-03-101-16/+0Star
* switchdev: add netlink flags to IPv4 FIB add opScott Feldman2015-03-101-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-1012-53/+93
|\
| * net: macb: constify macb configuration dataJosh Cartwright2015-03-091-4/+4
| * bgmac: Clean warning messagesPeter Senna Tschudin2015-03-091-7/+0Star
| * net: fec: fix unbalanced clk disable on driver unbindStefan Agner2015-03-061-1/+0Star
| * net: macb: Correct the MID field length valuePunnaiah Choudary Kalluri2015-03-061-1/+1
| * net: gianfar: correctly determine the number of queue groupsTobias Waldekranz2015-03-061-2/+17
| * net: bcmgenet: properly disable password matchingFlorian Fainelli2015-03-061-2/+4
| * net: eth: xgene: fix booting with devicetreeMark Salter2015-03-051-1/+1
| * bnx2x: Force fundamental reset for EEH recoveryBrian King2015-03-051-0/+3
| * ARM: fix typos in smc91x platform dataArnd Bergmann2015-03-051-0/+1
| * net: fec: fix rcv is not last issue when do suspend/resume testFugang Duan2015-03-041-1/+1
| * drivers: net: xgene: fix new firmware backward compatibility with older driverIyappan Subramanian2015-03-041-0/+4
| * bcm63xx_enet: fix poll callback.Nicolas Schichan2015-03-041-4/+4
| * stmmac: check IRQ availability early on probeAlexey Brodkin2015-03-041-29/+36
* | net: bcmgenet: core changes for supporting multiple Rx queuesPetri Gynther2015-03-102-53/+119
* | i40e: add ethtool RSS supportMitch A Williams2015-03-092-0/+110
* | i40e/i40evf: Bump i40e/i40evf versionCatherine Sullivan2015-03-092-2/+2
* | i40e: add MAC printing to debugfs dump VSIShannon Nelson2015-03-091-0/+5
* | i40e: Fix inconsistent use of PF/VF vs pf/vfJeff Kirsher2015-03-099-174/+174
* | i40e: tame the nvmupdate read and write complaintsShannon Nelson2015-03-091-2/+7
* | i40e/i40evf: fix accidental write to ITR registersJesse Brandeburg2015-03-093-0/+5
* | i40vf: don't stop me nowMitch Williams2015-03-091-5/+6
* | i40e: future proof some sizeof callsShannon Nelson2015-03-091-2/+2
* | i40e: Remove "hello world" strings from i40e driverGreg Rose2015-03-091-2/+2
* | ethernet: codespell comment spelling fixesJoe Perches2015-03-0961-92/+92
* | net: stmmac: make reset control an optional requirementDinh Nguyen2015-03-091-1/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-03-0814-570/+284Star
|\ \
| * | i40e: Strip configfs codeGreg Rose2015-03-075-374/+0Star
| * | i40e/i40evf: Bump versionSravanthi Tangeda2015-03-072-2/+2
| * | i40e/i40evf: enable prefetch of Tx descriptors during cleanupJesse Brandeburg2015-03-072-0/+4
| * | i40e: Simplify code for rss_size_max configAnjali Singhai Jain2015-03-071-5/+2Star
| * | i40e/i40evf: Simplify tunnel selection logicAnjali Singhai Jain2015-03-072-4/+20
| * | i40e: FD filters flush policy changesAnjali Singhai Jain2015-03-073-20/+67
| * | i40e: Avoid logs while adding/deleting FD-SB filtersAnjali Singhai Jain2015-03-071-3/+3
| * | i40e: print port stats only on partition 1Shannon Nelson2015-03-071-3/+3
| * | i40e: Move code to enable/disable Loopback to the main fileAkeem G Abodunrin2015-03-073-70/+68Star