aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-12-21Merge tag 'mac80211-next-for-net-next-2021-12-21' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJakub Kicinski39-239/+872
2021-12-21net/sched: use min() macro instead of doing it manuallyYang Li1-3/+3
2021-12-20Merge branch 'net-amd-xgbe-add-support-for-yellow-carp-ethernet-device'Jakub Kicinski3-8/+17
2021-12-20net: amd-xgbe: Disable the CDR workaround path for Yellow Carp DevicesRaju Rangoju1-2/+5
2021-12-20net: amd-xgbe: Alter the port speed bit rangeRaju Rangoju2-6/+6
2021-12-20net: amd-xgbe: Add Support for Yellow Carp Ethernet deviceRaju Rangoju2-0/+6
2021-12-20mctp: emit RTM_NEWADDR and RTM_DELADDRMatt Johnston2-5/+50
2021-12-20Merge branch 'lan966x-switchdev-and-vlan'David S. Miller10-29/+1645
2021-12-20net: lan966x: Extend switchdev with fdb supportHoratiu Vultur6-3/+298
2021-12-20net: lan966x: Extend switchdev bridge flagsHoratiu Vultur1-0/+39
2021-12-20net: lan966x: Add vlan support.Horatiu Vultur5-6/+448
2021-12-20net: lan966x: Add support to offload the forwarding.Horatiu Vultur5-2/+354
2021-12-20net: lan966x: Remove .ndo_change_rx_flagsHoratiu Vultur1-23/+0
2021-12-20net: lan966x: More MAC table functionalityHoratiu Vultur2-0/+114
2021-12-20net: lan966x: add support for interrupts from analyzerHoratiu Vultur3-0/+266
2021-12-20dt-bindings: net: lan966x: Extend with the analyzer interruptHoratiu Vultur1-0/+2
2021-12-20net: lan966x: Add registers that are used for switch and vlan functionalityHoratiu Vultur1-0/+129
2021-12-20Merge branch 'mlxsw-devlink=health-reporter-extensions'David S. Miller2-30/+283
2021-12-20mlxsw: core: Extend devlink health reporter with new events and parametersDanielle Ratson1-0/+131
2021-12-20mlxsw: reg: Extend MFDE register with new events and parametersDanielle Ratson1-1/+104
2021-12-20mlxsw: core: Convert a series of if statements to switch caseDanielle Ratson1-18/+40
2021-12-20mlxsw: Fix naming convention of MFDE fieldsDanielle Ratson2-15/+12
2021-12-20bnx2x: Invalidate fastpath HSI version for VFsManish Chopra1-2/+11
2021-12-20bnx2x: Utilize firmware 7.13.21.0Manish Chopra5-28/+69
2021-12-20cfg80211: Enable regulatory enforcement checks for drivers supporting mesh ifaceSriram R2-0/+3
2021-12-20rfkill: allow to get the software rfkill stateEmmanuel Grumbach2-0/+19
2021-12-20cfg80211: refactor cfg80211_get_ies_channel_number()Johannes Berg1-24/+22
2021-12-20nl82011: clarify interface combinations wrt. channelsJohannes Berg1-1/+1
2021-12-20nl80211: Add support to offload SA Query procedures for AP SME deviceVeerendranath Jakkam1-4/+12
2021-12-20nl80211: Add support to set AP settings flags with single attributeVeerendranath Jakkam3-14/+25
2021-12-20mac80211: add more HT/VHT/HE state loggingJohannes Berg1-12/+33
2021-12-20cfg80211: Use the HE operation IE to determine a 6GHz BSS channelAyala Beker2-18/+62
2021-12-20cfg80211: rename offchannel_chain structs to background_chain to avoid confusion with ETSI standardLorenzo Bianconi11-100/+102
2021-12-20mac80211: Notify cfg80211 about association comebackIlan Peer1-0/+4
2021-12-20cfg80211: Add support for notifying association comebackIlan Peer4-0/+74
2021-12-20mac80211: introduce channel switch disconnect functionNathan Errera2-1/+25
2021-12-20cfg80211: Fix order of enum nl80211_band_iftype_attr documentationIlan Peer1-2/+1
2021-12-20cfg80211: simplify cfg80211_chandef_valid()Johannes Berg1-30/+32
2021-12-20mac80211: Remove a couple of obsolete TODOIlan Peer2-12/+5
2021-12-20mac80211: fix FEC flag in radio tap headerP Praneesh1-1/+6
2021-12-20mac80211: use coarse boottime for airtime fairness codeFelix Fietkau1-5/+5
2021-12-19Merge branch 'tc-action-offload'David S. Miller42-320/+1222
2021-12-19selftests: tc-testing: add action offload selftest for action and filterBaowen Zheng2-0/+96
2021-12-19flow_offload: validate flags of filter and actionsBaowen Zheng7-20/+51
2021-12-19flow_offload: add reoffload process to update hw_countBaowen Zheng3-17/+250
2021-12-19net: sched: save full flags for tc actionBaowen Zheng1-3/+5
2021-12-19flow_offload: add process to update action stats from hardwareBaowen Zheng3-8/+45
2021-12-19flow_offload: rename exts stats update functions with hwBaowen Zheng3-14/+14
2021-12-19flow_offload: add skip_hw and skip_sw to control if offload the actionBaowen Zheng3-9/+84
2021-12-19flow_offload: allow user to offload tc action to net deviceBaowen Zheng17-23/+254