index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-31
net/sched: cls_u32: Use struct_size() helper
Gustavo A. R. Silva
1
-14
/
+6
2020-07-31
hsr: Use %pM format specifier for MAC addresses
Andy Shevchenko
1
-8
/
+2
2020-07-31
net: Pass NULL to skb_network_protocol() when we don't care about vlan depth
Miaohe Lin
1
-2
/
+1
2020-07-31
net/sched: The error lable position is corrected in ct_init_module
liujian
1
-2
/
+2
2020-07-31
bluetooth: sco: Fix sockptr reference.
David S. Miller
1
-1
/
+1
2020-07-31
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
David S. Miller
22
-149
/
+1465
2020-07-31
netfilter: nft_compat: make sure xtables destructors have run
Florian Westphal
2
-6
/
+40
2020-07-31
Bluetooth: Remove CRYPTO_ALG_INTERNAL flag
Herbert Xu
2
-4
/
+4
2020-07-31
Bluetooth: Increment management interface revision
Marcel Holtmann
1
-1
/
+1
2020-07-31
mac80211: warn only once in check_sdata_in_driver() at each caller
Johannes Berg
1
-6
/
+5
2020-07-31
nl80211: support 4-way handshake offloading for WPA/WPA2-PSK in AP mode
Chung-Hsien Hsu
1
-1
/
+3
2020-07-31
cfg80211: invert HE BSS color 'disabled' to 'enabled'
Johannes Berg
3
-10
/
+7
2020-07-31
mac80211: add a function for running rx without passing skbs to the stack
Felix Fietkau
2
-23
/
+39
2020-07-31
mac80211: parse radiotap header when selecting Tx queue
Mathy Vanhoef
2
-34
/
+35
2020-07-31
mac80211: remove unused flags argument in transmit functions
Mathy Vanhoef
7
-22
/
+18
2020-07-31
mac80211: use same flag everywhere to avoid sequence number overwrite
Mathy Vanhoef
3
-7
/
+3
2020-07-31
mac80211: do not overwrite the sequence number if requested
Mathy Vanhoef
1
-0
/
+3
2020-07-31
mac80211: add radiotap flag to prevent sequence number overwrite
Mathy Vanhoef
1
-0
/
+2
2020-07-31
mac80211: never drop injected frames even if normally not allowed
Mathy Vanhoef
1
-1
/
+1
2020-07-31
cfg80211/mac80211: avoid bss color setting in non-HE modes
P Praneesh
3
-4
/
+11
2020-07-31
mac80211: calculate skb hash early when using itxq
Felix Fietkau
1
-0
/
+1
2020-07-31
mac80211: improve AQL tx airtime estimation
Felix Fietkau
3
-6
/
+23
2020-07-31
cfg80211/mac80211: add connected to auth server to station info
Markus Theil
3
-1
/
+6
2020-07-31
cfg80211/mac80211: add connected to auth server to meshconf
Markus Theil
4
-2
/
+17
2020-07-31
cfg80211/mac80211: add mesh_param "mesh_nolearn" to skip path discovery
Linus Lüssing
6
-2
/
+53
2020-07-31
cfg80211: allow the low level driver to flush the BSS table
Emmanuel Grumbach
1
-0
/
+10
2020-07-31
mac80211: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
16
-43
/
+42
2020-07-31
nl80211: Simplify error handling path in 'nl80211_trigger_scan()'
Christophe JAILLET
1
-8
/
+11
2020-07-31
nl80211: Remove a misleading label in 'nl80211_trigger_scan()'
Christophe JAILLET
1
-21
/
+10
2020-07-31
cfg80211: allow vendor dumpit to terminate by returning 0
Julian Squires
1
-1
/
+1
2020-07-31
mac80211: remove the need for variable rates_idx
Colin Ian King
1
-3
/
+1
2020-07-31
nl80211: S1G band and channel definitions
Thomas Pedersen
7
-3
/
+59
2020-07-31
Bluetooth: use the proper scan params when conn is pending
Alain Michaud
1
-0
/
+24
2020-07-30
Merge tag 'mac80211-for-davem-2020-07-30' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
David S. Miller
7
-9
/
+27
2020-07-30
net/sched: act_pedit: Use flex_array_size() helper in memcpy()
Gustavo A. R. Silva
1
-2
/
+1
2020-07-31
udp, bpf: Ignore connections in reuseport group after BPF sk lookup
Jakub Sitnicki
2
-2
/
+2
2020-07-30
devlink: ignore -EOPNOTSUPP errors on dumpit
Jakub Kicinski
1
-6
/
+18
2020-07-30
rxrpc: Fix race between recvmsg and sendmsg on immediate call failure
David Howells
4
-12
/
+28
2020-07-30
l2tp: improve API documentation in l2tp_core.h
Tom Parkin
1
-14
/
+72
2020-07-30
l2tp: tweak exports for l2tp_recv_common and l2tp_ioctl
Tom Parkin
2
-2
/
+2
2020-07-30
l2tp: remove build_header callback in struct l2tp_session
Tom Parkin
2
-7
/
+4
2020-07-30
l2tp: return void from l2tp_session_delete
Tom Parkin
3
-10
/
+5
2020-07-30
l2tp: don't export tunnel and session free functions
Tom Parkin
2
-47
/
+46
2020-07-30
l2tp: don't export __l2tp_session_unhash
Tom Parkin
2
-32
/
+26
2020-07-30
ipv6: fix memory leaks on IPV6_ADDRFORM path
Cong Wang
2
-5
/
+13
2020-07-31
net/bpfilter: Initialize pos in __bpfilter_process_sockopt
Christoph Hellwig
1
-1
/
+1
2020-07-31
bpf: Expose socket storage to BPF_PROG_TYPE_CGROUP_SOCK
Stanislav Fomichev
2
-0
/
+13
2020-07-31
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
Ingo Molnar
1
-2
/
+2
2020-07-30
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
David S. Miller
10
-68
/
+333
2020-07-30
Bluetooth: fix kernel oops in store_pending_adv_report
Alain Michaud
1
-7
/
+19
[prev]
[next]