aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2022-02-19mctp i2c: MCTP I2C binding driverMatt Johnston3-0/+1094
2022-02-19Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queueDavid S. Miller9-23/+39
2022-02-19i40e: remove dead stores on XSK hotpathAlexander Lobakin1-2/+1
2022-02-18nfp: flower: Fix a potential leak in nfp_tunnel_add_shared_mac()Christophe JAILLET1-2/+2
2022-02-18ionic: clean up comments and whitespaceShannon Nelson3-5/+3
2022-02-18ionic: prefer strscpy over strlcpyShannon Nelson2-4/+4
2022-02-18ionic: Use vzalloc for large per-queue related buffersBrett Creeley1-8/+6
2022-02-18ionic: catch transition back to RUNNING with fw_generation 0Shannon Nelson1-2/+2
2022-02-18net: mvpp2: always set port pcs opsJeremy Linton1-3/+3
2022-02-18ice: initialize local variable 'tlv'Tom Rix1-1/+1
2022-02-18ice: check the return of ice_ptp_gettimex64Tom Rix1-1/+4
2022-02-18ice: fix concurrent reset and removal of VFsJacob Keller3-18/+27
2022-02-18ice: fix setting l4 port flag when adding filterMichal Swiatkowski1-2/+2
2022-02-18ice: Match on all profiles in slow-pathWojciech Drewek3-1/+5
2022-02-18net: ll_temac: check the return value of devm_kmalloc()Xiaoke Wang1-0/+2
2022-02-18net/ibmvnic: Cleanup workaround doing an EOI after partition migrationCédric Le Goater1-9/+26
2022-02-18teaming: deliver link-local packets with the link they arrive onjeffreyji1-0/+5
2022-02-18net: dsa: qca8k: mark as non-legacyRussell King (Oracle)1-0/+2
2022-02-18net: dsa: qca8k: move pcs configurationRussell King (Oracle)1-66/+84
2022-02-18net: dsa: qca8k: convert to use phylink_pcsRussell King (Oracle)2-12/+81
2022-02-18net: dsa: qca8k: move qca8k_phylink_mac_link_state()Russell King (Oracle)1-42/+42
2022-02-18net: dsa: qca8k: move qca8k_setup()Russell King (Oracle)1-214/+214
2022-02-18net: ethernet: xilinx: cleanup commentsTom Rix5-6/+6
2022-02-18sr9700: sanity check for packet lengthOliver Neukum1-1/+1
2022-02-18drivers: hamradio: 6pack: fix UAF bug caused by mod_timer()Duoming Zhou1-2/+2
2022-02-18iwlwifi: dbg_ini: Split memcpy() to avoid multi-field writeKees Cook2-2/+3
2022-02-18iwlwifi: mvm: Fix an error code in iwl_mvm_up()Dan Carpenter1-1/+3
2022-02-18iwlwifi: Fix -EIO error code that is never returnedColin Ian King1-1/+1
2022-02-18iwlwifi: mvm: rfi: use kmemdup() to replace kzalloc + memcpyBixuan Cui1-3/+1
2022-02-18iwlwifi: Fix syntax errors in commentsXiang wangx1-1/+1
2022-02-18iwlwifi: dvm: use struct_size over open coded arithmeticMinghao Chi (CGEL ZTE)1-1/+1
2022-02-18iwlwifi/fw: use struct_size over open coded arithmeticMinghao Chi (CGEL ZTE)1-1/+1
2022-02-18iwlwifi: Make use of the helper macro LIST_HEAD()Cai Huoqing1-1/+1
2022-02-18iwlwifi: mvm: fix off by one in iwl_mvm_stat_iterator_all_macs()Dan Carpenter1-1/+1
2022-02-18iwlwifi: yoyo: send hcmd to fw after dump collection completes.Mukesh Sisodiya5-3/+58
2022-02-18iwlwifi: mvm: move only to an enabled channelMiri Korenblit1-9/+22
2022-02-18iwlwifi: mvm: update BAID allocation command againJohannes Berg2-10/+27
2022-02-18iwlwifi: api: remove ttl field from TX commandJohannes Berg1-4/+3
2022-02-18iwlwifi: support new queue allocation commandJohannes Berg8-24/+142
2022-02-18iwlwifi: yoyo: support dump policy for the dump sizeMukesh Sisodiya3-14/+61
2022-02-18iwlwifi: pcie: iwlwifi: fix device id 7F70 structYaara Baruch1-3/+5
2022-02-18iwlwifi: tlc: Add logs in rs_fw_rate_init func to print TLC configurationAbhishek Naik3-5/+17
2022-02-18iwlwifi: mvm: remove iwl_mvm_disable_txq() flags argumentJohannes Berg1-11/+10
2022-02-18iwlwifi: remove command ID argument from queue allocationJohannes Berg4-14/+11
2022-02-18iwlwifi: make iwl_txq_dyn_alloc_dma() return the txqJohannes Berg1-14/+12
2022-02-18iwlwifi: fix small doc mistake for iwl_fw_ini_addr_valLuca Coelho1-3/+2
2022-02-18iwlwifi: mvm: add additional info for boot info failuresMordechay Goodstein2-0/+6
2022-02-18iwlwifi: mvm: always remove the session protection after associationEmmanuel Grumbach1-4/+1
2022-02-18iwlwifi: mvm: make iwl_mvm_reconfig_scd() staticJohannes Berg3-38/+35
2022-02-18iwlwifi: mvm: refactor setting PPE thresholds in STA_HE_CTXT_CMDMiri Korenblit1-91/+113