summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2017-01-26ieee802154: atusb: do not use the stack for buffers to make them DMA ableStefan Schmidt1-4/+27
2017-01-15net: vrf: do not allow table id 0David Ahern1-0/+2
2017-01-15net: ipv4: Fix multipath selection with vrfDavid Ahern1-0/+2
2017-01-15r8152: fix rx issue for runtime suspendhayeswang1-3/+28
2017-01-15r8152: split rtl8152_suspend functionhayeswang1-17/+40
2017-01-15net/mlx5: Avoid shadowing numa_nodeEli Cohen1-2/+1
2017-01-15net/mlx5: Check FW limitations on log_max_qp before setting itNoa Osherovich1-0/+7
2017-01-15net: stmmac: Fix race between stmmac_drv_probe and stmmac_openFlorian Fainelli1-9/+13
2017-01-15net: vrf: Drop conntrack data after pass through VRF device on TxDavid Ahern1-0/+4
2017-01-15netvsc: reduce maximum GSO sizestephen hemminger1-0/+3
2017-01-12net: vxge: avoid unused function warningsArnd Bergmann1-19/+12
2017-01-12net: ti: cpmac: Fix compiler warning due to type confusionPaul Burton1-2/+3
2017-01-12ath10k: use the right length of "background"Nicolas Iooss1-1/+1
2017-01-09net: mvpp2: fix dma unmapping of TX buffers for fragmentsThomas Petazzoni1-29/+30
2017-01-09ath9k: Really fix LED polarity for some Mini PCI AR9220 MB92 cards.Vittorio Gambaletta (VittGam)1-2/+5
2017-01-09rtlwifi: Fix enter/exit power_saveLarry Finger4-27/+40
2017-01-06ppp: defer netns reference release for ppp channelWANG Cong1-2/+3
2016-12-15can: peak: fix bad memory access and free sequence추지호1-2/+4
2016-12-10geneve: avoid use-after-free of skb->dataSabrina Dubroca1-10/+4
2016-12-10sh_eth: remove unchecked interrupts for RZ/A1Chris Brandt1-1/+1
2016-12-10net: bcmgenet: Utilize correct struct device for all DMA operationsFlorian Fainelli1-3/+5
2016-12-10net: dsa: bcm_sf2: Ensure we re-negotiate EEE during after link changeFlorian Fainelli1-0/+4
2016-12-10net: sky2: Fix shutdown crashJeremy Linton1-0/+13
2016-12-10virtio-net: add a missing synchronize_net()Eric Dumazet1-0/+5
2016-12-08mwifiex: printk() overflow with 32-byte SSIDsBrian Norris1-6/+7
2016-11-26iwlwifi: pcie: fix SPLC structure parsingLuca Coelho1-31/+48
2016-11-21bgmac: stop clearing DMA receive control register right after it is setAndy Gospodarek1-1/+4
2016-11-18i40e: fix call of ndo_dflt_bridge_getlink()Huaibin Wang1-1/+1
2016-11-15net: add recursion limit to GROSabrina Dubroca2-2/+2
2016-11-15net: fec: set mac address unconditionallyGavin Schenk1-5/+5
2016-11-15tg3: Avoid NULL pointer dereference in tg3_io_error_detected()Milton Miller1-5/+5
2016-11-10smc91x: avoid self-comparison warningArnd Bergmann1-1/+1
2016-10-31mwifiex: correct aid value during tdls setupXinming Hu1-2/+1
2016-10-31brcmfmac: avoid potential stack overflow in brcmf_cfg80211_start_ap()Arend Van Spriel1-1/+1
2016-10-28net/mlx4_core: Allow resetting VF admin mac to zeroJack Morgenstein1-1/+1
2016-10-28bnx2x: Prevent false warning for lack of FC NPIVYuval Mintz1-0/+4
2016-10-28rtlwifi: Fix missing country code for Great BritainLarry Finger1-1/+3
2016-10-22brcmfmac: fix memory leak in brcmf_fill_bss_paramRafał Miłecki1-1/+4
2016-10-22i40e: avoid NULL pointer dereference and recursive errors on early PCI errorGuilherme G Piccoli1-0/+6
2016-10-07brcmsmac: Initialize power in brcms_c_stf_ss_algo_channel_get()Florian Fainelli1-1/+1
2016-10-07brcmsmac: Free packet if dma_mapping_error() fails in dma_rxfillFlorian Fainelli1-1/+3
2016-10-07brcmfmac: Fix glob_skb leak in brcmf_sdiod_recv_chainFlorian Fainelli1-1/+3
2016-10-07ath9k: Fix programming of minCCA power thresholdSven Eckelmann1-1/+1
2016-10-07iwlmvm: mvm: set correct state in smart-fifo configurationstriebit1-1/+1
2016-10-07iwlwifi: mvm: don't use ret when not initialisedEmmanuel Grumbach1-1/+2
2016-10-07iwlwifi: pcie: fix access to scratch bufferSara Sharon1-2/+2
2016-10-07i40e: avoid null pointer dereferenceHeinrich Schuchardt1-1/+3
2016-10-07iwlwifi: mvm: fix a few firmware capability checksJohannes Berg1-4/+4
2016-10-07can: dev: fix deadlock reported after bus-offSergei Miroshnichenko1-10/+17
2016-09-30can: flexcan: fix resume functionFabio Estevam1-5/+8