aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-07netxen: add vlan LRO supportRajesh Borundia3-10/+107
2011-08-07net/usb: Add IPv6 support to the LG-VL600 LTE USB modem driverMark Kamichoff1-0/+19
2011-08-07qla3xxx: remove an extra semi-colonDan Carpenter1-1/+1
2011-08-07ucc_geth: Add SUPPORTED_MII and SUPPORTED_AutonegJoakim Tjernlund1-4/+6
2011-08-07via-velocity : cleanups.françois romieu1-46/+25
2011-08-07via-velocity : ethtool statistics support.françois romieu1-0/+74
2011-08-07via-velocity : update receive packets statistics.françois romieu1-0/+1
2011-08-03slip: cleanup statistics generationMatvejchikov Ilya2-24/+14
2011-08-03be2net: fix cmd-rx-filter not notifying MCCSathya Perla1-0/+1
2011-08-03bna: Remove Obsolete File bfi_ctreg.hRasesh Mody1-646/+0
2011-08-03bna: Consolidated HW Registers for Supported HWsRasesh Mody4-41/+497
2011-08-03bna: Remove get_regs Ethtool SupportRasesh Mody1-319/+0
2011-08-03be2net: drop pkts that do not belong to the portSathya Perla2-8/+24
2011-08-03be2net: add support for flashing Teranetics PHY firmwareSathya Perla5-44/+91
2011-08-03be2net: use RX_FILTER cmd to program multicast addressesSathya Perla4-114/+41
2011-08-03be2net: non-member vlan pkts not received in promiscous modeSathya Perla2-2/+11
2011-08-03be2net: no need to query link statusSathya Perla5-43/+22
2011-08-03be2net: remove wrong and unnecessary calls to netif_carrier_off()Sathya Perla1-2/+0
2011-08-01net/smsc911x: add device tree probe supportShawn Guo1-11/+74
2011-08-01ipg: Use constJoe Perches1-3/+3
2011-08-01ipg: Use current logging stylesJoe Perches1-96/+95
2011-08-01qlcnic: Added debug infoSritej Velaga2-3/+14
2011-08-01qlcnic: Move get template from probe to start fwSritej Velaga1-7/+15
2011-08-01qlcnic: Fix delay in reset pathSritej Velaga3-1/+8
2011-08-01qlcnic: FW dump related changesAnirban Chakraborty2-5/+18
2011-08-01qlcnic: Fix enviroment variable for udev event generation during FW dumpAnirban Chakraborty1-2/+2
2011-08-01bna: HW Interface Init UpdateRasesh Mody1-11/+17
2011-08-01bna: Remove Unnecessary CNA CheckRasesh Mody1-12/+0
2011-08-01be2net: use stats-sync to read/write 64-bit statsSathya Perla4-51/+93
2011-08-01be2net: cleanup and refactor stats codeSathya Perla5-356/+155
2011-08-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+12
2011-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds3-2/+7
2011-07-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+2
2011-07-29Merge branch 'next/dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-socLinus Torvalds4-49/+135
2011-07-29smc91c92_cs.c: fix bogus compiler warningDominik Brodowski1-1/+1
2011-07-29orinoco_cs: be more careful when matching cards with ID 0x0156:0x0002Pavel Roskin1-1/+4
2011-07-29hostap_cs: support cards with "Version 01.02" as third product IDPavel Roskin1-0/+2
2011-07-29sungem: fix compile failure caused by trivial #include consolidationJiri Kosina1-1/+2
2011-07-28r8169: Add support for D-Link 530T rev C1 (Kernel Bug 38862)Lennart Sorensen1-0/+1
2011-07-28sis190: Rx filter init is needed for MAC address change.Klement Fish1-1/+11
2011-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds20-223/+318
2011-07-27tg3: Remove 5719 jumbo frames and TSO blocksMatt Carlson1-3/+3
2011-07-27tg3: Break larger frags into 4k chunks for 5719Matt Carlson2-6/+47
2011-07-27tg3: Add tx BD budgeting codeMatt Carlson1-20/+29
2011-07-27tg3: Consolidate code that calls tg3_tx_set_bd()Matt Carlson1-37/+42
2011-07-27tg3: Add partial fragment unmapping codeMatt Carlson2-0/+27
2011-07-27tg3: Generalize tg3_skb_error_unmap()Matt Carlson1-32/+16
2011-07-27tg3: Remove short DMA check for 1st fragmentMatt Carlson1-3/+0
2011-07-27tg3: Simplify tx bd assignmentsMatt Carlson1-39/+37
2011-07-27tg3: Reintroduce tg3_tx_ring_infoMatt Carlson2-7/+12