summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-05-16mac80211: minstrel_ht: support ieee80211_rate_statusJonas Jelonek2-9/+133
2022-05-16mac80211: extend current rate control tx status APIJonas Jelonek1-39/+52
2022-05-16mac80211: minstrel_ht: fill all requested ratesPeter Seiderer1-7/+7
2022-05-16mac80211: disable BSS color collision detection in case of no free colorsLavanya Suresh1-0/+9
2022-05-16nl80211: Parse NL80211_ATTR_HE_BSS_COLOR as a part of nl80211_parse_beaconRameshkumar Sundaram2-34/+34
2022-05-16mac80211: mlme: track assoc_bss/associated separatelyJohannes Berg2-10/+13
2022-05-16mac80211: remove useless bssid copyJohannes Berg1-3/+1
2022-05-16mac80211: remove unused argument to ieee80211_sta_connection_lost()Johannes Berg3-9/+7
2022-05-16mac80211: mlme: use local SSID copyJohannes Berg1-12/+2
2022-05-16mac80211: use ifmgd->bssid instead of ifmgd->associated->bssidJohannes Berg5-21/+21
2022-05-16mac80211: mlme: move in RSSI reporting codeJohannes Berg2-40/+40
2022-05-16mac80211: unify CCMP/GCMP AAD constructionJohannes Berg1-56/+31
2022-05-04mac80211: support disabling EHT modeMuna Sinada1-0/+3
2022-05-04cfg80211: support disabling EHT modeMuna Sinada1-0/+7
2022-05-04mac80211: upgrade passive scan to active scan on DFS channels after beacon rxFelix Fietkau2-0/+25
2022-05-04mac80211: tx: delete a redundant if statement in ieee80211_check_fast_xmit()Hangyu Hua1-2/+0
2022-05-04mac80211: consider Order bit to fill CCMP AADPing-Ke Shih1-7/+9
2022-05-04cfg80211: declare MODULE_FIRMWARE for regulatory.dbDimitri John Ledkov1-0/+4
2022-05-04nl80211: rework internal_flags usageJohannes Berg1-145/+199
2022-05-04nl80211: don't hold RTNL in color change requestJohannes Berg1-2/+1
2022-05-04cfg80211: remove cfg80211_get_chan_state()Johannes Berg3-108/+3
2022-05-04Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski29-342/+448
2022-05-04netdev: reshuffle netif_napi_add() APIs to allow dropping weightJakub Kicinski1-3/+3
2022-05-04mptcp: allow ADD_ADDR reissuance by userspace PMsKishen Maloor1-2/+10
2022-05-04mptcp: expose server_side attribute in MPTCP netlink eventsKishen Maloor1-0/+3
2022-05-04mptcp: establish subflows from either end of connectionKishen Maloor3-7/+8
2022-05-04mptcp: reflect remote port (not 0) in ANNOUNCED eventsKishen Maloor4-8/+15
2022-05-04mptcp: store remote id from MP_JOIN SYN/ACK in local ctxKishen Maloor1-0/+1
2022-05-04mptcp: bypass in-kernel PM restrictions for non-kernel PMsKishen Maloor4-3/+32
2022-05-03net: sysctl: introduce sysctl SYSCTL_THREETonghao Zhang4-9/+4
2022-05-03net: sysctl: use shared sysctl macroTonghao Zhang3-16/+10
2022-05-03vsock/virtio: add support for device suspend/resumeStefano Garzarella1-0/+47
2022-05-03vsock/virtio: factor our the code to initialize and delete VQsStefano Garzarella1-66/+84
2022-05-03ipv6: Don't send rs packets to the interface of ARPHRD_TUNNELjianghaoran1-1/+2
2022-05-03tcp: optimise skb_zerocopy_iter_stream()Pavel Begunkov1-2/+1
2022-05-02Stefan Schmidt says:Jakub Kicinski4-5/+74
2022-05-02rtnl: move rtnl_newlink_create()Jakub Kicinski1-91/+86
2022-05-02rtnl: split __rtnl_newlink() into two functionsJakub Kicinski1-3/+20
2022-05-02rtnl: allocate more attr tables on the heapJakub Kicinski1-12/+18
2022-05-02ip6_gre: Make IP6GRE and IP6GRETAP devices always NETIF_F_LLTXPeilin Ye1-21/+13
2022-05-02ip_gre: Make GRE and GRETAP devices always NETIF_F_LLTXPeilin Ye1-28/+22
2022-05-01ethtool: Add 10base-T1L link mode entryAlexandru Tachici1-0/+3
2022-05-01sock: optimise sock_def_write_space barriersPavel Begunkov1-1/+25
2022-05-01sock: optimise UDP sock_wfree() refcountingPavel Begunkov1-0/+14
2022-05-01sock: dedup sock_def_write_space wmem_alloc checksPavel Begunkov1-3/+2
2022-04-30net: mac802154: Fix symbol durationsMiquel Raynal1-6/+6
2022-04-30ipv4: remove unnecessary type castingsYu Zhe8-10/+10
2022-04-30tcp: use tcp_skb_sent_after() instead in RACKPengcheng Yang1-10/+5
2022-04-30tcp: drop skb dst in tcp_rcv_established()Eric Dumazet1-0/+1
2022-04-30ipv6: refactor ip6_finish_output2()Pavel Begunkov1-11/+13