summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2013-01-23tuntap: limit the number of flow cachesJason Wang1-1/+6
2013-01-23tuntap: reduce memory using of queuesJason Wang1-7/+8
2013-01-23net: cdc_mbim: send ZLP only for the specific buggy deviceBjørn Mork1-0/+19
2013-01-22mwifiex: fix typo in PCIe adapter NULL checkAvinash Patil1-1/+1
2013-01-22ath9k: allow setting arbitrary antenna masks on AR9003+Felix Fietkau1-0/+3
2013-01-22ath9k_hw: fix chain swap setting when setting rx chainmask to 5Felix Fietkau1-19/+6
2013-01-22ath9k_hw: fix calibration issues on chainmask that don't include chain 0Felix Fietkau3-1/+4
2013-01-22rtlwifi: Fix build warning introduced by commit a290593Larry Finger1-2/+2
2013-01-22iwlegacy: fix IBSS cleanupStanislaw Gruszka1-21/+14
2013-01-22Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville1-0/+2
2013-01-22netxen: fix off by one bug in netxen_release_tx_buffer()Eric Dumazet2-1/+3
2013-01-21cdc_ncm: add support FLAG_NOARP for Infineon modem platformWei Shuai1-0/+21
2013-01-21usbnet: add new flag FLAG_NOARP for usb net devicesWei Shuai1-0/+4
2013-01-21net: cdc_ncm: fix error path for single interface probingBjørn Mork1-1/+2
2013-01-21net: cdc_mbim: send ZLP after max sized NTBsBjørn Mork1-1/+1
2013-01-21net: cdc_ncm: workaround for missing CDC UnionBjørn Mork1-0/+27
2013-01-19net/hyperv: fix wrong length of mac addressJianjun Kong2-2/+2
2013-01-19net: qmi_wwan: add ONDA MT8205 4G LTEBjørn Mork1-0/+1
2013-01-18net/mlx4_core: Set number of msix vectors under SRIOV mode to firmware defaultsOr Gerlitz1-9/+2
2013-01-18net/mlx4_en: Fix bridged vSwitch configuration for non SRIOV modeYan Burman1-4/+9
2013-01-18net: calxedaxgmac: throw away overrun framesRob Herring1-0/+4
2013-01-18macvlan: fix macvlan_get_size()Eric Dumazet1-1/+4
2013-01-18phy/marvell: remove fiber/copper autoselect on 88e1111Stef van Os1-9/+0
2013-01-183c574_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-17net: qmi_wwan: add TP-LINK HSUPA Modem MA180Bjørn Mork1-0/+1
2013-01-17usbnet: dm9601: Fix incorrect commandTushar Behera1-16/+6
2013-01-17cxgb4: set coalesce parameters on all queuesThadeu Lima de Souza Cascardo1-3/+14
2013-01-16iwlwifi: audit single frames from AGG queue in RSEmmanuel Grumbach1-0/+2
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-15tg3: Fix crc errors on jumbo frame receiveNithin Nayak Sujir1-23/+35
2013-01-15tg3: Avoid null pointer dereference in tg3_interrupt in netconsole modeNithin Nayak Sujir1-0/+4
2013-01-15tun: fix LSM/SELinux labeling of tun/tap devicesPaul Moore1-5/+18
2013-01-15ath9k: disable the tasklet before taking the PCU lockFelix Fietkau1-4/+3
2013-01-15ath9k: remove sc->rx.rxbuflock to fix a deadlockFelix Fietkau2-14/+0
2013-01-13be2net: fix unconditionally returning IRQ_HANDLED in INTxSathya Perla2-9/+21
2013-01-12tuntap: fix leaking reference countJason Wang1-3/+9
2013-01-12tuntap: forbid calling TUNSETIFF when detachedJason Wang1-2/+3
2013-01-12tuntap: switch to use rtnl_dereference()Jason Wang1-17/+10
2013-01-12qlge: 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