summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-02-14mac80211: Fix setting txpower to zeroBen Greear2-0/+3
2020-02-07mac80211: support NL80211_EXT_FEATURE_CONTROL_PORT_OVER_NL80211_MAC_ADDRSMarkus Theil2-1/+3
2020-02-07nl80211: add src and dst addr attributes for control port tx/rxMarkus Theil5-19/+40
2020-02-07mac80211: parse also the RSNXE IEShaul Triebitz2-1/+8
2020-02-07cfg80211/mac80211: Allow user space to register for station Rx authenticationIlan Peer4-7/+46
2020-02-07mac80211: Remove support for changing AP SMPS modeIlan Peer6-157/+10
2020-02-07mac80211: Handle SMPS mode changes only in AP modeIlan Peer3-20/+30
2020-02-07mac80211: Accept broadcast probe responses on 6GHz bandAndrei Otcheretianski1-1/+16
2020-02-07mac80211: HE: set RX NSSTova Mussai1-3/+32
2020-02-07mac80211: set station bandwidth from HE capabilityJohannes Berg2-0/+27
2020-02-07mac80211: remove supported channels element in 6 GHz if ECSA supportJohannes Berg1-13/+19
2020-02-07mac80211: update condition for HE disablementDaniel Gabay1-2/+2
2020-02-07mac80211: make ieee80211_wep_init() return voidLuca Coelho3-8/+3
2020-02-07mac80211: allow changing TX-related netdev featuresJohannes Berg3-6/+11
2020-02-07mac80211: check whether HE connection is allowed by the reg domainHaim Dreyfuss1-1/+16
2020-02-07mac80211: refactor extended element parsingJohannes Berg1-27/+48
2020-02-07mac80211: simplify and improve HT/VHT/HE disable codeJohannes Berg2-29/+38
2020-02-07cfg80211: Enhance the AKM advertizement to support per interface.Veerendranath Jakkam1-0/+43
2020-02-07cfg80211: add no HE indication to the channel flagHaim Dreyfuss2-0/+5
2020-02-07mac80211: fix 11w when using encapsulation offloadingJohn Crispin1-6/+10
2020-01-15mac80211: add ieee80211_is_any_nullfunc()Thomas Pedersen4-10/+7
2020-01-15mac80211: fix tx status for no ack casesMarkus Theil1-4/+11
2020-01-15mac80211: add handling for BSS colorJohn Crispin2-2/+12
2020-01-15nl80211: add handling for BSS colorJohn Crispin1-0/+40
2020-01-02mac80211: debugfs: improve airtime_flags handler readabilityLorenzo Bianconi1-2/+54
2020-01-02Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg159-1384/+6138
2019-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller41-295/+330
2019-12-30hsr: fix slab-out-of-bounds Read in hsr_debugfs_rename()Taehee Yoo1-1/+2
2019-12-30net/sched: add delete_empty() to filters and use it in cls_flowerDavide Caratti3-51/+17
2019-12-30net/ncsi: Fix gma flag setting after responseVijay Khemka2-3/+6
2019-12-30sctp: add enabled check for path tracepoint loop.Kevin Kou1-2/+3
2019-12-30tcp: Fix highest_sack and highest_sack_seqCambda Zhu1-0/+3
2019-12-30tcp_cubic: refactor code to perform a divide only when neededEric Dumazet1-23/+28
2019-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller5-144/+352
2019-12-28net: dsa: Deny PTP on master if switch supports itVladimir Oltean1-0/+30
2019-12-27ethtool: provide link state with LINKSTATE_GET requestMichal Kubecek7-5/+100
2019-12-27ethtool: add LINKMODES_NTF notificationMichal Kubecek3-2/+10
2019-12-27ethtool: set link modes related data with LINKMODES_SET requestMichal Kubecek3-0/+241
2019-12-27ethtool: provide link mode information with LINKMODES_GET requestMichal Kubecek4-1/+150
2019-12-27ethtool: add LINKINFO_NTF notificationMichal Kubecek3-2/+14
2019-12-27ethtool: add default notification handlerMichal Kubecek2-1/+92
2019-12-27ethtool: set link settings with LINKINFO_SET requestMichal Kubecek3-0/+78
2019-12-27ethtool: provide link settings with LINKINFO_GET requestMichal Kubecek7-49/+156
2019-12-27ethtool: provide string sets with STRSET_GET requestMichal Kubecek4-1/+438
2019-12-27ethtool: default handlers for GET requestsMichal Kubecek2-1/+436
2019-12-27ethtool: support for netlink notificationsMichal Kubecek1-0/+32
2019-12-27ethtool: netlink bitset handlingMichal Kubecek3-1/+764
2019-12-27ethtool: helper functions for netlink interfaceMichal Kubecek2-0/+371
2019-12-27ethtool: introduce ethtool netlink interfaceMichal Kubecek4-1/+56
2019-12-27net/sched: act_mirred: Pull mac prior redir to non mac_header_xmit deviceShmulik Ladkani1-10/+12