summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | wanxl: fix info leak in ioctlSalva Peiró2013-10-181-0/+1
| * | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-10-174-4/+14
| |\ \ \ \
| | * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-10-154-4/+14
| | |\ \ \ \
| | | * | | | mwifiex: inform cfg80211 about disconnect for P2P client interfaceAvinash Patil2013-10-141-1/+2
| | | * | | | mwifiex: inform cfg80211 about disconnect if device is removedAvinash Patil2013-10-141-2/+8
| | | * | | | wireless: cw1200: acquire hwbus lock around cw1200_irq_handler() call.Solomon Peachy2013-10-101-0/+2
| | | * | | | rtlwifi: rtl8192cu: Fix error in pointer arithmeticMark Cave-Ayland2013-10-101-1/+2
| * | | | | | net: qmi_wwan: Olivetti Olicard 200 supportEnrico Mioso2013-10-171-0/+1
| * | | | | | virtio-net: refill only when device is up during setting queuesJason Wang2013-10-171-1/+5
| * | | | | | virtio-net: don't respond to cpu hotplug notifier if we're not readyJason Wang2013-10-171-0/+8
| * | | | | | yam: remove a no-op in yam_ioctl()Dan Carpenter2013-10-171-1/+0
| * | | | | | net/ethernet: cpsw: Bugfix interrupts before enabling napiMarkus Pargmann2013-10-171-1/+1
| * | | | | | bnx2x: record rx queue for LRO packetsEric Dumazet2013-10-171-0/+1
| * | | | | | usbnet: fix error return code in usbnet_probe()Wei Yongjun2013-10-171-1/+3
| * | | | | | dm9000: report the correct LPANikita Kiryanov2013-10-171-4/+9
| * | | | | | dm9000: Implement full reset of DM9000 network deviceMichael Abbott2013-10-171-12/+21
| * | | | | | dm9000: take phy out of reset during initNikita Kiryanov2013-10-171-0/+1
| * | | | | | dm9000: during init reset phy only for dm9000bNikita Kiryanov2013-10-171-2/+7
| |/ / / / /
| * | | | | net: smc91x: dont't use SMC_outw for fixing up halfword-aligned dataWill Deacon2013-10-111-4/+2
| * | | | | farsync: fix info leak in ioctlSalva Peiró2013-10-111-0/+1
| * | | | | net: sh_eth: Correct fix for RX packet errors on R8A7740Simon Horman2013-10-111-4/+4
| * | | | | can: at91-can: fix device to driver data mapping for platform devicesMarc Kleine-Budde2013-10-091-2/+2
| * | | | | can: flexcan: fix mx28 detection by rearanging OF match tableMarc Kleine-Budde2013-10-091-2/+2
| * | | | | can: flexcan: flexcan_chip_start: fix regression, mark one MB for TX and abor...Marc Kleine-Budde2013-10-091-2/+8
| * | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-10-099-20/+85
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-10-099-20/+85
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | iwlwifi: pcie: fix merge damageJohannes Berg2013-10-071-4/+4
| | | * | | | ath9k: fix tx queue scheduling after channel changesFelix Fietkau2013-10-071-12/+11
| | | * | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2013-10-077-4/+70
| | | |\ \ \ \
| | | | * | | | iwlwifi: mvm: call ieee80211_scan_completed when neededEmmanuel Grumbach2013-10-021-1/+11
| | | | * | | | iwlwifi: pcie: add SKUs for 6000, 6005 and 6235 seriesEmmanuel Grumbach2013-10-023-0/+17
| | | | * | | | iwlwifi: don't WARN on host commands sent when firmware is deadEmmanuel Grumbach2013-10-021-2/+4
| | | | * | | | iwlwifi: pcie: add new SKUs for 7000 & 3160 NIC seriesMatti Gottlieb2013-10-021-0/+32
| | | | * | | | iwlwifi: pcie: don't reset the TX queue counterEmmanuel Grumbach2013-10-021-0/+2
| | | | * | | | iwlwifi: mvm: Disable uAPSD for D3 imageAlexander Bondar2013-10-021-1/+4
| | | | | |/ / | | | | |/| |
| * | | | | | gianfar: Enable eTSEC-20 erratum w/a for P2020 Rev1Claudiu Manoil2013-10-091-0/+3
| * | | | | | gianfar: Use mpc85xx support for errata detectionClaudiu Manoil2013-10-091-8/+25
| * | | | | | gianfar: Enable eTSEC-A002 erratum w/a for all partsClaudiu Manoil2013-10-091-6/+4
| |/ / / / /
| * | | | | Merge branch 'sfc-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfcDavid S. Miller2013-10-085-31/+151
| |\ \ \ \ \
| | * | | | | sfc: Only bind to EF10 functions with the LinkCtrl and Trusted flagsBen Hutchings2013-10-071-1/+17
| | * | | | | sfc: Add PM and RXDP drop counters to ethtool statsEdward Cree2013-10-042-0/+47
| | * | | | | sfc: Add definitions for new stats counters and capability flagMatthew Slattery2013-10-041-2/+54
| | * | | | | sfc: Refactor EF10 stat mask code to allow for more conditional statsEdward Cree2013-10-041-21/+28
| | * | | | | sfc: Fix internal indices of ethtool stats for EF10Edward Cree2013-10-041-6/+3
| | * | | | | sfc: Add rmb() between reading stats and generation count to ensure consistencyJon Cooper2013-10-041-0/+1
| * | | | | | qlcnic: add missing destroy_workqueue() on error path in qlcnic_probe()Wei Yongjun2013-10-081-1/+4
| * | | | | | moxa: fix the error handling in moxart_mac_probe()Wei Yongjun2013-10-081-6/+16
| * | | | | | xen-netback: transition to CLOSED when removing a VIFDavid Vrabel2013-10-081-0/+4
| * | | | | | net/mlx4_en: Fix pages never dma unmapped on rxAmir Vadai2013-10-081-2/+3
| * | | | | | net/mlx4_en: Rename name of mlx4_en_rx_alloc membersAmir Vadai2013-10-082-19/+25
OpenPOWER on IntegriCloud