summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-09-0724-53/+260
|\ \ \ | | |/ | |/|
| * | libertas sdio: fix suspend when interface is downDaniel Drake2012-09-051-0/+5
| * | rt2800usb: Added rx packet length validity checkSergei Poselenov2012-09-052-2/+10
| * | rt2x00: Fix rfkill polling prior to interface start.Gertjan van Wingerde2012-09-0511-0/+69
| * | rt2x00: Fix word size of rt2500usb MAC_CSR19 register.Gertjan van Wingerde2012-09-052-9/+9
| * | rt2x00: Identify ASUS USB-N53 device.Gertjan van Wingerde2012-09-051-1/+2
| * | brcmfmac: fix get rssi by clearing getvar struct.Hante Meuleman2012-09-051-7/+8
| * | brcmfmac: fix race condition for rx and tx data.Hante Meuleman2012-09-051-10/+11
| * | brcmfmac: dont use ZERO flag for usb INHante Meuleman2012-09-051-1/+0
| * | brcmfmac: fix use of dev_kfree_skb() in irq contextArend van Spriel2012-09-051-4/+4
| * | ath9k: Fix a crash in 2 WIRE btcoex chipsetsMohammed Shafi Shajakhan2012-09-051-1/+2
| * | ath9k_hw: enable PA linearizationFelix Fietkau2012-09-051-3/+0
| * | ath9k: fix PA linearization calibration related crashFelix Fietkau2012-09-054-8/+7
| * | ath9k_hw: disable PA linearization for AR9462Felix Fietkau2012-09-051-1/+2
| * | ath9k_hw: calibrate PA input for PA predistortionFelix Fietkau2012-09-053-1/+111
| * | ath9k_hw: clear the AM2PM predistortion mask on AR933xFelix Fietkau2012-09-051-1/+5
| * | ath9k_hw: do not enable the MIB interrupt in the interrupt mask registerFelix Fietkau2012-09-051-3/+0
| * | rt2x00: fix voltage setting for RT3572/RT3592Marc Kleine-Budde2012-09-051-0/+1
| * | mwifiex: fix skb length issue when send a command to firmwareStone Piao2012-09-051-1/+14
* | | |PATCH] seeq: Add missing spinlock initJean Delvare2012-09-071-0/+1
* | | net/mlx4_core: Return the error value in case of command initialization failureEugenia Emantayev2012-09-071-1/+2
* | | net/mlx4_core: Fixing error flow in case of QUERY_FW failureAviad Yehezkel2012-09-071-6/+7
* | | net/mlx4_core: Looking for promiscuous entries on the correct portAviad Yehezkel2012-09-071-8/+8
* | | net/mlx4_core: Add security check / enforcement for flow steering rules set f...Hadar Hen Zion2012-09-071-0/+116
* | | net/mlx4_core: Put Firmware flow steering structures in common header filesHadar Hen Zion2012-09-072-83/+83
* | | ibmveth: Fix alignment of rx queue bugSantiago Leon2012-09-051-17/+9
* | | Merge branch 'fixes-for-3.6' of git://gitorious.org/linux-can/linux-canDavid S. Miller2012-09-051-1/+10
|\ \ \
| * | | can: mcp251x: avoid repeated frame bugBenoît Locher2012-09-031-1/+10
* | | | i825xx: fix paging fault on znet_probe()Wu Fengguang2012-09-041-4/+9
* | | | net: usbnet: fix softirq storm on suspendBjørn Mork2012-09-031-4/+12
|/ / /
* | | net: qmi_wwan: add several new Gobi devicesBjørn Mork2012-09-011-0/+3
* | | fddi: 64 bit bug in smt_add_para()Dan Carpenter2012-09-011-1/+1
* | | net: ethernet: fix kernel OOPS when remove davinci_mdio moduleBin Liu2012-08-311-1/+3
* | | net: qmi_wwan: new device: Foxconn/Novatel E396Aleksander Morgado2012-08-311-0/+1
* | | usbnet: fix deadlock in resumeOliver Neukum2012-08-311-1/+1
* | | cs89x0 : packet reception not workingJaccon Bastiaansen2012-08-311-5/+5
* | | bnx2x: Correct the ndo_poll_controller callMerav Sicron2012-08-301-3/+5
* | | bnx2x: Move netif_napi_add to the open callMerav Sicron2012-08-305-13/+10
* | | e1000e: DoS while TSO enabled caused by link partner with small MSSBruce Allan2012-08-302-25/+24
* | | gianfar: fix default tx vlan offload feature flagClaudiu Manoil2012-08-301-1/+1
* | | xen-netfront: use __pskb_pull_tail to ensure linear area is big enough on RXIan Campbell2012-08-301-29/+10
* | | netpoll: revert 6bdb7fe3104 and fix be_poll() insteadAmerigo Wang2012-08-292-2/+6
* | | Merge branch 'sfc-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfcDavid S. Miller2012-08-241-2/+2
|\ \ \
| * | | sfc: Fix reporting of IPv4 full filters through ethtoolBen Hutchings2012-08-241-2/+2
* | | | Merge branch 'fixes-for-3.6' of git://gitorious.org/linux-can/linux-canDavid S. Miller2012-08-242-4/+7
|\ \ \ \
| * | | | can: sja1000_platform: fix wrong flag IRQF_SHARED for interrupt sharingSven Schmitt2012-08-241-1/+3
| * | | | can: softing: Fix potential memory leak in softing_load_fw()Alexey Khoroshilov2012-08-241-3/+4
* | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-08-248-18/+28
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-08-248-18/+28
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| |
| | * | | brcm80211: smac: set interface down on resetVladimir Zapolskiy2012-08-221-0/+3