summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2014-06-08ixgbe: fix registration order of driver and DCA nofiticationJakub Kicinski1-2/+5
2014-06-08rt2800usb: Add support for 2001:3c1e (D-Link DWA-125 rev B1) USB Wi-Fi adapterMaia Kozheva1-0/+1
2014-06-08Wireless: rt2x00: Add device id for Sweex LW323 to rt2800usb.cJaume Delclòs1-0/+1
2014-06-08wireless: rt2x00: rt{2500,73}usb.c put back duplicate idXose Vazquez Perez2-1/+2
2014-06-08e1000e: DoS while TSO enabled caused by link partner with small MSSBruce Allan2-25/+24
2014-06-08can: c_can: Set reserved bit in IFx_MASK2 to 1 on writeAlexander Stein1-1/+5
2014-06-08rtl8192cu: Fix unbalanced irq enable in error path of rtl92cu_hw_init()Ben Hutchings1-1/+1
2014-06-08rt2x00: fix beaconing on USBStanislaw Gruszka1-10/+12
2014-06-08skb: Add inline helper for getting the skb end offset from headAlexander Duyck1-1/+1
2014-06-08Revert "macvlan : fix checksums error when we are in bridge mode"Vlad Yasevich1-3/+0
2014-06-08tg3: update rx_jumbo_pending ring param only when jumbo frames are enabledIvan Vecera1-1/+3
2014-06-08bonding: Remove debug_fs files when module init failsThomas Richter1-0/+1
2014-06-08list: introduce list_next_entry() and list_prev_entry()Oleg Nesterov1-3/+0
2014-05-13rtlwifi: rtl8192se: Fix too long disable of IRQsLarry Finger1-6/+21
2014-05-13rtlwifi: rtl8192cu: Fix too long disable of IRQsLarry Finger1-1/+14
2014-05-13b43: Fix machine check error due to improper access of B43_MMIO_PSM_PHY_HDRRafał Miłecki1-7/+7
2014-04-27xen-netback: remove pointless clause from if statementPaul Durrant1-2/+2
2014-04-14tg3: Add read dma workaround for 5720Nithin Sujir2-8/+18
2014-04-14tg3: Skip powering down function 0 on certain serdes devicesNithin Sujir1-6/+26
2014-04-14tg3: Wait for boot code to finish after power onNithin Sujir1-0/+10
2014-04-14tg3: Add New 5719 Read DMA workaroundMichael Chan2-1/+29
2014-04-14ath9k_hw: Enable hw PLL power save for AR9462Rajkumar Manoharan1-7/+4
2014-04-14ath9k_hw: Fix RX gain initvals for AR9485Sujith Manoharan1-2/+2
2014-04-14ath9k_hw: fix chain swap setting when setting rx chainmask to 5Felix Fietkau1-20/+7
2014-04-14ath9k_htc: fix signal strength handling issuesFelix Fietkau2-7/+12
2014-04-14ath9k_hw: Assign default xlna config for AR9485Sujith Manoharan2-2/+8
2014-04-14ath9k: fill channel mode in caldataRajkumar Manoharan2-0/+2
2014-04-14ath9k: Fix noisefloor calibrationSujith Manoharan2-8/+2
2014-03-31p54: clamp properly instead of just truncatingDan Carpenter1-1/+1
2014-03-31iwlwifi: Complete backport of "iwlwifi: always copy first 16 bytes of commands"Ben Hutchings1-3/+4
2014-03-24can: flexcan: flexcan_open(): fix error path if flexcan_chip_start() failsMarc Kleine-Budde1-1/+3
2014-03-24vmxnet3: fix building without CONFIG_PCI_MSIArnd Bergmann1-2/+5
2014-03-24vmxnet3: fix netpoll race conditionNeil Horman1-5/+11
2014-03-24mwifiex: copy AP's HT capability info correctlyAmitkumar Karwar1-2/+1
2014-03-24ath9k: Fix ETSI compliance for AR9462 2.0Sujith Manoharan1-2/+2
2014-03-24tg3: Don't check undefined error bits in RXBDMichael Chan2-3/+6
2014-03-24virtio-net: alloc big buffers also when guest can receive UFOJason Wang1-1/+2
2014-03-12net: asix: add missing flag to struct driver_infoEmil Goode1-1/+2
2014-03-12net: asix: handle packets crossing URB boundariesLucas Stach1-28/+97
2014-03-12rtlwifi: Fix endian error in extracting packet typeMark Cave-Ayland2-54/+41
2014-03-12iwlwifi: pcie: add SKUs for 6000, 6005 and 6235 seriesEmmanuel Grumbach3-0/+17
2014-03-12iwlwifi: dvm: fix calling ieee80211_chswitch_done() with NULLStanislaw Gruszka1-1/+4
2014-03-12iwlwifi: dvm: don't send BT_CONFIG on devices w/o BluetoothJohannes Berg1-1/+1
2014-03-12iwlwifi: always copy first 16 bytes of commandsJohannes Berg2-12/+62
2014-03-12iwlwifi: handle DMA mapping failuresJohannes Berg1-2/+21
2014-03-12iwlwifi: don't handle masked interruptEmmanuel Grumbach1-2/+10
2014-03-12iwlwifi: protect SRAM debugfsJohannes Berg1-0/+3
2014-03-12iwlwifi: fix flow handler debug codeJohannes Berg3-15/+16
2014-03-12xen-netback: don't disconnect frontend when seeing oversize packetWei Liu1-6/+16
2014-03-12xen-netback: coalesce slots in TX path and fix regressionsWei Liu1-51/+224