index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-27
net: devlink: remove redundant net_eq() check from sb_pool_get_dumpit()
Jiri Pirko
1
-2
/
+1
2022-07-27
net/sched: sch_cbq: change the type of cbq_set_lss to void
Zhengchao Shao
1
-2
/
+1
2022-07-27
net/smc: Enable module load on netlink usage
Stefan Raspl
2
-0
/
+2
2022-07-27
net/smc: Pass on DMBE bit mask in IRQ handler
Stefan Raspl
1
-3
/
+3
2022-07-27
s390/ism: Cleanups
Stefan Raspl
1
-1
/
+1
2022-07-27
net/smc: Eliminate struct smc_ism_position
Heiko Carstens
3
-27
/
+14
2022-07-26
ip6mr: remove stray rcu_read_unlock() from ip6_mr_forward()
Eric Dumazet
1
-3
/
+1
2022-07-26
tls: rx: do not use the standard strparser
Jakub Kicinski
4
-67
/
+541
2022-07-26
tls: rx: device: add input CoW helper
Jakub Kicinski
3
-10
/
+21
2022-07-26
tcp: allow tls to decrypt directly from the tcp rcv queue
Jakub Kicinski
1
-1
/
+41
2022-07-26
tls: rx: device: keep the zero copy status with offload
Jakub Kicinski
3
-5
/
+35
2022-07-26
tls: rx: don't free the output in case of zero-copy
Jakub Kicinski
1
-13
/
+13
2022-07-26
tls: rx: factor SW handling out of tls_rx_one_record()
Jakub Kicinski
1
-36
/
+57
2022-07-26
tls: rx: wrap recv_pkt accesses in helpers
Jakub Kicinski
2
-5
/
+11
2022-07-26
net: devlink: introduce nested devlink entity for line card
Jiri Pirko
1
-0
/
+42
2022-07-26
net: devlink: move net check into devlinks_xa_for_each_registered_get()
Jiri Pirko
1
-96
/
+39
2022-07-26
net: devlink: make sure that devlink_try_get() works with valid pointer durin...
Jiri Pirko
1
-91
/
+80
2022-07-25
net: delete extra space and tab in blank line
William Dean
2
-2
/
+2
2022-07-25
Merge tag 'wireless-next-2022-07-25' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
43
-2752
/
+5229
2022-07-25
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
5
-31
/
+15
2022-07-22
Merge tag 'for-net-next-2022-07-22' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
18
-1112
/
+4548
2022-07-22
Bluetooth: ISO: Add broadcast support
Luiz Augusto von Dentz
1
-34
/
+357
2022-07-22
Bluetooth: Add initial implementation of BIS connections
Luiz Augusto von Dentz
9
-106
/
+1072
2022-07-22
Bluetooth: Add BTPROTO_ISO socket type
Luiz Augusto von Dentz
5
-3
/
+1578
2022-07-22
Bluetooth: Add initial implementation of CIS connections
Luiz Augusto von Dentz
5
-51
/
+976
2022-07-22
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
12
-233
/
+422
2022-07-22
Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...
Jakub Kicinski
1
-1
/
+1
2022-07-22
net: fix uninitialised msghdr->sg_from_iter
Pavel Begunkov
1
-1
/
+1
2022-07-22
Bluetooth: hci_core: Introduce hci_recv_event_data
Luiz Augusto von Dentz
2
-0
/
+35
2022-07-22
Bluetooth: Convert delayed discov_off to hci_sync
Brian Gix
2
-89
/
+33
2022-07-22
Bluetooth: Remove update_scan hci_request dependancy
Brian Gix
5
-28
/
+16
2022-07-22
Bluetooth: Remove dead code from hci_request.c
Brian Gix
2
-289
/
+0
2022-07-22
Bluetooth: MGMT: Fix holding hci_conn reference while command is queued
Luiz Augusto von Dentz
1
-39
/
+12
2022-07-22
wifi: mac80211: fix link data leak
Johannes Berg
1
-10
/
+10
2022-07-22
wifi: mac80211: mlme: fix disassoc with MLO
Johannes Berg
1
-3
/
+5
2022-07-22
wifi: mac80211: remove erroneous sband/link validation
Johannes Berg
1
-13
/
+1
2022-07-22
wifi: mac80211: mlme: transmit assoc frame with address translation
Johannes Berg
1
-9
/
+9
2022-07-22
wifi: mac80211: verify link addresses are different
Johannes Berg
1
-4
/
+34
2022-07-22
wifi: mac80211: rx: track link in RX data
Johannes Berg
2
-2
/
+18
2022-07-22
wifi: mac80211: optionally implement MLO multicast TX
Johannes Berg
4
-11
/
+87
2022-07-22
wifi: mac80211: expand ieee80211_mgmt_tx() for MLO
Johannes Berg
5
-24
/
+48
2022-07-22
wifi: nl80211: add MLO link ID to the NL80211_CMD_FRAME TX API
Johannes Berg
1
-0
/
+12
2022-07-22
wifi: mac80211: report link ID to cfg80211 on mgmt RX
Johannes Berg
1
-1
/
+3
2022-07-22
wifi: cfg80211: report link ID in NL80211_CMD_FRAME
Johannes Berg
1
-0
/
+2
2022-07-22
wifi: mac80211: add hardware timestamps for RX and TX
Avraham Stern
2
-18
/
+50
2022-07-22
wifi: cfg80211: add hardware timestamps to frame RX info
Avraham Stern
1
-1
/
+9
2022-07-22
wifi: cfg80211/nl80211: move rx management data into a struct
Avraham Stern
4
-28
/
+25
2022-07-22
wifi: cfg80211: add a function for reporting TX status with hardware timestamps
Avraham Stern
1
-14
/
+28
2022-07-22
wifi: mac80211: sta_info: fix link_sta insertion
Johannes Berg
1
-3
/
+14
2022-07-22
wifi: mac80211: mlme: fix link_sta setup
Johannes Berg
1
-5
/
+6
[next]