summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2010-09-27sgiseeq: use free_netdev(netdev) instead of kfree()Kulikov Vasiliy1-1/+1
2010-09-27rionet: use free_netdev(netdev) instead of kfree()Kulikov Vasiliy1-1/+1
2010-09-27ibm_newemac: use free_netdev(netdev) instead of kfree()Kulikov Vasiliy1-2/+2
2010-09-27smsc911x: Add MODULE_ALIAS()Vincent Stehlé1-0/+1
2010-09-27de2104x: fix TP link detectionOndrej Zary1-2/+21
2010-09-27de2104x: fix power managementOndrej Zary1-0/+3
2010-09-25de2104x: disable autonegotiation on broken hardwareOndrej Zary1-2/+10
2010-09-23e1000e: 82579 do not gate auto config of PHY by hardware during nominal useBruce Allan1-9/+68
2010-09-23e1000e: 82579 jumbo frame workaround causing CRC errorsBruce Allan2-21/+20
2010-09-23e1000e: 82579 unaccounted missed packetsBruce Allan2-0/+49
2010-09-23e1000e: 82566DC fails to get linkBruce Allan1-2/+5
2010-09-23e1000e: 82579 SMBus address and LEDs incorrect after device resetBruce Allan1-3/+3
2010-09-23e1000e: 82577/8/9 issues with device in SxBruce Allan1-8/+39
2010-09-23atl1: zero out CMB and SBM in atl1_free_ring_resourcesLuca Tettamanti1-0/+6
2010-09-23atl1: fix resumeLuca Tettamanti1-2/+3
2010-09-22netxen: dont set skb->truesizeEric Dumazet1-3/+0
2010-09-22qlcnic: dont set skb->truesizeEric Dumazet1-5/+0
2010-09-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-0/+5
2010-09-18qlcnic: dont assume NET_IP_ALIGN is 2Eric Dumazet1-1/+1
2010-09-18iwlwifi: do not perferm force reset while doing scanWey-Yi Guy1-0/+5
2010-09-17drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized stack memoryDan Rosenberg1-0/+2
2010-09-17drivers/net/eql.c: prevent reading uninitialized stack memoryDan Rosenberg1-0/+2
2010-09-17drivers/net/usb/hso.c: prevent reading uninitialized memoryDan Rosenberg1-0/+2
2010-09-16r8169: Handle rxfifo errors on 8168 chipsMatthew Garrett1-3/+2
2010-09-163c59x: Remove atomic context inside vortex_{set|get}_wolDenis Kirjanov1-4/+3
2010-09-15phylib: fix PAL state machine restart on resumeSimon Guinot1-2/+2
2010-09-15bonding: correctly process non-linear skbsAndy Gospodarek2-0/+6
2010-09-13ppp: potential NULL dereference in ppp_mp_explode()Dan Carpenter1-2/+7
2010-09-10ipheth: remove incorrect devtype to WWANDan Williams1-6/+1
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller76-807/+616
2010-09-09KS8851: Correct RX packet allocationEric Dumazet1-18/+21
2010-09-09niu: Fix kernel buffer overflow for ETHTOOL_GRXCLSRLALLBen Hutchings1-10/+6
2010-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds9-9/+12
2010-09-08via-velocity: Turn scatter-gather support back off.David S. Miller1-1/+1
2010-09-08PATCH: b44 Handle RX FIFO overflow better (simplified)Mark Lord1-0/+9
2010-09-083c59x: Fix deadlock in vortex_error()Ben Hutchings1-3/+7
2010-09-08bonding: Fix jiffies overflow problems (again)Jiri Bohac1-17/+39
2010-09-08stmmac: fix sleep inside atomicGiuseppe Cavallaro1-5/+4
2010-09-03be2net: remove a BUG_ON in be_cmds.cAjit Khaparde1-4/+2
2010-09-03be2net: fix a bug in UE detection logicAjit Khaparde3-26/+10
2010-09-03be2net: fix net-snmp error because of wrong packet statsAjit Khaparde4-6/+18
2010-09-02Revert "sky2: don't do GRO on second port"David S. Miller1-11/+8
2010-09-023c59x: Remove incorrect locking; correct documented lock hierarchyBen Hutchings1-4/+1
2010-09-02sky2: don't do GRO on second portstephen hemminger1-8/+11
2010-09-02pxa168_eth: fix a mdiobus leakDenis Kirjanov1-0/+2
2010-09-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller6-5/+8
2010-08-31ath9k_hw: fix parsing of HT40 5 GHz CTLsLuis R. Rodriguez2-2/+1
2010-08-31ath9k_hw: Fix EEPROM uncompress block reading on AR9003Luis R. Rodriguez1-1/+1
2010-08-31p54: fix tx feedback status flag checkChristian Lamparter1-1/+1
2010-08-31ath5k: check return value of ieee80211_get_tx_rateJohn W. Linville1-0/+4