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
2021-06-26
Bluetooth: Remove spurious error message
Szymon Janc
1
-9
/
+5
2021-06-26
Bluetooth: Shutdown controller after workqueues are flushed or cancelled
Kai-Heng Feng
1
-8
/
+8
2021-06-26
Bluetooth: Fix alt settings for incoming SCO with transparent coding format
Kiran K
1
-3
/
+3
2021-06-26
Bluetooth: 6lowpan: remove unused function
Jiapeng Chong
1
-36
/
+0
2021-06-26
Bluetooth: Add ncmd=0 recovery handling
Manish Mandlik
2
-10
/
+41
2021-06-26
Bluetooth: Fix the HCI to MGMT status conversion table
Yu Liu
1
-0
/
+3
2021-06-26
Bluetooth: cmtp: fix file refcount when cmtp_attach_device fails
Thadeu Lima de Souza Cascardo
1
-0
/
+5
2021-06-26
Bluetooth: Return whether a connection is outbound
Yu Liu
3
-6
/
+10
2021-06-26
Bluetooth: use flexible-array member instead of zero-length array
Qiheng Lin
1
-3
/
+3
2021-06-26
Bluetooth: 6lowpan: delete unneeded variable initialization
Kai Ye
1
-1
/
+1
2021-06-25
net/smc: Ensure correct state of the socket in send path
Guvenc Gulce
1
-2
/
+3
2021-06-25
bpfilter: Specify the log level for the kmsg message
Gary Lin
1
-1
/
+1
2021-06-24
ipv6: delete useless dst check in ip6_dst_lookup_tail
zhang kai
1
-5
/
+3
2021-06-24
sctp: send the next probe immediately once the last one is acked
Xin Long
1
-1
/
+4
2021-06-24
sctp: do black hole detection in search complete state
Xin Long
1
-7
/
+4
2021-06-24
ipv6: fix out-of-bound access in ip6_parse_tlv()
Eric Dumazet
1
-14
/
+13
2021-06-24
libceph: set global_id as soon as we get an auth ticket
Ilya Dryomov
3
-14
/
+13
2021-06-24
libceph: don't pass result into ac->ops->handle_reply()
Ilya Dryomov
3
-11
/
+14
2021-06-24
net: ip: avoid OOM kills with large UDP sends over loopback
Jakub Kicinski
2
-29
/
+35
2021-06-24
net: retrieve netns cookie via getsocketopt
Martynas Pumputis
1
-0
/
+7
2021-06-24
bpf, sched: Remove unneeded rcu_read_lock() around BPF program invocation
Toke Høiland-Jørgensen
2
-5
/
+0
2021-06-24
xdp: Add proper __rcu annotations to redirect map entries
Toke Høiland-Jørgensen
4
-16
/
+49
2021-06-24
bpf: Support all gso types in bpf_skb_change_proto()
Maciej Żenczykowski
1
-20
/
+2
2021-06-24
bpf: Do not change gso_size during bpf_skb_change_proto()
Maciej Żenczykowski
1
-4
/
+0
2021-06-24
Revert "bpf: Check for BPF_F_ADJ_ROOM_FIXED_GSO when bpf_skb_change_proto"
Maciej Żenczykowski
1
-13
/
+9
2021-06-24
can: j1939: j1939_sk_setsockopt(): prevent allocation of j1939 filter for optlen == 0
Norbert Slusarek
1
-1
/
+1
2021-06-23
devlink: Protect rate list with lock while switching modes
Dmytro Linkin
1
-0
/
+4
2021-06-23
devlink: Remove eswitch mode check for mode set call
Dmytro Linkin
1
-11
/
+0
2021-06-23
devlink: Decrease refcnt of parent rate object on leaf destroy
Dmytro Linkin
1
-0
/
+2
2021-06-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
6
-54
/
+114
2021-06-23
ipv6: exthdrs: do not blindly use init_net
Eric Dumazet
1
-2
/
+2
2021-06-23
tcp: Add stats for socket migration.
Kuniyuki Iwashima
4
-6
/
+29
2021-06-23
Merge tag 'mlx5-net-next-2021-06-22' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
David S. Miller
1
-1
/
+40
2021-06-23
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
David S. Miller
7
-32
/
+43
2021-06-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
12
-40
/
+132
2021-06-23
net: sched: remove qdisc->empty for lockless qdisc
Yunsheng Lin
1
-3
/
+0
2021-06-23
net: sched: implement TCQ_F_CAN_BYPASS for lockless qdisc
Yunsheng Lin
2
-6
/
+41
2021-06-23
mac80211: Switch to a virtual time-based airtime scheduler
Toke Høiland-Jørgensen
12
-175
/
+649
2021-06-23
Revert "mac80211: HE STA disassoc due to QOS NULL not sent"
Ping-Ke Shih
1
-4
/
+1
2021-06-23
mac80211: remove iwlwifi specific workaround NDPs of null_response
Ping-Ke Shih
1
-5
/
+0
2021-06-23
mac80211: fix NULL ptr dereference during mesh peer connection for non HE devices
Abinaya Kalaiselvan
1
-1
/
+3
2021-06-23
mac80211: Enable power save after receiving NULL packet ACK
Bassem Dawood
1
-4
/
+3
2021-06-23
mac80211: add HE 6 GHz capability only if supported
Johannes Berg
1
-4
/
+7
2021-06-23
mac80211: notify driver on mgd TX completion
Johannes Berg
3
-27
/
+103
2021-06-23
mac80211: always include HE 6GHz capability in probe request
Johannes Berg
1
-1
/
+11
2021-06-23
cfg80211: Support hidden AP discovery over 6GHz band
Ilan Peer
1
-3
/
+13
2021-06-23
mac80211: add vendor-specific capabilities to assoc request
Johannes Berg
1
-2
/
+10
2021-06-23
cfg80211: allow advertising vendor-specific capabilities
Johannes Berg
1
-0
/
+5
2021-06-23
cfg80211: set custom regdomain after wiphy registration
Miri Korenblit
2
-4
/
+5
2021-06-23
mac80211: conditionally advertise HE in probe requests
Johannes Berg
1
-1
/
+3
[prev]
[next]