aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2013-01-18net: calxedaxgmac: throw away overrun framesRob Herring1-0/+4
2013-01-17macvlan: fix macvlan_get_size()Eric Dumazet1-1/+4
2013-01-17phy/marvell: remove fiber/copper autoselect on 88e1111Stef van Os1-9/+0
2013-01-173c574_cs: fix operator precedence between << and &Nickolai Zeldovich1-1/+1
2013-01-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville10-77/+44
2013-01-16net: qmi_wwan: add TP-LINK HSUPA Modem MA180Bjørn Mork1-0/+1
2013-01-16usbnet: dm9601: Fix incorrect commandTushar Behera1-16/+6
2013-01-16cxgb4: set coalesce parameters on all queuesThadeu Lima de Souza Cascardo1-3/+14
2013-01-16ixgbe: Fix overwriting of rx_mtrl in ixgbe_ptp_hwtstamp_ioctlJacob Keller1-2/+2
2013-01-16ixgbe: only compile ixgbe_debugfs.o when enabledJacob Keller2-6/+2
2013-01-14tg3: Fix crc errors on jumbo frame receiveNithin Nayak Sujir1-23/+35
2013-01-14tg3: Avoid null pointer dereference in tg3_interrupt in netconsole modeNithin Nayak Sujir1-0/+4
2013-01-14tun: fix LSM/SELinux labeling of tun/tap devicesPaul Moore1-5/+18
2013-01-14ath9k: disable the tasklet before taking the PCU lockFelix Fietkau1-4/+3
2013-01-14ath9k: remove sc->rx.rxbuflock to fix a deadlockFelix Fietkau2-14/+0
2013-01-12be2net: fix unconditionally returning IRQ_HANDLED in INTxSathya Perla2-9/+21
2013-01-11tuntap: fix leaking reference countJason Wang1-3/+9
2013-01-11tuntap: forbid calling TUNSETIFF when detachedJason Wang1-2/+3
2013-01-11tuntap: switch to use rtnl_dereference()Jason Wang1-17/+10
2013-01-11qlge: remove NETIF_F_TSO6 flagAmerigo Wang1-1/+1
2013-01-11brcmsmac: increase timer reference count for new timers onlyPiotr Haber1-3/+4
2013-01-11ath9k: fix rx flush handlingFelix Fietkau3-21/+12
2013-01-11ath9k: add a better fix for the rx tasklet vs rx flush raceFelix Fietkau5-19/+4
2013-01-11ath9k: remove the WARN_ON that triggers if generating a beacon failsFelix Fietkau1-1/+0
2013-01-11ath9k: fix double-free bug on beacon generate failureFelix Fietkau1-0/+1
2013-01-11ath9k: do not link receive buffers during flushFelix Fietkau1-4/+6
2013-01-11ath9k_htc: Fix memory leakSujith Manoharan1-0/+2
2013-01-11mwifiex: correct config_bands handling for ibss networkAmitkumar Karwar1-1/+1
2013-01-11mwifiex: update config_bands during infra associationAmitkumar Karwar2-14/+15
2013-01-10net: ethernet: xilinx: Do not use NO_IRQ in axienetMichal Simek1-1/+1
2013-01-10net: ethernet: xilinx: Do not use axienet on PPCMichal Simek1-1/+1
2013-01-10bnx2x: Allow management traffic after boot from SANBarak Witkowski1-8/+52
2013-01-10bnx2x: Fix fastpath structures when memory allocation failsYuval Mintz1-2/+28
2013-01-10bfin_mac: Restore hardware time-stamping dependency on BF518Lars-Peter Clausen1-0/+1
2013-01-10tun: avoid owner checks on IFF_ATTACH_QUEUEMichael S. Tsirkin1-2/+0
2013-01-10bnx2x: move debugging code before the returnDan Carpenter1-1/+1
2013-01-10tuntap: refuse to re-attach to different tun_structStefan Hajnoczi1-0/+2
2013-01-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville27-39/+6278
2013-01-07xen/netfront: improve truesize trackingIan Campbell1-23/+4
2013-01-07b43: Fix firmware loading when driver is built into the kernelLarry Finger3-16/+48
2013-01-07drivers/net/wireless/iwlegacy: use strlcpy instead of strncpyChen Gang1-1/+1
2013-01-07drivers/net/wireless/mwl8k.c: avoid use-after-freeNickolai Zeldovich1-1/+3
2013-01-07rtlwifi: Fix typo in debug output of rtl8192c and rtl8723aeJulian Wollrath2-2/+2
2013-01-04wireless: add new wil6210 802.11ad 60GHz driverVladimir Kondratiev16-0/+6195
2013-01-04mwifiex: fix typo in setting up ibss network parametersAmitkumar Karwar1-1/+1
2013-01-04mwifiex: check wait_event_interruptible return valueBing Zhao1-11/+10
2013-01-04Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2-7/+18
2013-01-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville13-13/+72
2013-01-04ath9k: Fix Kconfig for ATH9K_HTCVladimir Kondratiev1-1/+1
2013-01-03iwlwifi: fix the reclaimed packet tracking upon flush queueEmmanuel Grumbach1-7/+17