summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* iavf: add support for UDP Segmentation OffloadBrett Creeley2021-04-223-4/+14
* ice: Advertise virtchnl UDP segmentation offload capabilityBrett Creeley2021-04-221-0/+3
* ice: Allow ignoring opcodes on specific VFMichal Swiatkowski2021-04-225-0/+198
* ice: warn about potentially malicious VFsVignesh Sridhar2021-04-227-4/+605
* net: phy: marvell: don't use empty switch default caseMarek Behún2021-04-211-2/+0
* net: ethernet: ravb: Fix release of refclkAdam Ford2021-04-211-3/+4
* stmmac: intel: set TSO/TBS TX Queues default settingsOng Boon Leong2021-04-211-0/+3
* stmmac: intel: unlock on error path in intel_crosststamp()Dan Carpenter2021-04-211-0/+1
* net: dsa: mv88e6xxx: Export cross-chip PVT as devlink regionTobias Waldekranz2021-04-214-0/+78
* net: dsa: mv88e6xxx: Fix off-by-one in VTU devlink region sizeTobias Waldekranz2021-04-211-1/+1
* net: dsa: mv88e6xxx: Correct spelling of define "ADRR" -> "ADDR"Tobias Waldekranz2021-04-212-2/+2
* octeontx2-af: Add mailbox for CPT statsSrujana Challa2021-04-212-0/+160
* octeontx2-af: cn10k: Add mailbox to configure reassembly timeoutSrujana Challa2021-04-212-7/+75
* octeontx2-af: cn10k: Mailbox changes for CN10K CPTSrujana Challa2021-04-212-1/+31
* net: wwan: mhi_wwan_ctrl: Fix RX buffer starvationLoic Poulain2021-04-201-4/+4
* net: phy: at803x: fix probe error if copper page is selectedMichael Walle2021-04-201-6/+17
* net: mana: remove redundant initialization of variable errColin Ian King2021-04-201-1/+1
* virtio-net: fix use-after-free in page_to_skb()Eric Dumazet2021-04-201-1/+4
* phy: nxp-c45-tja11xx: fix phase offset calculationRadu Pirea (NXP OSS)2021-04-201-1/+1
* net: enetc: automatically select IERB moduleMichael Walle2021-04-201-1/+1
* virtio-net: restrict build_skb() use to some archesEric Dumazet2021-04-201-1/+1
* net: wwan: Fix bit ops double shiftLoic Poulain2021-04-202-4/+6
* net: dsa: mv88e6xxx: Allow dynamic reconfiguration of tag protocolTobias Waldekranz2021-04-201-0/+39
* net: dsa: mv88e6xxx: Mark chips with undocumented EDSA tag supportTobias Waldekranz2021-04-202-35/+46
* Merge tag 'mac80211-next-for-net-next-2021-04-20' of git://git.kernel.org/pub...David S. Miller2021-04-209-45/+40
|\
| * wireless: fix spelling of A-MSDU in HE capabilitiesJohannes Berg2021-04-196-10/+10
| * wireless: align HE capabilities A-MPDU Length Exponent ExtensionJohannes Berg2021-04-195-11/+10
| * wireless: align some HE capabilities with the specJohannes Berg2021-04-195-16/+16
| * cfg80211: constify ieee80211_get_response_rate returnJoe Perches2021-04-192-2/+2
| * mac80211_hwsim: use DEFINE_SPINLOCK() for spinlockGuobin Huang2021-04-081-6/+2
* | mlxsw: spectrum_qdisc: Index future FIFOs by band numberPetr Machata2021-04-201-7/+6
* | mlxsw: spectrum_qdisc: Allocate child qdiscs dynamicallyPetr Machata2021-04-201-32/+83
* | mlxsw: spectrum_qdisc: Guard all qdisc accesses with a lockPetr Machata2021-04-201-16/+73
* | mlxsw: spectrum_qdisc: Track children per qdiscPetr Machata2021-04-201-46/+118
* | mlxsw: spectrum_qdisc: Promote backlog reduction to mlxsw_sp_qdisc_destroy()Petr Machata2021-04-201-30/+18
* | mlxsw: spectrum_qdisc: Track tclass_num as int, not u8Petr Machata2021-04-201-6/+6
* | mlxsw: spectrum_qdisc: Drop an always-true conditionPetr Machata2021-04-201-4/+1
* | mlxsw: spectrum_qdisc: Simplify mlxsw_sp_qdisc_compare()Petr Machata2021-04-201-15/+7
* | mlxsw: spectrum_qdisc: Drop one argument from check_params callbackPetr Machata2021-04-201-7/+1
* | korina: Fix build.David S. Miller2021-04-201-1/+1
* | net: phy: marvell: add support for Amethyst internal PHYMarek Behún2021-04-201-3/+114
* | net: dsa: mv88e6xxx: simulate Amethyst PHY model numberMarek Behún2021-04-201-0/+1
* | net: phy: marvell: use assignment by bitwise AND operatorMarek Behún2021-04-201-1/+1
* | net: phy: marvell: fix HWMON enable register for 6390Marek Behún2021-04-201-10/+9
* | net: phy: marvell: refactor HWMON OOP styleMarek Behún2021-04-201-244/+125
* | korina: Fix conflict with global symbol desc_empty on x86.David S. Miller2021-04-201-8/+8
* | Merge tag 'mlx5-updates-2021-04-19' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2021-04-2015-164/+1298
|\ \
| * | net/mlx5: DR, Add support for isolate_vl_tc QPYevgeny Kliteynik2021-04-193-0/+11
| * | net/mlx5: DR, Add support for force-loopback QPYevgeny Kliteynik2021-04-193-5/+72
| * | net/mlx5: DR, Add support for matching tunnel GTP-UYevgeny Kliteynik2021-04-198-1/+397