summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-09-2813-63/+252
|\
| * de2104x: fix ethtoolOndrej Zary2010-09-271-2/+5
| * 3c59x: fix regression from patch "Add ethtool WOL support"Jan Beulich2010-09-271-0/+10
| * sgiseeq: use free_netdev(netdev) instead of kfree()Kulikov Vasiliy2010-09-261-1/+1
| * rionet: use free_netdev(netdev) instead of kfree()Kulikov Vasiliy2010-09-261-1/+1
| * ibm_newemac: use free_netdev(netdev) instead of kfree()Kulikov Vasiliy2010-09-261-2/+2
| * smsc911x: Add MODULE_ALIAS()Vincent Stehlé2010-09-261-0/+1
| * de2104x: fix TP link detectionOndrej Zary2010-09-261-2/+21
| * de2104x: fix power managementOndrej Zary2010-09-261-0/+3
| * de2104x: disable autonegotiation on broken hardwareOndrej Zary2010-09-241-2/+10
| * e1000e: 82579 do not gate auto config of PHY by hardware during nominal useBruce Allan2010-09-221-9/+68
| * e1000e: 82579 jumbo frame workaround causing CRC errorsBruce Allan2010-09-222-21/+20
| * e1000e: 82579 unaccounted missed packetsBruce Allan2010-09-222-0/+49
| * e1000e: 82566DC fails to get linkBruce Allan2010-09-221-2/+5
| * e1000e: 82579 SMBus address and LEDs incorrect after device resetBruce Allan2010-09-221-3/+3
| * e1000e: 82577/8/9 issues with device in SxBruce Allan2010-09-221-8/+39
| * atl1: zero out CMB and SBM in atl1_free_ring_resourcesLuca Tettamanti2010-09-221-0/+6
| * atl1: fix resumeLuca Tettamanti2010-09-221-2/+3
| * netxen: dont set skb->truesizeEric Dumazet2010-09-211-3/+0
| * qlcnic: dont set skb->truesizeEric Dumazet2010-09-211-5/+0
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-09-211-0/+5
| |\
| | * iwlwifi: do not perferm force reset while doing scanWey-Yi Guy2010-09-171-0/+5
| * | qlcnic: dont assume NET_IP_ALIGN is 2Eric Dumazet2010-09-171-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-09-199-11/+26
|\ \ \ | |/ /
| * | drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized stack memoryDan Rosenberg2010-09-161-0/+2
| * | drivers/net/eql.c: prevent reading uninitialized stack memoryDan Rosenberg2010-09-161-0/+2
| * | drivers/net/usb/hso.c: prevent reading uninitialized memoryDan Rosenberg2010-09-161-0/+2
| * | r8169: Handle rxfifo errors on 8168 chipsMatthew Garrett2010-09-151-3/+2
| * | 3c59x: Remove atomic context inside vortex_{set|get}_wolDenis Kirjanov2010-09-151-4/+3
| * | phylib: fix PAL state machine restart on resumeSimon Guinot2010-09-141-2/+2
| * | bonding: correctly process non-linear skbsAndy Gospodarek2010-09-142-0/+6
| * | ppp: potential NULL dereference in ppp_mp_explode()Dan Carpenter2010-09-131-2/+7
* | | Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/...Linus Torvalds2010-09-161-56/+83
|\ \ \
| * | | pcmcia pcnet_cs: try setting io_lines to 16 if card setup failsDominik Brodowski2010-09-151-56/+83
| |/ /
* | | Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-09-132-0/+2
|\ \ \ | |/ / |/| |
| * | of: Fix missing includes - ll_temacMichal Simek2010-09-012-0/+2
* | | ipheth: remove incorrect devtype to WWANDan Williams2010-09-091-6/+1
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2010-09-0876-807/+616
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-09-079-9/+12
| |\ \ \ | | |/ / | |/| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-08-287-36/+63
| |\ \ \
| * \ \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-08-281-1/+1
| |\ \ \ \
| | * | | | Input: sysrq - drop tty argument from sysrq ops handlersDmitry Torokhov2010-08-191-1/+1
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-08-2341-186/+1973
| |\ \ \ \ \
| * | | | | | ipheth: add support for iPhone 4Jens Axboe2010-08-231-0/+5
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-08-1710-16/+48
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | pcmcia: xirc2ps_cs bugfixDominik Brodowski2010-08-131-1/+1
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-08-1319-180/+160
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2010-08-124-15/+77
| |\ \ \ \ \ \ \
| | * | | | | | | param: lock if_sdio's lbs_helper_name and lbs_fw_name against sysfs changes.Rusty Russell2010-08-111-2/+30
| | * | | | | | | param: lock myri10ge_fw_name against sysfs changes.Rusty Russell2010-08-111-13/+41
OpenPOWER on IntegriCloud