summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: Fix ixgbe_write_mbx error resultMark Rustad2014-07-261-6/+5
* ixgbe: Correct X540 semaphore errorMark Rustad2014-07-261-18/+16
* ixgbe: Fix spurious release of semaphore in EEPROM accessMark Rustad2014-07-261-70/+53
* ixgbe: Convert some udelays to usleep_rangeMark Rustad2014-07-262-5/+5
* net/macb: enable scatter-gather feature and set DMA burst length for sama5d4 gemCyrille Pitchen2014-07-251-0/+6
* net/macb: add RX checksum offload featureCyrille Pitchen2014-07-252-4/+51
* net/macb: add TX checksum offload featureCyrille Pitchen2014-07-251-0/+29
* net/macb: add scatter-gather hw featureCyrille Pitchen2014-07-252-52/+240
* net/macb: configure for FIFO mode and non-gigabitNicolas Ferre2014-07-252-20/+74
* drivers: net: cpsw: cleanup: remove unused functionMugunthan V N2014-07-251-11/+0
* net/mlx4_en: mlx4_en_[gs]et_priv_flags() can be staticFengguang Wu2014-07-251-2/+2
* bfin_mac: convert bfin Ethernet driver to NAPI frameworkSonic Zhang2014-07-253-32/+53
* isdn: use constants instead of magicnumbersHimangi Saraogi2014-07-251-2/+2
* cxgb4: Fixed incorrect check for memory operation in t4_memory_rwHariprasad Shenai2014-07-251-1/+1
* fec: Simplify the PM related hooksFabio Estevam2014-07-251-6/+2
* i40e: always print aqtx answerShannon Nelson2014-07-242-10/+6
* i40e: Give link more time after setting flow controlCatherine Sullivan2014-07-241-3/+7
* i40e: Fix firmware API version errorsCatherine Sullivan2014-07-241-13/+7
* i40e/i40evf: ARQ copy desc data even for failed commandsKamil Krawczyk2014-07-242-14/+14
* i40evf: don't wait so longMitch Williams2014-07-241-2/+2
* i40e/i40evf: fix extension header csum logicJesse Brandeburg2014-07-242-4/+0
* i40e/i40evf: Add nvmupdate supportShannon Nelson2014-07-2410-16/+866
* i40e: fix format mismatch in drivers/net/ethernet/intel/i40e/i40e_debugfs.cToralf Förster2014-07-241-2/+2
* igb: bump igb version to 5.2.13Todd Fujinaka2014-07-241-2/+2
* igb: Add message when malformed packets detected by hwCarolyn Wyborny2014-07-242-0/+26
* ixgbe: don't check minimum link when direct assigned to virtual machineJacob Keller2014-07-241-4/+19
* ixgbe: fix use of list_for_each in ixgbe_enumerate_functionsJacob Keller2014-07-241-10/+7
* ixgbe: Change some uses of strncpy to strlcpyMark Rustad2014-07-241-3/+3
* ixgbe: Fix possible null-dereference in error pathMark Rustad2014-07-241-1/+1
* net: bcmgenet: use kcalloc instead of kzallocFlorian Fainelli2014-07-242-4/+4
* net: bcmgenet: add missing braces to some if statementsFlorian Fainelli2014-07-241-4/+5
* net: bcmgenet: add and remove missing blank linesFlorian Fainelli2014-07-241-3/+1
* net: bcmgenet: re-align multiple lines correctlyFlorian Fainelli2014-07-243-147/+142
* net: bcmgenet: remove FSF mail addressFlorian Fainelli2014-07-243-30/+2
* virtio-net: rx busy polling supportJason Wang2014-07-241-1/+47
* virtio-net: introduce virtnet_receive()Jason Wang2014-07-241-5/+14
* ethernet: realtek: use pci_device_idVarka Bhadram2014-07-231-7/+7
* ethernet: realtek: use module_pci_driverVarka Bhadram2014-07-231-20/+2
* drivers: net: cpsw: add support to dump ALE table via ethtool register dumpMugunthan V N2014-07-233-3/+37
* dp83640: Fix receive timestamp race conditionStefan Sørensen2014-07-231-71/+102
* sfc: Add support for busy pollingAlexandre Rames2014-07-235-7/+208
* net/mlx4_en: Reduce memory consumption on kdump kernelAmir Vadai2014-07-233-4/+8
* net/mlx4_core: Use low memory profile on kdump kernelAmir Vadai2014-07-231-3/+25
* net/mlx4_en: Disable blueflame using ethtool private flagsAmir Vadai2014-07-234-4/+72
* net/mlx4_en: current_mac isn't updated in port upEyal Perry2014-07-231-0/+1
* net: mvpp2: Simplify BM pool buffers freeingEzequiel Garcia2014-07-231-13/+6
* net: mvpp2: Fix the BM pool buffer release checkEzequiel Garcia2014-07-231-3/+3
* net: mvpp2: Enable proper PHY polling and fix port functionalityMarcin Wojtas2014-07-231-8/+32
* net: mvpp2: Fix the periodic XON enable bitMarcin Wojtas2014-07-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-2276-300/+611
|\