aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville5-36/+37
2011-08-17forcedeth: call vlan_mode only if hw supports vlansJiri Pirko1-1/+2
2011-08-17via-velocity: remove non-tagged packet filteringJiri Pirko1-4/+0
2011-08-17bonding:reset backup and inactive flag of slavePeter Pan(潘卫平)1-0/+18
2011-08-13gianfar: reduce stack usage in gianfar_ethtool.cWang Shaoyan1-5/+21
2011-08-13gianfar: prevent buggy hw rx vlan taggingJiri Pirko1-2/+7
2011-08-13net: sh_eth: Fix build by forgot including linux/interrupt.hNobuhiro Iwamatsu1-0/+1
2011-08-13drivers/net/can/sja1000/plx_pci.c: eliminate double freeJulia Lawall1-2/+2
2011-08-13usbnet/cdc_ncm: Don't use stack variables for DMAJosh Boyer1-9/+38
2011-08-13vmxnet3: Don't enable vlan filters in promiscuous mode.Jesse Gross1-14/+20
2011-08-13iwlagn: sysfs couldn't find the priv pointerEmmanuel Grumbach1-22/+17
2011-08-13Revert "iwlagn: sysfs couldn't find the priv pointer"Emmanuel Grumbach1-9/+9
2011-08-13e1000e: workaround invalid Tx/Rx tail descriptor register writeBruce Allan3-4/+85
2011-08-13e1000e: workaround for packet drop on 82579 at 100MbpsBruce Allan1-5/+14
2011-08-13e1000e: Spurious interrupts & dropped packets with 82577/8/9 in half-duplexBruce Allan1-8/+33
2011-08-13ixgbe: Fix FCOE memory leak for DDP packetsAlexander Duyck1-1/+3
2011-08-12drivers/net/wireless/wl12xx: add missing kfreeJulia Lawall2-6/+5
2011-08-11Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller9-26/+49
2011-08-11e1000e: increase driver version numberBruce Allan1-1/+1
2011-08-11e1000e: alternate MAC address updateBruce Allan1-2/+2
2011-08-11e1000e: do not disable receiver on 82574/82583Bruce Allan4-5/+12
2011-08-11e1000e: alternate MAC address does not work on device id 0x1060Bruce Allan1-1/+2
2011-08-11rt2x00: fix crash in rt2800usb_get_txwiStanislaw Gruszka1-4/+3
2011-08-11rt2x00: fix order of entry flags modificationStanislaw Gruszka1-10/+7
2011-08-11rt2x00: fix crash in rt2800usb_write_tx_descStanislaw Gruszka1-1/+12
2011-08-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville9-26/+49
2011-08-11PCnet: Fix section mismatchRalf Baechle1-1/+1
2011-08-11bnx2x: disable dcb on 578xx since not supported yetDmitry Kravkov1-1/+1
2011-08-11bnx2x: properly clean indirect addressesDmitry Kravkov2-9/+32
2011-08-11bnx2x: prevent race between undi_unload and load flowsDmitry Kravkov1-0/+8
2011-08-11bnx2x: fix select_queue when FCoE is disabledVladislav Zolotarov1-5/+25
2011-08-11bnx2x: init FCOE FP only onceVladislav Zolotarov1-2/+3
2011-08-11net/irda: sh_sir: tidyup compile warningKuninori Morimoto1-1/+1
2011-08-11net/irda: sh_sir: add missing headerKuninori Morimoto1-0/+2
2011-08-11net/irda: sh_irda: add missing headerKuninori Morimoto1-0/+2
2011-08-11slcan: ldisc generated skbs are received in softirq contextOliver Hartkopp1-1/+1
2011-08-10drivers/net/wireless/wl1251: add missing kfreeJulia Lawall2-6/+2
2011-08-09ath5k: fix error handling in ath5k_beacon_sendBob Copeland1-9/+14
2011-08-09rt2x00: Add rt2870 device id for Dvico usb keyAnthony Bourguignon1-0/+2
2011-08-09ath9k: fix a misprint which leads to incorrect calibrationAlex Hacker1-1/+1
2011-08-09rt2x00: Add new rt73 buffalo USB idIvo van Doorn1-0/+1
2011-08-09rtlwifi: rtl892cu: New USB IDsLarry Finger1-3/+8
2011-08-09ath9k_hw: update PMU to improve ripple issue for AR9485Rajkumar Manoharan1-1/+1
2011-08-09ath9k_hw: Fix incorrect Tx control power in AR9003 templateRajkumar Manoharan1-3/+3
2011-08-09b43: read correct register on bcma bus.Hauke Mehrtens1-3/+17
2011-08-07dp83640: increase receive time stamp buffer sizeRichard Cochran1-3/+2
2011-08-07gianfar: fix fiper alignment after resetting the timeRichard Cochran1-7/+2
2011-08-07rtl8150: rtl8150_disconnect(...) does not need tasklet_disable(...)huajun li1-1/+0
2011-08-07slip: fix NOHZ local_softirq_pending 08 warningMatvejchikov Ilya1-1/+1
2011-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds50-238/+430