aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* iwlwifi: allow to switch to HT40 if not associatedWey-Yi Guy2012-01-061-2/+2
* iwlwifi: do not set the sequence control bit is not neededWey-Yi Guy2012-01-061-1/+4
* ath9k: fix max phy rate at rate control initRajkumar Manoharan2012-01-061-1/+3
* iwlwifi: do not re-configure HT40 after associatedWey-Yi Guy2011-12-213-28/+28
* rt2x00: Fix efuse EEPROM reading on PPC32.Gertjan van Wingerde2011-12-091-1/+1
* p54spi: Fix workqueue deadlockMichael Büsch2011-12-091-2/+2
* p54spi: Add missing spin_lock_initMichael Büsch2011-12-091-0/+1
* rt2x00: Fix sleep-while-atomic bug in powersaving code.Gertjan van Wingerde2011-11-262-2/+21
* Net, libertas: Resolve memory leak in if_spi_host_to_card()Jesper Juhl2011-11-261-0/+1
* b43: refuse to load unsupported firmwareRafał Miłecki2011-11-211-0/+7
* ath9k_hw: Fix regression of register offset for AR9003 chipsRajkumar Manoharan2011-11-111-6/+6
* dp83640: use proper function to free transmit time stamping packetsRichard Cochran2011-11-111-1/+1
* ath9k_hw: Update AR9485 initvals to fix system hang issueRajkumar Manoharan2011-11-111-5/+5
* ASIX: Use only 11 bits of header for data sizeMarek Vasut2011-11-111-2/+2
* ASIX: Simplify condition in rx_fixup()Marek Vasut2011-11-111-3/+2
* ipheth: iPhone 4 Verizon CDMA USB Product ID addKavan Smith2011-11-111-0/+5
* usbnet/cdc_ncm: Don't use stack variables for DMAJosh Boyer2011-11-111-9/+38
* rtl8150: rtl8150_disconnect(...) does not need tasklet_disable(...)huajun li2011-11-111-1/+0
* enic: Bug Fix: Fix hardware transmit queue indexing in enic_poll_controllerVasanthy Kolluri2011-11-111-2/+6
* drivers/net/rionet.c: fix ethernet address macros for LE platformsAlexandre Bounine2011-11-111-2/+2
* iwlagn: do not use interruptible waitsJohannes Berg2011-11-116-13/+8
* net: xen-netback: correctly restart Tx after a VM restore/migrateDavid Vrabel2011-11-111-2/+2
* tg3: negate USE_PHYLIB flag checkJiri Pirko2011-11-111-1/+1
* netconsole: enable netconsole can make net_device refcnt incorrentGao feng2011-11-111-0/+5
* macvlan/macvtap: Fix unicast between macvtap interfaces in bridge modeDavid Ward2011-11-111-1/+1
* bonding: use local function pointer of bond->recv_probe in bond_handle_frameMitsuo Hayasaka2011-11-111-2/+5
* wl12xx: fix forced passive scansLuciano Coelho2011-11-111-6/+13
* dp83640: free packet queues on removeRichard Cochran2011-11-111-0/+7
* ath9k: disable unnecessary PHY error reportingFelix Fietkau2011-11-112-9/+1
* ath9k_hw: Fix number of GPIO pins for AR9287/9300Mohammed Shafi Shajakhan2011-11-111-0/+4
* ath9k_htc: add AVM FRITZ!WLAN 11N v2 supportLuis R. Rodriguez2011-11-111-0/+1
* ath9k_hw: Fix magnitude/phase coeff correctionRajkumar Manoharan2011-11-111-1/+2
* ath9k_hw: Fix descriptor status of TxOpExceededRajkumar Manoharan2011-11-111-2/+2
* e1000e: workaround for packet drop on 82579 at 100MbpsBruce Allan2011-10-161-5/+14
* rt2x00: Serialize TX operations on a queue.Gertjan van Wingerde2011-10-162-5/+18
* bnx2x: add missing break in bnx2x_dcbnl_get_capShmulik Ravid2011-10-031-0/+1
* bnx2x: fix hw attention handlingDmitry Kravkov2011-10-032-2/+16
* iwlagn: fix dangling scan requestJohannes Berg2011-10-031-14/+16
* iwlegacy: do not use interruptible waitsStanislaw Gruszka2011-10-035-13/+13
* rtlwifi: rtl8192cu: Fix unitialized structLarry Finger2011-10-031-0/+1
* iwlegacy: fix command queue timeoutStanislaw Gruszka2011-10-031-0/+2
* ath9k_hw: Fix Rx DMA stuck for AR9003 chipsRajkumar Manoharan2011-10-031-1/+1
* cxgb3i: convert cdev->l2opt to use rcu to prevent NULL dereferenceNeil Horman2011-10-033-12/+42
* cnic, bnx2: Check iSCSI support early in bnx2_init_one()Michael Chan2011-10-032-10/+9
* cnic: Improve NETDEV_UP event handlingMichael Chan2011-10-031-2/+2
* cnic: Randomize initial TCP port for iSCSI connectionsEddie Wai2011-10-031-5/+9
* cnic: Fix race conditions with firmwareMichael Chan2011-10-031-3/+11
* cnic: Fix interrupt logicMichael Chan2011-10-031-9/+4
* Revert "sfc: Use write-combining to reduce TX latency" and follow-upsBen Hutchings2011-10-037-88/+27
* cdc_ncm: fix endianness problem.Giuseppe Scrivano2011-10-031-100/+56