summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2016-11-15net: add recursion limit to GROSabrina Dubroca
2016-11-15net: fec: set mac address unconditionallyGavin Schenk
2016-11-15tg3: Avoid NULL pointer dereference in tg3_io_error_detected()Milton Miller
2016-11-10smc91x: avoid self-comparison warningArnd Bergmann
2016-10-31mwifiex: correct aid value during tdls setupXinming Hu
2016-10-31brcmfmac: avoid potential stack overflow in brcmf_cfg80211_start_ap()Arend Van Spriel
2016-10-28net/mlx4_core: Allow resetting VF admin mac to zeroJack Morgenstein
2016-10-28bnx2x: Prevent false warning for lack of FC NPIVYuval Mintz
2016-10-28rtlwifi: Fix missing country code for Great BritainLarry Finger
2016-10-22brcmfmac: fix memory leak in brcmf_fill_bss_paramRafał Miłecki
2016-10-22i40e: avoid NULL pointer dereference and recursive errors on early PCI errorGuilherme G Piccoli
2016-10-07brcmsmac: Initialize power in brcms_c_stf_ss_algo_channel_get()Florian Fainelli
2016-10-07brcmsmac: Free packet if dma_mapping_error() fails in dma_rxfillFlorian Fainelli
2016-10-07brcmfmac: Fix glob_skb leak in brcmf_sdiod_recv_chainFlorian Fainelli
2016-10-07ath9k: Fix programming of minCCA power thresholdSven Eckelmann
2016-10-07iwlmvm: mvm: set correct state in smart-fifo configurationstriebit
2016-10-07iwlwifi: mvm: don't use ret when not initialisedEmmanuel Grumbach
2016-10-07iwlwifi: pcie: fix access to scratch bufferSara Sharon
2016-10-07i40e: avoid null pointer dereferenceHeinrich Schuchardt
2016-10-07iwlwifi: mvm: fix a few firmware capability checksJohannes Berg
2016-10-07can: dev: fix deadlock reported after bus-offSergei Miroshnichenko
2016-09-30can: flexcan: fix resume functionFabio Estevam
2016-09-30net: smc91x: fix SMC accessesRussell King
2016-09-30Revert "phy: IRQ cannot be shared"Xander Huff
2016-09-30net: dsa: bcm_sf2: Fix race condition while unmasking interruptsFlorian Fainelli
2016-09-30net/mlx5: Added missing check of msg length in verifying its signaturePaul Blakey
2016-09-30bonding: Fix bonding crashMahesh Bandewar
2016-09-30iwlegacy: avoid warning about missing bracesArnd Bergmann
2016-09-30ath9k: fix misleading indentationArnd Bergmann
2016-09-30include/linux/kernel.h: change abs() macro so it uses consistent return typeMichal Nazarewicz
2016-09-24ath9k: fix using sta->drv_priv before initializing itFelix Fietkau
2016-09-24net: thunderx: Fix OOPs with ethtool --register-dumpDavid Daney
2016-09-15net: thunderx: Fix link status reportingSunil Goutham
2016-09-15net: thunderx: Fix receive packet statsSunil Goutham
2016-09-15net: thunderx: Fix for multiqset not configured upon interface toggleSunil Goutham
2016-09-15net/mlx5e: Don't modify CQ before it was createdGal Pressman
2016-09-15net/mlx5e: Don't try to modify CQ moderation if it is not supportedGal Pressman
2016-09-15net: thunderx: Fix for Qset error due to CQ fullSunil Goutham
2016-09-15i40e/i40evf: Fix RSS rx-flow-hash configuration through ethtoolAnjali Singhai Jain
2016-09-15net: cavium: liquidio: fix check for in progress flagColin Ian King
2016-09-15fm10k: Cleanup exception handling for mailbox interruptAlexander Duyck
2016-09-15fm10k: Cleanup MSI-X interrupts in case of failureAlexander Duyck
2016-09-15fm10k: reinitialize queuing scheme after calling init_hwJacob Keller
2016-09-15fm10k: always check init_hw for errorsJacob Keller
2016-09-15fm10k: reset max_queues on init_hw_vf failureJacob Keller
2016-09-15fm10k: Fix handling of NAPI budget when multiple queues are enabled per vectorAlexander Duyck
2016-09-15fm10k: Correct MTU for jumbo framesJacob Keller
2016-09-15fm10k: do not assume VF always has 1 queueJacob Keller
2016-09-15e1000e: fix division by zero on jumbo MTUsDmitry Fleytman
2016-09-15e1000: fix data race between tx_ring->next_to_cleanDmitriy Vyukov