summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-05-31cfg80211: add and expose HE 6 GHz band capabilitiesJohannes Berg1-1/+8
2020-05-31mac80211: add HE 6 GHz Band Capabilities into parse extensionRajkumar Manoharan2-0/+5
2020-05-31cfg80211: handle 6 GHz capability of new stationRajkumar Manoharan1-1/+17
2020-05-31nl80211: really allow client-only BIGTK supportJohannes Berg2-3/+8
2020-05-31cfg80211: adapt to new channelization of the 6GHz bandArend Van Spriel1-2/+4
2020-05-31cfg80211: fix 6 GHz frequencies to kHzJohannes Berg1-1/+1
2020-05-28mac80211: support control port TX status reportingMarkus Theil5-22/+56
2020-05-27mac80211: fix HT-Control field reception for management framesJohannes Berg1-7/+37
2020-05-27cfg80211: fix CFG82011_CRDA_SUPPORT still mentioning internal regdbPatrick Steinhardt1-2/+2
2020-05-27nl80211: Add support to configure TID specific Tx rate configurationTamizh Chelvam1-14/+42
2020-05-27mac80211: allow SA-QUERY processing in userspaceJohannes Berg1-13/+36
2020-05-27nl80211: add ability to report TX status for control port TXMarkus Theil5-13/+60
2020-05-27mac80211: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-05-27cfg80211: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-05-27nl80211: support scan frequencies in KHzThomas Pedersen2-12/+41
2020-05-27nl80211: add KHz frequency offset for most wifi commandsThomas Pedersen1-20/+58
2020-05-27cfg80211: add KHz variants of frame RX APIThomas Pedersen4-18/+20
2020-05-27nl80211: simplify peer specific TID configurationSergey Matyukevich1-4/+1
2020-05-27cfg80211: add support for TID specific AMSDU configurationSergey Matyukevich1-0/+8
2020-05-27mac80211: fix variable names in TID config methodsSergey Matyukevich2-5/+5
2020-05-26net: ethtool: Allow PHY cable test TDR data to configuredAndrew Lunn1-2/+102
2020-05-26net: ethtool: Add helpers for cable test TDR dataAndrew Lunn1-1/+79
2020-05-26net: ethtool: Add generic parts of cable test TDRAndrew Lunn3-6/+64
2020-05-26mptcp: attempt coalescing when moving skbs to mptcp rx queueFlorian Westphal1-2/+19
2020-05-26net/smc: mark smc_pnet_policy as constDmitry Vyukov1-1/+1
2020-05-26Merge tag 'mac80211-next-for-net-next-2020-04-25' of git://git.kernel.org/pub...David S. Miller31-267/+507
2020-05-26cls_flower: Support filtering on multiple MPLS Label Stack EntriesGuillaume Nault1-1/+242
2020-05-26flow_dissector: Parse multiple MPLS Label Stack EntriesGuillaume Nault2-32/+69
2020-05-26Merge tag 'batadv-next-for-davem-20200526' of git://git.open-mesh.org/linux-m...David S. Miller5-20/+8
2020-05-26tipc: add test for Nagle algorithm effectivenessTuong Lien3-17/+64
2020-05-26tipc: add support for broadcast rcv stats dumpingTuong Lien9-56/+101
2020-05-26tipc: enable broadcast retrans via unicastTuong Lien6-11/+28
2020-05-26tipc: add back link trace eventsTuong Lien2-5/+11
2020-05-26tipc: introduce Gap ACK blocks for broadcast linkTuong Lien5-185/+293
2020-05-26tcp: tcp_v4_err() icmp skb is named icmp_skbEric Dumazet1-1/+1
2020-05-26batman-adv: Revert "disable ethtool link speed detection when auto negotiatio...Sven Eckelmann1-14/+1
2020-05-25bridge: mrp: Fix out-of-bounds read in br_mrp_parseHoratiu Vultur1-0/+6
2020-05-25tcp: allow traceroute -Mtcp for unpriv usersEric Dumazet2-0/+4
2020-05-25ipv4: potential underflow in compat_ip_setsockopt()Dan Carpenter1-1/+1
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller38-217/+442
2020-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds37-215/+435
2020-05-23ethtool: propagate get_coalesce return valueHeiner Kallweit1-1/+4
2020-05-23net: devres: provide devm_register_netdev()Bartosz Golaszewski1-0/+55
2020-05-23net: devres: define a separate devres structure for devm_alloc_etherdev()Bartosz Golaszewski1-8/+12
2020-05-23net: move devres helpers into a separate source fileBartosz Golaszewski3-29/+37
2020-05-23net: psample: fix build error when CONFIG_INET is not enabledRandy Dunlap1-0/+8
2020-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller17-374/+789
2020-05-23rxrpc: Fix a memory leak in rxkad_verify_response()Qiushi Wu1-2/+1
2020-05-22bridge: mrp: Restore port state when deleting MRP instanceHoratiu Vultur1-4/+9
2020-05-22bridge: mrp: Add br_mrp_unique_ifindex functionHoratiu Vultur1-0/+25