index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
2022-02-16
mac80211: parse AddBA request with extended AddBA element
Mordechay Goodstein
2022-02-16
mac80211: calculate max RX NSS for EHT mode
Mordechay Goodstein
2022-02-16
mac80211: Add support for storing station EHT capabilities
Ilan Peer
2022-02-16
mac80211: Handle station association response with EHT
Ilan Peer
2022-02-16
mac80211: Add EHT capabilities to association/probe request
Ilan Peer
2022-02-16
mac80211: Add initial support for EHT and 320 MHz channels
Ilan Peer
2022-02-16
mac80211: Support parsing EHT elements
Ilan Peer
2022-02-16
cfg80211: Support configuration of station EHT capabilities
Ilan Peer
2022-02-16
cfg80211: add NO-EHT flag to regulatory
Ilan Peer
2022-02-16
nl80211: add support for 320MHz channel limitation
Sriram R
2022-02-16
nl80211: add EHT MCS support
Veerendranath Jakkam
2022-02-16
cfg80211: Add support for EHT 320 MHz channel width
Jia Ding
2022-02-16
cfg80211: Add data structures to capture EHT capabilities
Ilan Peer
2022-02-16
ieee80211: add EHT 1K aggregation definitions
Mordechay Goodstein
2022-02-16
nl80211: accept only HE capability elements with valid size
Johannes Berg
2022-02-16
mac80211: parse only HE capability elements with valid size
Johannes Berg
2022-02-16
nl80211: use RCU to read regdom in reg get/dump
Johannes Berg
2022-02-11
Merge tag 'wireless-next-2022-02-11' of git://git.kernel.org/pub/scm/linux/ke...
David S. Miller
2022-02-11
ipv4: add (struct uncached_list)->quarantine list
Eric Dumazet
2022-02-11
ipv6: add (struct uncached_list)->quarantine list
Eric Dumazet
2022-02-11
ipv6: give an IPv6 dev to blackhole_netdev
Eric Dumazet
2022-02-11
ipv6: get rid of net->ipv6.rt6_stats->fib_rt_uncache
Eric Dumazet
2022-02-11
ipv6: Reject routes configurations that specify dsfield (tos)
Guillaume Nault
2022-02-11
net: dsa: remove lockdep class for DSA slave address list
Vladimir Oltean
2022-02-11
net: dsa: remove lockdep class for DSA master address list
Vladimir Oltean
2022-02-11
net: dsa: remove ndo_get_phys_port_name and ndo_get_port_parent_id
Vladimir Oltean
2022-02-11
net/smc: Add global configure for handshake limitation by netlink
D. Wythe
2022-02-11
net/smc: Dynamic control handshake limitation by socket options
D. Wythe
2022-02-11
net/smc: Limit SMC visits when handshake workqueue congested
D. Wythe
2022-02-11
net/smc: Limit backlog connections
D. Wythe
2022-02-11
net/smc: Make smc_tcp_listen_work() independent
D. Wythe
2022-02-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-10
Merge tag 'net-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2022-02-10
net/switchdev: use struct_size over open coded arithmetic
Minghao Chi (CGEL ZTE)
2022-02-10
ipv4: Reject again rules with high DSCP values
Guillaume Nault
2022-02-10
net: make net->dev_unreg_count atomic
Eric Dumazet
2022-02-10
net: mpls: Fix GCC 12 warning
Victor Erminpour
2022-02-10
skbuff: cleanup double word in comment
Tom Rix
2022-02-10
net: ping6: support setting socket options via cmsg
Jakub Kicinski
2022-02-10
net: ping6: support packet timestamping
Jakub Kicinski
2022-02-10
net: ping6: remove a pr_debug() statement
Jakub Kicinski
2022-02-10
Merge tag 'ieee802154-for-davem-2022-02-10' of git://git.kernel.org/pub/scm/l...
David S. Miller
2022-02-10
tipc: improve size validations for received domain records
Jon Maloy
2022-02-09
mptcp: netlink: process IPv6 addrs in creating listening sockets
Kishen Maloor
2022-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next
Jakub Kicinski
2022-02-09
tcp: Don't acquire inet_listen_hashbucket::lock with disabled BH.
Sebastian Andrzej Siewior
2022-02-09
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-02-09
net: drop_monitor: support drop reason
Menglong Dong
2022-02-09
bpf: Make remote_port field in struct bpf_sk_lookup 16-bit wide
Jakub Sitnicki
2022-02-09
vlan: move dev_put into vlan_dev_uninit
Xin Long
[next]