summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2012-03-13bnx2x: use param's id instead of sp_obj's idYuval Mintz3-1/+5
2012-03-13bnx2x: set_one_mac_e1x uses raw's state as inputYuval Mintz1-1/+1
2012-03-13bnx2x: removed unused function bnx2x_queue_set_cos_cidYuval Mintz1-7/+0
2012-03-13bnx2x: move LLH_CAM to header, apply naming conventionsYuval Mintz2-9/+11
2012-03-13lpc32xx: Added ethernet driverstigge@antcom.de5-0/+1615
2012-03-12r8169: enable transmit time stamping.Richard Cochran1-0/+2
2012-03-12Merge branch 'davem-next.r8169' of git://violet.fr.zoreil.com/romieu/linuxDavid S. Miller1-500/+476
2012-03-11r8169: stop using net_device.{base_addr, irq}.Francois Romieu1-7/+5
2012-03-11r8169: move rtl_cfg_info closer to its caller.Francois Romieu1-61/+57
2012-03-11r8169: move the netpoll handler after the irq handler.Francois Romieu1-11/+9
2012-03-11r8169: move rtl8169_open after rtl_task it depends on.Francois Romieu1-87/+81
2012-03-11r8169: move rtl_set_rx_mode before its rtl_hw_start callers.Francois Romieu1-51/+50
2012-03-11r8169: move net_device_ops beyond the methods it references.Francois Romieu1-29/+20
2012-03-11r8169: move the driver probe method to the end of the driver file.Francois Romieu1-246/+246
2012-03-11r8169: move the driver removal method to the end of the driver file.Francois Romieu1-29/+29
2012-03-10net: powerpc: remove the legacy iSeries ethernet driverStephen Rothwell3-1713/+0
2012-03-10Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller11-103/+222
2012-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-12/+17
2012-03-10net/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-07powerpc/44x: Add more changes for APM821XX EMAC driverDuc Dang3-3/+41
2012-03-07cxgb4vf: Add support for Chelsio's T480-CR and T440-LP-CR adaptersVipul Pandya1-0/+2
2012-03-07cxgb4: Add support for Chelsio's T480-CR and T440-LP-CR adaptersVipul Pandya1-0/+2
2012-03-07net/mlx4: defining functions as staticYevgeny Petrilin1-4/+2
2012-03-07net/mlx4: remove unused functionsYevgeny Petrilin2-85/+0
2012-03-07net/mlx4: fixing sparse warnings for not declared, functionsYevgeny Petrilin1-4/+0
2012-03-07net/mlx4: fixing sparse warnings when copying mac, address to gid entryYevgeny Petrilin1-4/+6
2012-03-07net/mlx4: fix sparse warnings on wrong type for RSS keysYevgeny Petrilin1-1/+1
2012-03-07net/mlx4: fix sparse warnings on TX blue flame bufferOr Gerlitz1-1/+1
2012-03-07net/mlx4: fix sparse warnings on TX control flags, endianessOr Gerlitz1-1/+1
2012-03-07net/mlx4_en: Saving mem access on data pathYevgeny Petrilin4-16/+13
2012-03-07qla3xxx: ethernet: Silence static checker warning.Santosh Nayak1-1/+1
2012-03-06mlx4_core: remove buggy sched_queue maskingYevgeny Petrilin1-5/+0
2012-03-06r8169: runtime resume before shutdown.françois romieu1-0/+5
2012-03-06sfc: Log the part number on probeBen Hutchings3-17/+53
2012-03-06sfc: Remove efx_channel::last_eventq_read_ptrBen Hutchings1-2/+0
2012-03-06sfc: Run event/IRQ self-test asynchronously when interface is brought upBen Hutchings7-7/+51
2012-03-06sfc: Encapsulate access to efx_{channel,nic}::last_irq_cpu in self-testBen Hutchings3-14/+21
2012-03-06sfc: Test all event queues in parallelBen Hutchings1-49/+65
2012-03-06sfc: Raise self-test timeoutsBen Hutchings1-19/+46
2012-03-06sfc: Remove TX completions from adaptive IRQ scoringBen Hutchings2-3/+2
2012-03-06sfc: Update comments on efx_rx_packet_gro()Ben Hutchings1-5/+2
2012-03-06sfc: Remove redundant function efx_nic_has_mc()Ben Hutchings2-6/+1
2012-03-06sfc: Fix calculation of vf_i in map_vi_index()Robert Stonehouse1-1/+1
2012-03-06tg3: Fix to use multi queue BQL interfacesTom Herbert1-3/+3
2012-03-068139too: Add 64bit statisticsJunchang Wang1-8/+38
2012-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-3/+11