summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: Use swap() instead of open coding itJiapeng Chong2022-05-131-16/+4
* sfc/siena: Reinstate SRIOV init/fini function callsMartin Habets2022-05-122-0/+19
* sfc/siena: Make PTP and reset support specific for SienaMartin Habets2022-05-122-4/+5
* sfc/siena: Make MCDI logging support specific for SienaMartin Habets2022-05-126-15/+26
* siena: Make HWMON support specific for SienaMartin Habets2022-05-124-6/+13
* siena: Make SRIOV support specific for SienaMartin Habets2022-05-1213-30/+38
* siena: Make MTD support specific for SienaMartin Habets2022-05-129-13/+21
* net: mscc: ocelot: move ocelot_port_private :: chip_port to ocelot_port :: indexVladimir Oltean2022-05-123-39/+39
* net: dsa: felix: reimplement tagging protocol change with function pointersVladimir Oltean2022-05-122-197/+216
* net: dsa: felix: dynamically determine tag_8021q CPU port for trapsVladimir Oltean2022-05-121-9/+17
* net: dsa: remove port argument from ->change_tag_protocol()Vladimir Oltean2022-05-123-33/+30
* net: dsa: felix: manage host flooding using a specific driver callbackVladimir Oltean2022-05-122-0/+34
* net: dsa: felix: bring the NPI port indirection for host flooding to surfaceVladimir Oltean2022-05-122-3/+3
* net: dsa: felix: bring the NPI port indirection for host MDBs to surfaceVladimir Oltean2022-05-122-6/+6
* net: dsa: felix: program host FDB entries towards PGID_CPU for tag_8021q tooVladimir Oltean2022-05-122-8/+11
* net: lan966x: Fix use of pointer after being freedHoratiu Vultur2022-05-121-2/+2
* mlxbf_gige: remove driver-managed interrupt countsDavid Thompson2022-05-123-17/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-1268-316/+644
|\
| * Merge tag 'net-5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-05-1240-172/+294
| |\
| | * net: sfc: ef10: fix memory leak in efx_ef10_mtd_probe()Taehee Yoo2022-05-121-0/+5
| | * net: dsa: bcm_sf2: Fix Wake-on-LAN with mac_link_down()Florian Fainelli2022-05-121-0/+3
| | * mlxsw: Avoid warning during ip6gre device removalAmit Cohen2022-05-121-8/+3
| | * net: bcmgenet: Check for Wake-on-LAN interrupt probe deferralFlorian Fainelli2022-05-121-0/+4
| | * net: ethernet: mediatek: ppe: fix wrong size passed to memset()Yang Yingliang2022-05-121-1/+1
| | * Merge tag 'wireless-2022-05-11' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2022-05-119-67/+93
| | |\
| | | * mac80211_hwsim: call ieee80211_tx_prepare_skb under RCU protectionJohannes Berg2022-05-091-0/+3
| | | * mac80211_hwsim: fix RCU protected chanctx accessJohannes Berg2022-05-091-2/+5
| | | * ath11k: reduce the wait time of 11d scan and hw scan while add interfaceWen Gong2022-04-297-64/+84
| | | * iwlwifi: iwl-dbg: Use del_timer_sync() before freeingGuenter Roeck2022-04-231-1/+1
| | * | i40e: i40e_main: fix a missing check on list iteratorXiaomeng Tong2022-05-111-13/+14
| | * | s390/lcs: fix variable dereferenced before checkAlexandra Winter2022-05-111-3/+4
| | * | s390/ctcm: fix potential memory leakAlexandra Winter2022-05-111-5/+1
| | * | s390/ctcm: fix variable dereferenced before checkAlexandra Winter2022-05-111-2/+3
| | * | net: atlantic: verify hw_head_ lies within TX buffer ringGrant Grundler2022-05-111-0/+7
| | * | net: atlantic: add check for MAX_SKB_FRAGSGrant Grundler2022-05-111-1/+5
| | * | net: atlantic: reduce scope of is_rsc_completeGrant Grundler2022-05-111-7/+6
| | * | net: atlantic: fix "frag[0] not initialized"Grant Grundler2022-05-111-2/+1
| | * | net: stmmac: fix missing pci_disable_device() on error in stmmac_pci_probe()Yang Yingliang2022-05-101-3/+1
| | * | net: phy: micrel: Fix incorrect variable type in micrelWan Jiabing2022-05-101-3/+2
| | * | net: atlantic: always deep reset on pm op, fixing up my null deref regressionManuel Ullmann2022-05-101-2/+2
| | * | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2022-05-095-28/+78
| | |\ \
| | | * | ice: fix PTP stale Tx timestamps cleanupMichal Michalik2022-05-061-2/+8
| | | * | ice: clear stale Tx queue settings before configuringAnatolii Gerasymenko2022-05-061-18/+50
| | | * | ice: Fix race during aux device (un)pluggingIvan Vecera2022-05-063-8/+20
| | * | | net: phy: Fix race condition on link status changeFrancesco Dolcini2022-05-091-1/+6
| | * | | ptp: ocp: Use DIV64_U64_ROUND_UP for rounding.Jonathan Lemon2022-05-091-1/+1
| | * | | ethernet: tulip: fix missing pci_disable_device() on error in tulip_init_one()Yang Yingliang2022-05-091-1/+4
| | * | | ionic: fix missing pci_release_regions() on error in ionic_probe()Yang Yingliang2022-05-091-1/+2
| | * | | net: sfc: fix memory leak due to ptp channelTaehee Yoo2022-05-093-2/+20
| | * | | net: chelsio: cxgb4: Avoid potential negative array offsetKees Cook2022-05-061-5/+5
| | |/ /