summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* mac80211: remove iwlwifi specific workaround that broke sta NDP txFelix Fietkau2021-06-231-0/+3
* mac80211_hwsim: record stats in non-netlink pathNguyen Dinh Phi2021-06-231-0/+2
* mac80211_hwsim: add concurrent channels scanning support over virtioWeilun Du2021-06-231-10/+38
* cfg80211: remove CFG80211_MAX_NUM_DIFFERENT_CHANNELSJohannes Berg2021-06-231-5/+0
* net: marvell: return csum computation result from mvneta_rx_csum/mvpp2_rx_csumLorenzo Bianconi2021-06-222-21/+12
* stmmac: dwmac-loongson: fix uninitialized variable in loongson_dwmac_probe()Dan Carpenter2021-06-221-1/+2
* hv_netvsc: Avoid field-overflowing memcpy()Kees Cook2021-06-222-4/+3
* net: dsa: b53: Create default VLAN entry explicitlyFlorian Fainelli2021-06-221-8/+19
* octeontx2-af: Avoid field-overflowing memcpy()Kees Cook2021-06-221-1/+1
* wwan: core: add WWAN common private data for netdevSergey Ryazanov2021-06-224-15/+43
* net: iosm: create default link via WWAN coreSergey Ryazanov2021-06-222-1/+5
* wwan: core: support default netdev creationSergey Ryazanov2021-06-224-4/+79
* wwan: core: no more hold netdev ops owning moduleSergey Ryazanov2021-06-223-13/+1
* net: iosm: drop custom netdev(s) removingSergey Ryazanov2021-06-221-14/+1
* wwan: core: remove all netdevs on ops unregisteringSergey Ryazanov2021-06-221-9/+31
* wwan: core: multiple netdevs deletion supportSergey Ryazanov2021-06-221-1/+1
* wwan: core: require WWAN netdev setup callback existenceSergey Ryazanov2021-06-221-1/+1
* wwan: core: relocate ops registering codeSergey Ryazanov2021-06-221-71/+71
* wwan_hwsim: support network interface creationSergey Ryazanov2021-06-221-0/+48
* net: mvpp2: remove unused 'has_phy' fieldMarcin Wojtas2021-06-222-4/+0
* net: mvpp2: enable using phylink with ACPIMarcin Wojtas2021-06-221-5/+17
* net: mvmdio: add ACPI supportMarcin Wojtas2021-06-221-2/+12
* net/fsl: switch to fwnode_mdiobus_registerMarcin Wojtas2021-06-222-12/+3
* net: mdiobus: Introduce fwnode_mdbiobus_register()Marcin Wojtas2021-06-221-0/+22
* ibmvnic: Use strscpy() instead of strncpy()Kees Cook2021-06-211-3/+3
* net: ll_temac: Remove left-over debug messageEsben Haabendal2021-06-211-3/+1
* net: hns3: Fix a memory leak in an error handling path in 'hclge_handle_error...Christophe JAILLET2021-06-211-2/+4
* net: fec: add ndo_select_queue to fix TX bandwidth fluctuationsFugang Duan2021-06-211-0/+32
* net: fec: add FEC_QUIRK_HAS_MULTI_QUEUES represents i.MX6SX ENET IPJoakim Zhang2021-06-212-5/+11
* net: c101: remove redundant spacesPeng Li2021-06-211-1/+1
* net: c101: replace comparison to NULL with "!card"Peng Li2021-06-211-2/+2
* net: c101: add blank line after declarationsPeng Li2021-06-211-0/+1
* mlxsw: core: Add support for module EEPROM read by pageIdo Schimmel2021-06-214-0/+108
* mlxsw: reg: Document possible MCIA status valuesIdo Schimmel2021-06-211-0/+14
* mlxsw: reg: Add bank number to MCIA registerIdo Schimmel2021-06-211-0/+6
* net: ipa: add IPA v3.1 configuration dataAlex Elder2021-06-214-3/+541
* net: ipa: introduce gsi_ring_setup()Alex Elder2021-06-212-28/+51
* net: ipa: FLAVOR_0 register doesn't exist until IPA v3.5Alex Elder2021-06-211-0/+15
* net: ipa: disable misc clock gating for IPA v3.1Alex Elder2021-06-211-5/+9
* net: ipa: inter-EE interrupts aren't always availableAlex Elder2021-06-212-4/+12
* nfp: flower-ct: check for error in nfp_fl_ct_offload_nft_flow()Dan Carpenter2021-06-211-0/+2
* net: qualcomm: rmnet: fix two pointer math bugsDan Carpenter2021-06-211-2/+2
* net: iosm: remove an unnecessary NULL checkDan Carpenter2021-06-211-1/+1
* net: hns3: fix a double shift bugDan Carpenter2021-06-211-3/+3
* net: hns3: fix different snprintf() limitDan Carpenter2021-06-211-3/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-19406-1626/+3058
|\
| * Merge tag 'net-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-06-1963-208/+396
| |\
| | * net: ethernet: fix potential use-after-free in ec_bhf_removePavel Skripkin2021-06-181-1/+3
| | * net: ll_temac: Avoid ndo_start_xmit returning NETDEV_TX_BUSYEsben Haabendal2021-06-181-0/+5
| | * net: ll_temac: Fix TX BD buffer overwriteEsben Haabendal2021-06-181-1/+1