summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-06rtw88: use txpwr_lmt_cfg_pair struct, not arraysBrian Norris
2019-07-24mwifiex: use eth_broadcast_addr() to assign broadcast addressMao Wenan
2019-07-24rtlwifi: remove assignment to itselfPing-Ke Shih
2019-07-24brcmfmac: don't net_ratelimit() CONSOLE messages on firmware crashRafał Miłecki
2019-07-24libertas_tf: Use correct channel range in lbtf_geo_initYueHaibing
2019-07-24rtw88: debug: dump tx power indexes in useZong-Zhe Yang
2019-07-24rtlwifi: btcoex: fix issue possible condition with no effect (if == else)Hariprasad Kelam
2019-07-24mt7601u: use params->ssn value directlyStanislaw Gruszka
2019-07-24brcmfmac: remove unnecessary strlcpy() upon obtaining "ver" iovarArend van Spriel
2019-07-24brcmfmac: simply remove flowring if bus is downArend van Spriel
2019-07-24brcmfmac: avoid firmware commands when bus is downArend van Spriel
2019-07-24brcmfmac: clear events in brcmf_fweh_detach() will always failArend van Spriel
2019-07-24brcmfmac: avoid firmware command in brcmf_netdev_open() when bus is downArend van Spriel
2019-07-24brcmfmac: change the order of things in brcmf_detach()Arend van Spriel
2019-07-24Revert "brcmfmac: fix NULL pointer derefence during USB disconnect"Arend van Spriel
2019-07-24brcmfmac: allow 160MHz in custom regulatory rulesArend van Spriel
2019-07-24brcmfmac: enable DFS_OFFLOAD extended feature if supportedArend van Spriel
2019-07-24brcmfmac: add 160MHz in chandef_to_chanspec()Arend van Spriel
2019-07-24rtw88: pci: Use DMA sync instead of remapping in RX ISRJian-Hong Pan
2019-07-24rtw88: pci: Rearrange the memory usage for skb in RX ISRJian-Hong Pan
2019-07-24libertas: Add missing sentinel at end of if_usb.c fw_tableKevin Easton
2019-07-24rtw88: Fix misuse of GENMASK macroJoe Perches
2019-07-24wl3501_cs: remove redundant variable rcColin Ian King
2019-07-24libertas: remove redundant assignment to variable retColin Ian King
2019-07-24rtl8xxxu: Fix wifi low signal strength issue of RTL8723BUChris Chiu
2019-07-24rt2x00: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-07-24rt2x00usb: remove unnecessary rx flag checksSoeren Moch
2019-07-24rsi: return explicit error valuesEnrico Weigelt
2019-07-23tc-testing: added tdc tests for [b|p]fifo qdiscRoman Mashak
2019-07-23hv_sock: Use consistent types for UUIDsAndy Shevchenko
2019-07-23Merge branch 'nfp-Offload-MPLS-actions'David S. Miller
2019-07-23nfp: flower: offload MPLS set actionJohn Hurley
2019-07-23nfp: flower: offload MPLS pop actionJohn Hurley
2019-07-23nfp: flower: offload MPLS push actionJohn Hurley
2019-07-23net: sched: include mpls actions in hardware intermediate representationJohn Hurley
2019-07-23net/mlx5e: xsk: dynamically allocate mlx5e_channel_paramArnd Bergmann
2019-07-23net: jme: Use dev_get_drvdataChuhong Yuan
2019-07-23igb: Use dev_get_drvdata where possibleChuhong Yuan
2019-07-23i40e: Use dev_get_drvdataChuhong Yuan
2019-07-23fm10k: Use dev_get_drvdataChuhong Yuan
2019-07-23e1000e: Use dev_get_drvdata where possibleChuhong Yuan
2019-07-23net: broadcom: Use dev_get_drvdataChuhong Yuan
2019-07-23net: atheros: Use dev_get_drvdataChuhong Yuan
2019-07-23net: 3com: 3c59x: Use dev_get_drvdataChuhong Yuan
2019-07-23atm: Use dev_get_drvdataChuhong Yuan
2019-07-23ftgmac100: Fix build.David S. Miller
2019-07-23qlge: Move drivers/net/ethernet/qlogic/qlge/ to drivers/staging/qlge/Benjamin Poirier
2019-07-22Merge branch 'Convert-skb_frag_t-to-bio_vec'David S. Miller
2019-07-22net: Convert skb_frag_t to bio_vecMatthew Wilcox (Oracle)
2019-07-22net: Rename skb_frag_t size to bv_lenMatthew Wilcox (Oracle)