index
:
drm/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
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-29
ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_init_flow()
Ido Schimmel
1
-1
/
+1
2024-10-25
Merge tag 'wireless-2024-10-21' of git://git.kernel.org/pub/scm/linux/kernel/...
David S. Miller
2
-19
/
+68
2024-10-24
Merge tag 'net-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
3
-14
/
+16
2024-10-24
Merge tag 'for-net-2024-10-23' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Abeni
1
-0
/
+1
2024-10-24
Merge tag 'ipsec-2024-10-22' of git://git.kernel.org/pub/scm/linux/kernel/git...
Paolo Abeni
2
-14
/
+15
2024-10-23
Bluetooth: SCO: Fix UAF on sco_sock_timeout
Luiz Augusto von Dentz
1
-0
/
+1
2024-10-18
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
1
-0
/
+5
2024-10-17
bpf, sockmap: SK_DROP on attempted redirects of unsupported af_vsock
Michal Luczaj
1
-0
/
+5
2024-10-15
genetlink: hold RCU in genlmsg_mcast()
Eric Dumazet
1
-2
/
+1
2024-10-10
mctp: Handle error of rtnl_register_module().
Kuniyuki Iwashima
1
-1
/
+1
2024-10-10
rtnetlink: Add bulk registration helpers for rtnetlink message handlers.
Kuniyuki Iwashima
1
-0
/
+17
2024-10-08
net/sched: accept TCA_STAB only for root qdisc
Eric Dumazet
1
-1
/
+0
2024-10-08
wifi: radiotap: Avoid -Wflex-array-member-not-at-end warnings
Gustavo A. R. Silva
1
-19
/
+24
2024-10-08
wifi: cfg80211: Add wiphy_delayed_work_pending()
Remi Pommarel
1
-0
/
+44
2024-10-04
net: Fix an unsafe loop on the list
Anastasia Kovaleva
1
-0
/
+2
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
7
-7
/
+7
2024-09-24
xfrm: policy: remove last remnants of pernet inexact list
Florian Westphal
1
-1
/
+0
2024-09-23
tcp: check skb is non-NULL in tcp_rto_delta_us()
Josh Hunt
1
-2
/
+19
2024-09-23
xfrm: respect ip protocols rules criteria when performing dst lookups
Eyal Birger
1
-0
/
+2
2024-09-23
xfrm: extract dst lookup parameters into a struct
Eyal Birger
1
-13
/
+13
2024-09-13
Merge tag 'for-net-next-2024-09-12' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
3
-6
/
+7
2024-09-12
memory-provider: fix compilation issue without SYSFS
Mina Almasry
1
-2
/
+0
2024-09-11
tcp: RX path for devmem TCP
Mina Almasry
1
-0
/
+2
2024-09-11
net: add support for skbs with unreadable frags
Mina Almasry
1
-1
/
+2
2024-09-11
memory-provider: dmabuf devmem memory provider
Mina Almasry
1
-2
/
+15
2024-09-11
page_pool: devmem support
Mina Almasry
2
-39
/
+124
2024-09-11
netdev: support binding dma-buf to netdevice
Mina Almasry
3
-0
/
+16
2024-09-11
netdev: add netdev_rx_queue_restart()
Mina Almasry
1
-0
/
+3
2024-09-11
Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
2
-0
/
+154
2024-09-11
mptcp: fallback to TCP after SYN+MPC drops
Matthieu Baerts (NGI0)
1
-0
/
+4
2024-09-11
Merge tag 'wireless-next-2024-09-11' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
2
-12
/
+18
2024-09-10
Merge tag 'ipsec-next-2024-09-10' of git://git.kernel.org/pub/scm/linux/kerne...
Jakub Kicinski
1
-8
/
+37
2024-09-10
Bluetooth: hci_core: Fix sending MGMT_EV_CONNECT_FAILED
Luiz Augusto von Dentz
1
-2
/
+2
2024-09-10
Bluetooth: L2CAP: Remove unused declarations
Yue Haibing
1
-4
/
+0
2024-09-10
Bluetooth: Add a helper function to extract iso header
Kiran K
1
-0
/
+5
2024-09-09
libeth: add Tx buffer completion helpers
Alexander Lobakin
2
-0
/
+154
2024-09-09
wifi: cfg80211: fix kernel-doc for per-link data
Johannes Berg
1
-3
/
+3
2024-09-06
Merge tag 'nf-next-24-09-06' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
5
-20
/
+33
2024-09-06
wifi: mac80211: handle ieee80211_radar_detected() for MLO
Aditya Kumar Singh
1
-1
/
+4
2024-09-06
wifi: cfg80211: handle DFS per link
Aditya Kumar Singh
1
-3
/
+5
2024-09-06
wifi: cfg80211: move DFS related members to links[] in wireless_dev
Aditya Kumar Singh
1
-8
/
+9
2024-09-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-5
/
+6
2024-09-04
Merge tag 'wireless-next-2024-09-04' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
3
-14
/
+46
2024-09-04
ipv4: Fix user space build failure due to header change
Ido Schimmel
1
-0
/
+1
2024-09-04
net: mana: Improve mana_set_channels() in low mem conditions
Shradha Gupta
1
-1
/
+1
2024-09-04
net: mana: Fix error handling in mana_create_txq/rxq's NAPI cleanup
Souradeep Chakrabarti
1
-0
/
+2
2024-09-03
Merge tag 'ieee802154-for-net-2024-09-01' of git://git.kernel.org/pub/scm/lin...
Jakub Kicinski
2
-3
/
+3
2024-09-03
netfilter: nf_tables: set element timeout update support
Pablo Neira Ayuso
1
-1
/
+15
2024-09-03
netfilter: nf_tables: zero timeout means element never times out
Pablo Neira Ayuso
1
-2
/
+5
2024-09-03
netfilter: nf_tables: consolidate timeout extension for elements
Pablo Neira Ayuso
1
-10
/
+8
[next]