aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-12ixgbe: Simplify logic for ethtool loopback frame creation and testingAlexander Duyck1-31/+32
2012-03-12ixgbe: Add iterator for cycling through rings on a q_vectorAlexander Duyck2-8/+12
2012-03-12ixgbe: Allocate rings as part of the q_vectorAlexander Duyck3-257/+244
2012-03-12ixgbe: Drop unnecessary napi_schedule_prep and spare blank line from ixgbe_intrAlexander Duyck1-5/+2
2012-03-12ixgbe: Default to queue pairs when number of queues is less than CPUsAlexander Duyck2-8/+8
2012-03-12ixgbe: Correct Adaptive Interrupt Moderation so that it will change valuesAlexander Duyck1-2/+2
2012-03-12ixgbe: Address issues with Tx WHTRESH value not being set correctlyAlexander Duyck1-2/+5
2012-03-12ixgbe: Reorder adapter contents for better cache utilizationAlexander Duyck1-46/+48
2012-03-12ixgbe: Do no clear Tx status bits since eop_desc provides enough infoAlexander Duyck1-4/+3
2012-03-12net: Fix issue with netdev_tx_reset_queue not resetting queue from XOFF stateAlexander Duyck1-1/+2
2012-03-12ixgbe: add support for byte queue limitsAlexander Duyck2-0/+12
2012-03-12ixgbe: remove tie between NAPI work limits and interrupt moderationJeff Kirsher1-6/+0
2012-03-12igb: fix ethtool offline testJeff Kirsher1-0/+7
2012-03-12bnx2x: code doesn't use stats for allocating Rx BDsDmitry Kravkov1-8/+9
2012-03-12bnx2x: ethtool returns req. AN even when AN failsYuval Mintz1-1/+1
2012-03-12bnx2x: ethtool now returns unknown speed/duplexYuval Mintz1-11/+18
2012-03-12bnx2x: mark functions as loaded on shared memoryYuval Mintz1-0/+17
2012-03-12bnx2x: use param's id instead of sp_obj's idYuval Mintz3-1/+5
2012-03-12bnx2x: set_one_mac_e1x uses raw's state as inputYuval Mintz1-1/+1
2012-03-12bnx2x: removed unused function bnx2x_queue_set_cos_cidYuval Mintz1-7/+0
2012-03-12bnx2x: move LLH_CAM to header, apply naming conventionsYuval Mintz2-9/+11
2012-03-12lpc32xx: Added ethernet driverstigge@antcom.de5-0/+1615
2012-03-11r8169: enable transmit time stamping.Richard Cochran1-0/+2
2012-03-11Merge branch 'davem-next.r8169' of git://violet.fr.zoreil.com/romieu/linuxDavid S. Miller1-500/+476
2012-03-10r8169: stop using net_device.{base_addr, irq}.Francois Romieu1-7/+5
2012-03-10r8169: move rtl_cfg_info closer to its caller.Francois Romieu1-61/+57
2012-03-10r8169: move the netpoll handler after the irq handler.Francois Romieu1-11/+9
2012-03-10r8169: move rtl8169_open after rtl_task it depends on.Francois Romieu1-87/+81
2012-03-10r8169: move rtl_set_rx_mode before its rtl_hw_start callers.Francois Romieu1-51/+50
2012-03-10r8169: move net_device_ops beyond the methods it references.Francois Romieu1-29/+20
2012-03-10r8169: move the driver probe method to the end of the driver file.Francois Romieu1-246/+246
2012-03-10r8169: move the driver removal method to the end of the driver file.Francois Romieu1-29/+29
2012-03-09net: powerpc: remove the legacy iSeries ethernet driverStephen Rothwell3-1713/+0
2012-03-09Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-nextDavid S. Miller11-103/+222
2012-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-12/+17
2012-03-09net/pch_gbe: supports eg20t ptp clockTakahiroi Shimizu3-3/+240
2012-03-08enic: Fix addr valid check in enic_set_vf_macRoopa Prabhu2-2/+2
2012-03-08mlx4_core: fix bug in modify_cq wrapper for resize flow.Jack Morgenstein1-2/+1
2012-03-08atl1c: set ATL1C_WORK_EVENT_RESET bit correctlyDan Carpenter1-1/+1
2012-03-08ehea: restore multicast and rx_errors fieldsEric Dumazet1-1/+3
2012-03-06powerpc/44x: Add more changes for APM821XX EMAC driverDuc Dang3-3/+41
2012-03-06cxgb4vf: Add support for Chelsio's T480-CR and T440-LP-CR adaptersVipul Pandya1-0/+2
2012-03-06cxgb4: Add support for Chelsio's T480-CR and T440-LP-CR adaptersVipul Pandya1-0/+2
2012-03-06net/mlx4: defining functions as staticYevgeny Petrilin1-4/+2
2012-03-06net/mlx4: remove unused functionsYevgeny Petrilin2-85/+0
2012-03-06net/mlx4: fixing sparse warnings for not declared, functionsYevgeny Petrilin1-4/+0
2012-03-06net/mlx4: fixing sparse warnings when copying mac, address to gid entryYevgeny Petrilin1-4/+6
2012-03-06net/mlx4: fix sparse warnings on wrong type for RSS keysYevgeny Petrilin1-1/+1
2012-03-06net/mlx4: fix sparse warnings on TX blue flame bufferOr Gerlitz1-1/+1
2012-03-06net/mlx4: fix sparse warnings on TX control flags, endianessOr Gerlitz1-1/+1