| Commit message (Expand) | Author | Age | Files | Lines |
* | dm9601: support dm9620 variant | Peter Korsgaard | 2013-01-28 | 1 | -1/+29 |
* | net: phy: icplus: fix broken INTR pin settings | Giuseppe CAVALLARO | 2013-01-28 | 1 | -5/+5 |
* | net: phy: icplus: Use the RGMII interface mode to configure clock delays | Stuart Menefy | 2013-01-28 | 1 | -5/+16 |
* | r8169: fix vlan tag read ordering. | françois romieu | 2013-01-27 | 1 | -8/+6 |
* | net: cdc_ncm: use IAD provided by the USB core | Bjørn Mork | 2013-01-27 | 1 | -24/+4 |
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 2013-01-27 | 8 | -44/+32 |
|\ |
|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2013-01-23 | 8 | -44/+32 |
| |\ |
|
| | * | mwifiex: fix typo in PCIe adapter NULL check | Avinash Patil | 2013-01-22 | 1 | -1/+1 |
| | * | ath9k: allow setting arbitrary antenna masks on AR9003+ | Felix Fietkau | 2013-01-22 | 1 | -0/+3 |
| | * | ath9k_hw: fix chain swap setting when setting rx chainmask to 5 | Felix Fietkau | 2013-01-22 | 1 | -19/+6 |
| | * | ath9k_hw: fix calibration issues on chainmask that don't include chain 0 | Felix Fietkau | 2013-01-22 | 3 | -1/+4 |
| | * | rtlwifi: Fix build warning introduced by commit a290593 | Larry Finger | 2013-01-22 | 1 | -2/+2 |
| | * | iwlegacy: fix IBSS cleanup | Stanislaw Gruszka | 2013-01-22 | 1 | -21/+14 |
| | * | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw... | John W. Linville | 2013-01-22 | 1 | -0/+2 |
| | |\ |
|
| | | * | iwlwifi: audit single frames from AGG queue in RS | Emmanuel Grumbach | 2013-01-16 | 1 | -0/+2 |
* | | | | net: loopback: fix a dst refcounting issue | Eric Dumazet | 2013-01-27 | 1 | -0/+5 |
* | | | | virtio-net: reset virtqueue affinity when doing cpu hotplug | Wanlong Gao | 2013-01-27 | 1 | -0/+33 |
* | | | | virtio-net: split out clean affinity function | Wanlong Gao | 2013-01-27 | 1 | -36/+40 |
* | | | | virtio-net: fix the set affinity bug when CPU IDs are not consecutive | Wanlong Gao | 2013-01-27 | 1 | -13/+54 |
* | | | | can: pch_can: fix invalid error codes | Olivier Sobrie | 2013-01-26 | 1 | -1/+1 |
* | | | | can: ti_hecc: fix invalid error codes | Olivier Sobrie | 2013-01-26 | 1 | -2/+2 |
* | | | | can: c_can: fix invalid error codes | Olivier Sobrie | 2013-01-26 | 1 | -2/+2 |
|/ / / |
|
* | | | r8169: remove the obsolete and incorrect AMD workaround | Timo Teräs | 2013-01-23 | 1 | -7/+0 |
* | | | tuntap: limit the number of flow caches | Jason Wang | 2013-01-23 | 1 | -1/+6 |
* | | | tuntap: reduce memory using of queues | Jason Wang | 2013-01-23 | 1 | -7/+8 |
* | | | net: cdc_mbim: send ZLP only for the specific buggy device | Bjørn Mork | 2013-01-23 | 1 | -0/+19 |
* | | | netxen: fix off by one bug in netxen_release_tx_buffer() | Eric Dumazet | 2013-01-22 | 2 | -1/+3 |
* | | | cdc_ncm: add support FLAG_NOARP for Infineon modem platform | Wei Shuai | 2013-01-21 | 1 | -0/+21 |
* | | | usbnet: add new flag FLAG_NOARP for usb net devices | Wei Shuai | 2013-01-21 | 1 | -0/+4 |
* | | | net: cdc_ncm: fix error path for single interface probing | Bjørn Mork | 2013-01-21 | 1 | -1/+2 |
* | | | net: cdc_mbim: send ZLP after max sized NTBs | Bjørn Mork | 2013-01-21 | 1 | -1/+1 |
* | | | net: cdc_ncm: workaround for missing CDC Union | Bjørn Mork | 2013-01-21 | 1 | -0/+27 |
* | | | net/hyperv: fix wrong length of mac address | Jianjun Kong | 2013-01-19 | 2 | -2/+2 |
* | | | net: qmi_wwan: add ONDA MT8205 4G LTE | Bjørn Mork | 2013-01-19 | 1 | -0/+1 |
* | | | net/mlx4_core: Set number of msix vectors under SRIOV mode to firmware defaults | Or Gerlitz | 2013-01-18 | 1 | -9/+2 |
* | | | net/mlx4_en: Fix bridged vSwitch configuration for non SRIOV mode | Yan Burman | 2013-01-18 | 1 | -4/+9 |
* | | | net: calxedaxgmac: throw away overrun frames | Rob Herring | 2013-01-18 | 1 | -0/+4 |
* | | | macvlan: fix macvlan_get_size() | Eric Dumazet | 2013-01-17 | 1 | -1/+4 |
* | | | phy/marvell: remove fiber/copper autoselect on 88e1111 | Stef van Os | 2013-01-17 | 1 | -9/+0 |
* | | | 3c574_cs: fix operator precedence between << and & | Nickolai Zeldovich | 2013-01-17 | 1 | -1/+1 |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2013-01-17 | 10 | -77/+44 |
|\ \ \
| |/ / |
|
| * | | ath9k: disable the tasklet before taking the PCU lock | Felix Fietkau | 2013-01-14 | 1 | -4/+3 |
| * | | ath9k: remove sc->rx.rxbuflock to fix a deadlock | Felix Fietkau | 2013-01-14 | 2 | -14/+0 |
| * | | brcmsmac: increase timer reference count for new timers only | Piotr Haber | 2013-01-11 | 1 | -3/+4 |
| * | | ath9k: fix rx flush handling | Felix Fietkau | 2013-01-11 | 3 | -21/+12 |
| * | | ath9k: add a better fix for the rx tasklet vs rx flush race | Felix Fietkau | 2013-01-11 | 5 | -19/+4 |
| * | | ath9k: remove the WARN_ON that triggers if generating a beacon fails | Felix Fietkau | 2013-01-11 | 1 | -1/+0 |
| * | | ath9k: fix double-free bug on beacon generate failure | Felix Fietkau | 2013-01-11 | 1 | -0/+1 |
| * | | ath9k: do not link receive buffers during flush | Felix Fietkau | 2013-01-11 | 1 | -4/+6 |
| * | | ath9k_htc: Fix memory leak | Sujith Manoharan | 2013-01-11 | 1 | -0/+2 |