aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-30MIPS: Alchemy: remove au_read/write/syncManuel Lauss1-12/+19
2014-07-30MIPS: Alchemy: move ethernet registers to ethernet driverManuel Lauss1-0/+118
2014-07-29net: mvpp2: implement ioctl() operation for PHY ioctlsThomas Petazzoni1-0/+16
2014-07-29net: mvpp2: fix 10 Mbit/s usageThomas Petazzoni1-1/+1
2014-07-29sfc: Use __iowrite64_copy instead of a slightly different local functionBen Hutchings1-17/+7
2014-07-29vxge: remove deprecated syststamp timestampWillem de Bruijn1-1/+0
2014-07-29octeon: remove deprecated syststamp timestampWillem de Bruijn1-24/+1
2014-07-28sunvnet: only use connected ports when sendingDavid L Stevens1-5/+17
2014-07-25e1000e: Fix Runtime PM blocks EEE link negotiation in S5David Ertman1-0/+26
2014-07-25e1000e: Fix EEE in S5 w/ Runtime PM enabledDavid Ertman1-1/+6
2014-07-25e1000e: Add support for EEE in Sx statesDavid Ertman2-2/+20
2014-07-25e1000e: Add code to check return values on NVM accessesDavid Ertman3-8/+23
2014-07-25e1000e: Fix CRC errors with jumbo trafficDavid Ertman2-1/+2
2014-07-25ixgbe: Make return values more directMark Rustad11-1010/+742
2014-07-25ixgbevf: Remove unused get_supported_physical_layer pointerMark Rustad1-1/+0
2014-07-25ixgbe: Delete a bunch of dead codeMark Rustad4-275/+0
2014-07-25ixgbe: Fix ixgbe_write_mbx error resultMark Rustad1-6/+5
2014-07-25ixgbe: Correct X540 semaphore errorMark Rustad1-18/+16
2014-07-25ixgbe: Fix spurious release of semaphore in EEPROM accessMark Rustad1-70/+53
2014-07-25ixgbe: Convert some udelays to usleep_rangeMark Rustad2-5/+5
2014-07-24bnx2x: fix crash during TSO tunnelingDmitry Kravkov2-0/+10
2014-07-24net/macb: enable scatter-gather feature and set DMA burst length for sama5d4 gemCyrille Pitchen1-0/+6
2014-07-24net/macb: add RX checksum offload featureCyrille Pitchen2-4/+51
2014-07-24net/macb: add TX checksum offload featureCyrille Pitchen1-0/+29
2014-07-24net/macb: add scatter-gather hw featureCyrille Pitchen2-52/+240
2014-07-24net/macb: configure for FIFO mode and non-gigabitNicolas Ferre2-20/+74
2014-07-24drivers: net: cpsw: cleanup: remove unused functionMugunthan V N1-11/+0
2014-07-24net/mlx4_en: mlx4_en_[gs]et_priv_flags() can be staticFengguang Wu1-2/+2
2014-07-24bfin_mac: convert bfin Ethernet driver to NAPI frameworkSonic Zhang3-32/+53
2014-07-24cxgb4: Fixed incorrect check for memory operation in t4_memory_rwHariprasad Shenai1-1/+1
2014-07-24fec: Simplify the PM related hooksFabio Estevam1-6/+2
2014-07-24bnx2x: fix set_setting for some PHYsYaniv Rosner1-0/+1
2014-07-24i40e: always print aqtx answerShannon Nelson2-10/+6
2014-07-24i40e: Give link more time after setting flow controlCatherine Sullivan1-3/+7
2014-07-24i40e: Fix firmware API version errorsCatherine Sullivan1-13/+7
2014-07-24i40e/i40evf: ARQ copy desc data even for failed commandsKamil Krawczyk2-14/+14
2014-07-24i40evf: don't wait so longMitch Williams1-2/+2
2014-07-24i40e/i40evf: fix extension header csum logicJesse Brandeburg2-4/+0
2014-07-24i40e/i40evf: Add nvmupdate supportShannon Nelson10-16/+866
2014-07-24i40e: fix format mismatch in drivers/net/ethernet/intel/i40e/i40e_debugfs.cToralf Förster1-2/+2
2014-07-24igb: bump igb version to 5.2.13Todd Fujinaka1-2/+2
2014-07-24igb: Add message when malformed packets detected by hwCarolyn Wyborny2-0/+26
2014-07-24ixgbe: don't check minimum link when direct assigned to virtual machineJacob Keller1-4/+19
2014-07-24ixgbe: fix use of list_for_each in ixgbe_enumerate_functionsJacob Keller1-10/+7
2014-07-24ixgbe: Change some uses of strncpy to strlcpyMark Rustad1-3/+3
2014-07-24ixgbe: Fix possible null-dereference in error pathMark Rustad1-1/+1
2014-07-23net: bcmgenet: use kcalloc instead of kzallocFlorian Fainelli2-4/+4
2014-07-23net: bcmgenet: add missing braces to some if statementsFlorian Fainelli1-4/+5
2014-07-23net: bcmgenet: add and remove missing blank linesFlorian Fainelli1-3/+1
2014-07-23net: bcmgenet: re-align multiple lines correctlyFlorian Fainelli3-147/+142