summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2021-06-22hv_netvsc: Avoid field-overflowing memcpy()Kees Cook2-4/+3
2021-06-22net: dsa: b53: Create default VLAN entry explicitlyFlorian Fainelli1-8/+19
2021-06-22octeontx2-af: Avoid field-overflowing memcpy()Kees Cook1-1/+1
2021-06-22wwan: core: add WWAN common private data for netdevSergey Ryazanov4-15/+43
2021-06-22net: iosm: create default link via WWAN coreSergey Ryazanov2-1/+5
2021-06-22wwan: core: support default netdev creationSergey Ryazanov4-4/+79
2021-06-22wwan: core: no more hold netdev ops owning moduleSergey Ryazanov3-13/+1
2021-06-22net: iosm: drop custom netdev(s) removingSergey Ryazanov1-14/+1
2021-06-22wwan: core: remove all netdevs on ops unregisteringSergey Ryazanov1-9/+31
2021-06-22wwan: core: multiple netdevs deletion supportSergey Ryazanov1-1/+1
2021-06-22wwan: core: require WWAN netdev setup callback existenceSergey Ryazanov1-1/+1
2021-06-22wwan: core: relocate ops registering codeSergey Ryazanov1-71/+71
2021-06-22wwan_hwsim: support network interface creationSergey Ryazanov1-0/+48
2021-06-22net: mvpp2: remove unused 'has_phy' fieldMarcin Wojtas2-4/+0
2021-06-22net: mvpp2: enable using phylink with ACPIMarcin Wojtas1-5/+17
2021-06-22net: mvmdio: add ACPI supportMarcin Wojtas1-2/+12
2021-06-22net/fsl: switch to fwnode_mdiobus_registerMarcin Wojtas2-12/+3
2021-06-22net: mdiobus: Introduce fwnode_mdbiobus_register()Marcin Wojtas1-0/+22
2021-06-22ibmvnic: Use strscpy() instead of strncpy()Kees Cook1-3/+3
2021-06-22net: ll_temac: Remove left-over debug messageEsben Haabendal1-3/+1
2021-06-22net: hns3: Fix a memory leak in an error handling path in 'hclge_handle_error...Christophe JAILLET1-2/+4
2021-06-22net: fec: add ndo_select_queue to fix TX bandwidth fluctuationsFugang Duan1-0/+32
2021-06-22net: fec: add FEC_QUIRK_HAS_MULTI_QUEUES represents i.MX6SX ENET IPJoakim Zhang2-5/+11
2021-06-21net: c101: remove redundant spacesPeng Li1-1/+1
2021-06-21net: c101: replace comparison to NULL with "!card"Peng Li1-2/+2
2021-06-21net: c101: add blank line after declarationsPeng Li1-0/+1
2021-06-21mlxsw: core: Add support for module EEPROM read by pageIdo Schimmel4-0/+108
2021-06-21mlxsw: reg: Document possible MCIA status valuesIdo Schimmel1-0/+14
2021-06-21mlxsw: reg: Add bank number to MCIA registerIdo Schimmel1-0/+6
2021-06-21net: ipa: add IPA v3.1 configuration dataAlex Elder4-3/+541
2021-06-21net: ipa: introduce gsi_ring_setup()Alex Elder2-28/+51
2021-06-21net: ipa: FLAVOR_0 register doesn't exist until IPA v3.5Alex Elder1-0/+15
2021-06-21net: ipa: disable misc clock gating for IPA v3.1Alex Elder1-5/+9
2021-06-21net: ipa: inter-EE interrupts aren't always availableAlex Elder2-4/+12
2021-06-21nfp: flower-ct: check for error in nfp_fl_ct_offload_nft_flow()Dan Carpenter1-0/+2
2021-06-21net: qualcomm: rmnet: fix two pointer math bugsDan Carpenter1-2/+2
2021-06-21net: iosm: remove an unnecessary NULL checkDan Carpenter1-1/+1
2021-06-21net: hns3: fix a double shift bugDan Carpenter1-3/+3
2021-06-21net: hns3: fix different snprintf() limitDan Carpenter1-3/+1
2021-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski65-203/+407
2021-06-19Merge tag 'net-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds61-203/+391
2021-06-18net: wwan: Allow WWAN drivers to provide blocking tx and poll functionStephan Gerhold2-4/+35
2021-06-18net: wwan: Add RPMSG WWAN CTRL driverStephan Gerhold3-0/+162
2021-06-18Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller9-364/+62
2021-06-18net: ethernet: fix potential use-after-free in ec_bhf_removePavel Skripkin1-1/+3
2021-06-18net: dsa: sja1105: completely error out in sja1105_static_config_reload if so...Vladimir Oltean1-7/+12
2021-06-18net: dsa: sja1105: allow the TTEthernet configuration in the static config fo...Vladimir Oltean1-2/+1
2021-06-18net: hns3: fix reuse conflict of the rx pageYunsheng Lin1-7/+19
2021-06-18net: dsa: sja1105: properly power down the microcontroller clock for SJA1110Vladimir Oltean4-16/+53
2021-06-18net: ll_temac: Avoid ndo_start_xmit returning NETDEV_TX_BUSYEsben Haabendal1-0/+5