index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-14
Daniel Borkmann says:
Jakub Kicinski
18
-110
/
+299
2023-04-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
22
-145
/
+205
2023-04-14
Merge tag 'net-6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
21
-145
/
+201
2023-04-13
bpf, sockmap: Revert buggy deadlock fix in the sockhash and sockmap
Daniel Borkmann
1
-6
/
+4
2023-04-13
xdp: rss hash types representation
Jesper Dangaard Brouer
1
-1
/
+9
2023-04-13
skbuff: Fix a race between coalescing and releasing SKBs
Liang Chen
1
-8
/
+8
2023-04-13
udp6: fix potential access to stale information
Eric Dumazet
1
-3
/
+5
2023-04-13
mptcp: fix NULL pointer dereference on fastopen early fallback
Paolo Abeni
1
-2
/
+9
2023-04-13
mptcp: stricter state check in mptcp_worker
Paolo Abeni
1
-1
/
+1
2023-04-13
mptcp: use mptcp_schedule_work instead of open-coding it
Paolo Abeni
2
-15
/
+8
2023-04-13
xsk: Elide base_addr comparison in xp_unaligned_validate_desc
Kal Conley
1
-6
/
+2
2023-04-13
xsk: Simplify xp_aligned_validate_desc implementation
Kal Conley
1
-8
/
+4
2023-04-13
sctp: fix a potential overflow in sctp_ifwdtsn_skip
Xin Long
1
-1
/
+2
2023-04-13
net: qrtr: Fix an uninit variable access bug in qrtr_tx_resume()
Ziyang Xuan
1
-3
/
+5
2023-04-13
rtnetlink: Restore RTM_NEW/DELLINK notification behavior
Martin Willi
2
-3
/
+10
2023-04-13
bpf,fou: Add bpf_skb_{set,get}_fou_encap kfuncs
Christian Ehrig
3
-1
/
+125
2023-04-13
ipip,ip_tunnel,sit: Add FOU support for externally controlled ipip devices
Christian Ehrig
3
-3
/
+22
2023-04-13
bpf, sockmap: fix deadlocks in the sockhash and sockmap
Xin Liu
1
-4
/
+6
2023-04-12
smc: Fix use-after-free in tcp_write_timer_handler().
Kuniyuki Iwashima
1
-0
/
+11
2023-04-12
net: dsa: add trace points for VLAN operations
Vladimir Oltean
2
-5
/
+137
2023-04-12
net: dsa: add trace points for FDB/MDB operations
Vladimir Oltean
4
-12
/
+423
2023-04-12
Merge tag 'for-net-2023-04-10' of git://git.kernel.org/pub/scm/linux/kernel/g...
Jakub Kicinski
6
-105
/
+126
2023-04-11
selftests/bpf: Add test to access u32 ptr argument in tracing program
Feng Zhou
1
-1
/
+7
2023-04-10
Merge tag '9p-6.3-fixes-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+4
2023-04-10
Bluetooth: L2CAP: Fix use-after-free in l2cap_disconnect_{req,rsp}
Luiz Augusto von Dentz
1
-18
/
+6
2023-04-10
Bluetooth: Set ISO Data Path on broadcast sink
Claudia Draghicescu
1
-1
/
+1
2023-04-10
Bluetooth: hci_conn: Fix possible UAF
Luiz Augusto von Dentz
1
-6
/
+24
2023-04-10
Bluetooth: SCO: Fix possible circular locking dependency sco_sock_getsockopt
Luiz Augusto von Dentz
1
-7
/
+9
2023-04-10
Bluetooth: SCO: Fix possible circular locking dependency on sco_connect_cfm
Luiz Augusto von Dentz
1
-29
/
+40
2023-04-10
Bluetooth: Fix race condition in hidp_session_thread
Min Li
1
-1
/
+1
2023-04-10
Bluetooth: Fix printing errors if LE Connection times out
Luiz Augusto von Dentz
3
-15
/
+21
2023-04-10
Bluetooth: hci_conn: Fix not cleaning up on LE Connection failure
Luiz Augusto von Dentz
1
-28
/
+24
2023-04-09
net: dsa: replace NETDEV_PRE_CHANGE_HWTSTAMP notifier with a stub
Vladimir Oltean
9
-25
/
+41
2023-04-08
net: make SO_BUSY_POLL available to all users
Eric Dumazet
1
-9
/
+4
2023-04-08
Merge tag 'ipsec-esn-replay' of https://git.kernel.org/pub/scm/linux/kernel/g...
Jakub Kicinski
1
-1
/
+1
2023-04-08
net: openvswitch: fix race on port output
Felix Huettner
2
-1
/
+2
2023-04-08
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-2
/
+2
2023-04-07
tcp: restrict net.ipv4.tcp_app_win
YueHaibing
1
-0
/
+3
2023-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
20
-90
/
+179
2023-04-06
Merge tag 'net-6.3-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
21
-101
/
+184
2023-04-06
xsk: Fix unaligned descriptor validation
Kal Conley
1
-0
/
+1
2023-04-06
xfrm: don't require advance ESN callback for packet offload
Leon Romanovsky
1
-1
/
+1
2023-04-06
net/sched: sch_mqprio: use netlink payload helpers
Pedro Tammela
1
-4
/
+4
2023-04-06
Merge tag 'wireless-next-2023-04-05' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
7
-19
/
+181
2023-04-06
Merge tag 'linux-can-next-for-6.4-20230404-2' of git://git.kernel.org/pub/scm...
Jakub Kicinski
1
-9
/
+56
2023-04-05
can: isotp: fix race between isotp_sendsmg() and isotp_release()
Oliver Hartkopp
1
-24
/
+31
2023-04-05
can: isotp: isotp_ops: fix poll() to not report false EPOLLOUT events
Michal Sojka
1
-1
/
+16
2023-04-05
can: isotp: isotp_recvmsg(): use sock_recv_cmsgs() to get SOCK_RXQ_OVFL infos
Oliver Hartkopp
1
-1
/
+1
2023-04-05
can: j1939: j1939_tp_tx_dat_new(): fix out-of-bounds memory access
Oleksij Rempel
1
-1
/
+4
2023-04-05
netlink: annotate lockless accesses to nlk->max_recvmsg_len
Eric Dumazet
1
-6
/
+9
[next]