aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2013-08-15ath9k: Fix RX crypto processingSujith Manoharan1-8/+4
2013-08-15ath9k: Discard invalid frames earlySujith Manoharan1-16/+22
2013-08-15ath9k: Fix phy error handling for DFSSujith Manoharan1-2/+1
2013-08-15ath9k: Use a subroutine to check for "mybeacon"Sujith Manoharan1-13/+23
2013-08-15ath9k_htc: do not use bulk on EP3 and EP4Oleksij Rempel1-27/+11
2013-08-15wil6210: let IP stack re-check HW TCP/UDP csum errorsVladimir Kondratiev1-6/+6
2013-08-15ath9k: reset buffer stale flag in ath_tx_get_tid_subframeFelix Fietkau1-0/+2
2013-08-15ath9k: simplify ath_tid_drainFelix Fietkau1-12/+0
2013-08-15ath9k: avoid accessing MRC registers on single-chain devicesFelix Fietkau1-0/+4
2013-08-15ath9k: simplify debugfs chainmask handlingFelix Fietkau1-88/+4
2013-08-15ath9k: remove ath9k_sta_remove_debugfsFelix Fietkau4-20/+1
2013-08-15ath9k: shrink a few data structures by reordering fieldsFelix Fietkau2-14/+14
2013-08-15ath9k: fix rx descriptor related race conditionFelix Fietkau2-8/+14
2013-08-15brcmfmac: use configurable sdio bus header length for tx packetFranky Lin1-14/+16
2013-08-15brcmfmac: streamline sdio bus header codeFranky Lin1-123/+120
2013-08-15brcmfmac: remove align from brcmf_bus structureFranky Lin3-11/+17
2013-08-15brcmfmac: abstract tx packet processing functionsFranky Lin3-78/+177
2013-08-15brcmfmac: add support for manual TDLS operationsArend van Spriel2-1/+77
2013-08-15brcmfmac: ignore IF event if firmware indicates itArend van Spriel2-0/+6
2013-08-15brcmfmac: no fws locking outside fws module.Hante Meuleman2-66/+62
2013-08-15brcmfmac: always use worker thread for tx data.Hante Meuleman3-56/+54
2013-08-15brcmfmac: add AMPDU reordering functionalityArend van Spriel3-27/+283
2013-08-15brcmfmac: .txdata() bus callback should not call brcmf_txcomplete()Arend van Spriel3-3/+5
2013-08-15brcmfmac: use irq safe spinlock in brcmf_sdbrcm_txdata()Arend van Spriel2-3/+8
2013-08-15Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville11-43/+270
2013-08-15drivers/net/ethernet/via/via-velocity.c: update napi implementationJulia Lawall1-1/+3
2013-08-15net/usb/r8152: enable interrupt transferhayeswang1-27/+113
2013-08-15net/usb/r8152: enable tx checksumhayeswang1-5/+59
2013-08-15net/usb/r8152: support aggregationhayeswang1-161/+486
2013-08-15Revert "cxgb3: Check and handle the dma mapping errors"Alexey Kardashevskiy1-83/+24
2013-08-15be2net: Clear any capability flags that driver is not interested in.Sarveshwar Bandi2-0/+9
2013-08-13tun: compare with 0 instead of total_lenWeiping Pan1-2/+2
2013-08-13ethernet/arc/arc_emac - fix NAPI "work > weight" warningAlexey Brodkin1-1/+1
2013-08-13bnx2x: prevent crash in shutdown flow with CNICYuval Mintz1-2/+1
2013-08-13bnx2x: fix PTE write access errorBarak Witkowsky3-0/+15
2013-08-13bnx2x: fix memory leak in VFAriel Elior1-1/+1
2013-08-13bnx2x: update fairness parameters following DCB negotiationDmitry Kravkov3-12/+24
2013-08-13bnx2x: protect different statistics flowsDmitry Kravkov3-12/+57
2013-08-13Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller144-2877/+6611
2013-08-13drivers: net: cpsw: Add support for new CPSW IP version present in AM43xx SoCMugunthan V N1-0/+3
2013-08-13gianfar: Add flow control supportClaudiu Manoil3-3/+132
2013-08-13pptp: fix byte order warningsstephen hemminger1-5/+5
2013-08-13skge: dma_sync the whole receive bufferstephen hemminger1-2/+4
2013-08-13net: asix: Move declaration of ax88172a_info to shared headerMark Brown2-2/+2
2013-08-13net: asix: Staticise non-exported symbolsMark Brown1-3/+5
2013-08-13mlx4_core: Fix XRC QPs detection in the resource trackerYishai Hadas1-1/+2
2013-08-12stmmac: fix init_dma_desc_rings() to handle errorsBartlomiej Zolnierkiewicz1-19/+92
2013-08-12bnx2x: Use pci_wait_for_pending_transaction() instead of for loopCasey Leedom1-16/+2
2013-08-12cxgb4: Add CLIP support to store compressed IPv6 addressVipul Pandya3-0/+241
2013-08-12cxgb4: Add routines to create and remove listening IPv6 serversVipul Pandya3-2/+91