index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Lines
2020-08-01
fib: fix another fib_rules_ops indirect call wrapper problem
Brian Vazquez
-0
/
+6
2020-08-01
tcp: fix build fong CONFIG_MPTCP=n
Eric Dumazet
-2
/
+3
2020-07-31
Merge tag 'mac80211-next-for-davem-2020-07-31' of git://git.kernel.org/pub/sc...
David S. Miller
-192
/
+355
2020-07-31
rtnetlink: add support for protodown reason
Roopa Prabhu
-5
/
+133
2020-07-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
-1
/
+1
2020-07-31
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
-52
/
+95
2020-07-31
tcp: add earliest departure time to SCM_TIMESTAMPING_OPT_STATS
Yousuk Seung
-2
/
+6
2020-07-31
mptcp: enable JOIN requests even if cookies are in use
Florian Westphal
-0
/
+174
2020-07-31
tcp: syncookies: create mptcp request socket for ACK cookies with MPTCP option
Florian Westphal
-11
/
+35
2020-07-31
mptcp: subflow: add mptcp_subflow_init_cookie_req helper
Florian Westphal
-1
/
+76
2020-07-31
mptcp: rename and export mptcp_subflow_request_sock_ops
Florian Westphal
-5
/
+6
2020-07-31
mptcp: subflow: split subflow_init_req
Florian Westphal
-10
/
+22
2020-07-31
mptcp: token: move retry to caller
Florian Westphal
-9
/
+12
2020-07-31
tcp: rename request_sock cookie_ts bit to syncookie
Florian Westphal
-3
/
+2
2020-07-31
rds: Prevent kernel-infoleak in rds_notify_queue_get()
Peilin Ye
-1
/
+2
2020-07-31
net/sched: cls_u32: Use struct_size() helper
Gustavo A. R. Silva
-14
/
+6
2020-07-31
hsr: Use %pM format specifier for MAC addresses
Andy Shevchenko
-8
/
+2
2020-07-31
net: Pass NULL to skb_network_protocol() when we don't care about vlan depth
Miaohe Lin
-2
/
+1
2020-07-31
net/sched: The error lable position is corrected in ct_init_module
liujian
-2
/
+2
2020-07-31
bluetooth: sco: Fix sockptr reference.
David S. Miller
-1
/
+1
2020-07-31
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
-149
/
+1465
2020-07-31
netfilter: nft_compat: make sure xtables destructors have run
Florian Westphal
-6
/
+40
2020-07-31
Bluetooth: Remove CRYPTO_ALG_INTERNAL flag
Herbert Xu
-4
/
+4
2020-07-31
Bluetooth: Increment management interface revision
Marcel Holtmann
-1
/
+1
2020-07-31
mac80211: warn only once in check_sdata_in_driver() at each caller
Johannes Berg
-6
/
+5
2020-07-31
nl80211: support 4-way handshake offloading for WPA/WPA2-PSK in AP mode
Chung-Hsien Hsu
-1
/
+3
2020-07-31
cfg80211: invert HE BSS color 'disabled' to 'enabled'
Johannes Berg
-10
/
+7
2020-07-31
mac80211: add a function for running rx without passing skbs to the stack
Felix Fietkau
-23
/
+39
2020-07-31
mac80211: parse radiotap header when selecting Tx queue
Mathy Vanhoef
-34
/
+35
2020-07-31
mac80211: remove unused flags argument in transmit functions
Mathy Vanhoef
-22
/
+18
2020-07-31
mac80211: use same flag everywhere to avoid sequence number overwrite
Mathy Vanhoef
-7
/
+3
2020-07-31
mac80211: do not overwrite the sequence number if requested
Mathy Vanhoef
-0
/
+3
2020-07-31
mac80211: add radiotap flag to prevent sequence number overwrite
Mathy Vanhoef
-0
/
+2
2020-07-31
mac80211: never drop injected frames even if normally not allowed
Mathy Vanhoef
-1
/
+1
2020-07-31
cfg80211/mac80211: avoid bss color setting in non-HE modes
P Praneesh
-4
/
+11
2020-07-31
mac80211: calculate skb hash early when using itxq
Felix Fietkau
-0
/
+1
2020-07-31
mac80211: improve AQL tx airtime estimation
Felix Fietkau
-7
/
+24
2020-07-31
cfg80211/mac80211: add connected to auth server to station info
Markus Theil
-1
/
+6
2020-07-31
cfg80211/mac80211: add connected to auth server to meshconf
Markus Theil
-2
/
+17
2020-07-31
cfg80211/mac80211: add mesh_param "mesh_nolearn" to skip path discovery
Linus Lüssing
-2
/
+53
2020-07-31
cfg80211: allow the low level driver to flush the BSS table
Emmanuel Grumbach
-0
/
+10
2020-07-31
mac80211: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
-43
/
+42
2020-07-31
nl80211: Simplify error handling path in 'nl80211_trigger_scan()'
Christophe JAILLET
-8
/
+11
2020-07-31
nl80211: Remove a misleading label in 'nl80211_trigger_scan()'
Christophe JAILLET
-21
/
+10
2020-07-31
cfg80211: allow vendor dumpit to terminate by returning 0
Julian Squires
-1
/
+1
2020-07-31
mac80211: remove the need for variable rates_idx
Colin Ian King
-3
/
+1
2020-07-31
nl80211: S1G band and channel definitions
Thomas Pedersen
-3
/
+59
2020-07-31
Bluetooth: use the proper scan params when conn is pending
Alain Michaud
-0
/
+24
2020-07-30
Merge tag 'mac80211-for-davem-2020-07-30' of git://git.kernel.org/pub/scm/lin...
David S. Miller
-9
/
+27
2020-07-30
net/sched: act_pedit: Use flex_array_size() helper in memcpy()
Gustavo A. R. Silva
-2
/
+1
[prev]
[next]