index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-01
mptcp: fix syncookie build error on UP
Florian Westphal
1
-3
/
+1
2020-08-01
fib: fix another fib_rules_ops indirect call wrapper problem
Brian Vazquez
1
-0
/
+6
2020-08-01
tcp: fix build fong CONFIG_MPTCP=n
Eric Dumazet
1
-2
/
+3
2020-07-31
Merge tag 'mac80211-next-for-davem-2020-07-31' of git://git.kernel.org/pub/sc...
David S. Miller
42
-235
/
+511
2020-07-31
rtnetlink: add support for protodown reason
Roopa Prabhu
4
-5
/
+147
2020-07-31
tun: add missing rcu annotation in tun_set_ebpf()
Jason Wang
1
-1
/
+1
2020-07-31
tcp: add earliest departure time to SCM_TIMESTAMPING_OPT_STATS
Yousuk Seung
4
-3
/
+9
2020-07-31
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...
David S. Miller
17
-178
/
+77
2020-07-31
Merge branch 'mptcp-syncookies'
David S. Miller
16
-43
/
+453
2020-07-31
selftests: mptcp: add test cases for mptcp join tests with syn cookies
Florian Westphal
1
-2
/
+64
2020-07-31
selftests: mptcp: make 2nd net namespace use tcp syn cookies unconditionally
Florian Westphal
1
-0
/
+47
2020-07-31
mptcp: enable JOIN requests even if cookies are in use
Florian Westphal
6
-0
/
+174
2020-07-31
tcp: syncookies: create mptcp request socket for ACK cookies with MPTCP option
Florian Westphal
4
-11
/
+37
2020-07-31
mptcp: subflow: add mptcp_subflow_init_cookie_req helper
Florian Westphal
4
-1
/
+86
2020-07-31
mptcp: rename and export mptcp_subflow_request_sock_ops
Florian Westphal
2
-5
/
+7
2020-07-31
mptcp: subflow: split subflow_init_req
Florian Westphal
1
-10
/
+22
2020-07-31
mptcp: token: move retry to caller
Florian Westphal
2
-9
/
+12
2020-07-31
tcp: rename request_sock cookie_ts bit to syncookie
Florian Westphal
4
-5
/
+4
2020-07-31
net/sched: cls_u32: Use struct_size() helper
Gustavo A. R. Silva
1
-14
/
+6
2020-07-31
qede: Use %pM format specifier for MAC addresses
Andy Shevchenko
1
-3
/
+1
2020-07-31
qed: Use %pM format specifier for MAC addresses
Andy Shevchenko
2
-7
/
+4
2020-07-31
hsr: Use %pM format specifier for MAC addresses
Andy Shevchenko
1
-8
/
+2
2020-07-31
Merge branch 's390-qeth-next'
David S. Miller
4
-36
/
+48
2020-07-31
s390/qeth: use all configured RX buffers
Julian Wiedmann
1
-12
/
+4
2020-07-31
s390/qeth: don't process empty bridge port events
Julian Wiedmann
1
-0
/
+4
2020-07-31
s390/qeth: integrate RX refill worker with NAPI
Julian Wiedmann
4
-18
/
+26
2020-07-31
s390/qeth: tolerate pre-filled RX buffer
Julian Wiedmann
1
-6
/
+14
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
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/...
David S. Miller
44
-324
/
+2149
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
2
-14
/
+31
2020-07-31
cfg80211: invert HE BSS color 'disabled' to 'enabled'
Johannes Berg
5
-13
/
+10
2020-07-31
mac80211: add a function for running rx without passing skbs to the stack
Felix Fietkau
3
-23
/
+64
2020-07-31
mac80211: parse radiotap header when selecting Tx queue
Mathy Vanhoef
3
-34
/
+43
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
3
-0
/
+6
2020-07-31
mac80211: never drop injected frames even if normally not allowed
Mathy Vanhoef
1
-1
/
+1
2020-07-31
cfg80211: Add support to advertize OCV support
Veerendranath Jakkam
1
-0
/
+4
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
net/fq_impl: use skb_get_hash instead of skb_get_hash_perturb
Felix Fietkau
2
-3
/
+1
2020-07-31
mac80211: improve AQL tx airtime estimation
Felix Fietkau
3
-7
/
+24
2020-07-31
cfg80211/mac80211: add connected to auth server to station info
Markus Theil
5
-1
/
+12
2020-07-31
cfg80211/mac80211: add connected to auth server to meshconf
Markus Theil
6
-2
/
+23
2020-07-31
cfg80211/mac80211: add mesh_param "mesh_nolearn" to skip path discovery
Linus Lüssing
8
-2
/
+66
[next]