index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-26
net: fix rds_iovec page count overflow
Linus Torvalds
1
-0
/
+9
2011-06-26
econet: 4 byte infoleak to the network
Vasiliy Kulikov
1
-1
/
+1
2011-06-26
ipv6: netfilter: ip6_tables: fix infoleak to userspace
Vasiliy Kulikov
1
-0
/
+3
2011-06-26
netfilter: ip_tables: fix infoleak to userspace
Vasiliy Kulikov
1
-0
/
+3
2011-06-26
netfilter: arp_tables: fix infoleak to userspace
Vasiliy Kulikov
1
-0
/
+3
2011-06-26
bridge: netfilter: fix information leak
Vasiliy Kulikov
1
-0
/
+2
2011-06-26
Bluetooth: bnep: fix buffer overflow
Vasiliy Kulikov
1
-0
/
+1
2011-06-26
Bluetooth: sco: fix information leak to userspace
Vasiliy Kulikov
1
-0
/
+1
2011-06-26
CAN: Use inode instead of kernel address for /proc file
Dan Rosenberg
1
-2
/
+2
2011-06-26
irda: prevent integer underflow in IRLMP_ENUMDEVICES
Dan Rosenberg
1
-7
/
+9
2011-06-26
inet_diag: Make sure we actually run the same bytecode we audited.
Nelson Elhage
1
-11
/
+16
2011-06-26
net: tipc: fix information leak to userland
Kulikov Vasiliy
1
-0
/
+1
2011-06-26
net: ax25: fix information leak to userland
Vasiliy Kulikov
1
-1
/
+1
2011-06-26
udp: Fix bogus UFO packet generation
Herbert Xu
1
-3
/
+6
2011-06-26
SUNRPC: Never reuse the socket port after an xs_close()
Trond Myklebust
1
-0
/
+2
2011-06-26
SUNRPC: Ensure we always run the tk_callback before tk_action
Trond Myklebust
1
-8
/
+6
2011-06-26
netfilter: nf_log: avoid oops in (un)bind with invalid nfproto values
Jan Engelhardt
1
-0
/
+4
2011-06-26
arp_notify: unconditionally send gratuitous ARP for NETDEV_NOTIFY_PEERS.
Ian Campbell
1
-10
/
+20
2011-06-26
dccp: fix oops on Reset after close
Gerrit Renker
1
-4
/
+3
2011-04-17
sctp: Fix out-of-bounds reading in sctp_asoc_get_hmac()
Dan Rosenberg
1
-2
/
+6
2011-04-17
sunrpc/cache: fix module refcnt leak in a failure path
Li Zefan
1
-1
/
+3
2011-04-17
ip6ip6: autoload ip6 tunnel
stephen hemminger
1
-0
/
+1
2011-04-17
net: don't allow CAP_NET_ADMIN to load non-netdev kernel modules
Vasiliy Kulikov
4
-3
/
+13
2011-04-17
x25: Do not reference freed memory.
David S. Miller
1
-1
/
+4
2011-04-17
sunrpc: prevent use-after-free on clearing XPT_BUSY
NeilBrown
1
-1
/
+8
2011-04-17
x25: decrement netdev reference counts on unload
Apollon Oikonomopoulos
1
-0
/
+1
2011-04-17
econet: Fix crash in aun_incoming().
David S. Miller
1
-1
/
+5
2011-04-17
econet: Do the correct cleanup after an unprivileged SIOCSIFADDR.
Nelson Elhage
1
-2
/
+4
2011-04-17
filter: fix sk_filter rcu handling
Eric Dumazet
1
-13
/
+6
2011-04-17
net: packet: fix information leak to userland
Vasiliy Kulikov
1
-1
/
+2
2011-04-17
af_unix: limit recursion level
Eric Dumazet
2
-6
/
+33
2011-04-17
af_unix: limit unix_tot_inflight
Eric Dumazet
1
-0
/
+7
2011-04-17
tcp: avoid a possible divide by zero
Eric Dumazet
1
-2
/
+4
2011-04-17
tcp: Bug fix in initialization of receive window.
Nandita Dukkipati
1
-5
/
+4
2011-04-17
tcp: Make TCP_MAXSEG minimum more correct.
David S. Miller
1
-1
/
+1
2011-04-17
tcp: Increase TCP_MAXSEG socket option minimum.
David S. Miller
1
-1
/
+1
2011-04-17
tcp: Don't change unlocked socket state in tcp_v4_err().
David S. Miller
1
-5
/
+3
2011-04-17
filter: make sure filters dont read uninitialized memory
David S. Miller
1
-29
/
+35
2011-04-17
econet: fix CVE-2010-3848
Phil Blundell
1
-31
/
+31
2011-04-17
net sched: fix some kernel memory leaks
Eric Dumazet
5
-37
/
+43
2011-04-17
act_nat: use stack variable
Changli Gao
1
-21
/
+10
2011-04-17
net: Limit socket I/O iovec total length to INT_MAX.
David S. Miller
2
-15
/
+15
2011-04-17
net: Truncate recvfrom and sendto length to INT_MAX.
Linus Torvalds
1
-0
/
+4
2011-04-17
rds: Integer overflow in RDS cmsg handling
Dan Rosenberg
1
-1
/
+1
2011-04-17
econet: fix CVE-2010-3850
Phil Blundell
1
-0
/
+3
2011-04-17
econet: disallow NULL remote addr for sendmsg(), fixes CVE-2010-3849
Phil Blundell
1
-18
/
+8
2011-04-17
x25: Prevent crashing when parsing bad X.25 facilities
Dan Rosenberg
1
-3
/
+9
2011-04-17
can-bcm: fix minor heap overflow
Oliver Hartkopp
1
-1
/
+1
2011-04-17
memory corruption in X.25 facilities parsing
andrew hendry
2
-4
/
+6
2011-04-17
net: avoid limits overflow
Eric Dumazet
11
-30
/
+32
[next]