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
2013-06-10
tipc: fix info leaks via msg_name in recv_msg/recv_stream
Mathias Krause
1
-0
/
+7
2013-06-10
irda: Fix missing msg_namelen update in irda_recvmsg_dgram()
Mathias Krause
1
-0
/
+2
2013-06-10
rose: fix info leak via msg_name in rose_recvmsg()
Mathias Krause
1
-0
/
+1
2013-06-10
rds: set correct msg_namelen
Weiping Pan
1
-0
/
+3
2013-06-10
llc: Fix missing msg_namelen update in llc_ui_recvmsg()
Mathias Krause
1
-0
/
+2
2013-06-10
llc: fix info leak via getsockname()
Mathias Krause
1
-2
/
+1
2013-06-10
iucv: Fix missing msg_namelen update in iucv_sock_recvmsg()
Mathias Krause
1
-0
/
+2
2013-06-10
ax25: fix info leak via msg_name in ax25_recvmsg()
Mathias Krause
1
-0
/
+1
2013-06-10
atm: fix info leak in getsockopt(SO_ATMPVC)
Mathias Krause
1
-0
/
+1
2013-06-10
atm: fix info leak via getsockname()
Mathias Krause
1
-0
/
+1
2013-06-10
atm: update msg_namelen in vcc_recvmsg()
Mathias Krause
1
-0
/
+2
2013-06-10
ipvs: fix info leak in getsockopt(IP_VS_SO_GET_TIMEOUT)
Mathias Krause
1
-0
/
+1
2013-06-10
ipvs: IPv6 MTU checking cleanup and bugfix
Jesper Dangaard Brouer
1
-5
/
+15
2013-06-10
ipvs: allow transmit of GRO aggregated skbs
Simon Horman
1
-10
/
+11
2013-06-10
netfilter: nf_ct_ipv4: packets with wrong ihl are invalid
Jozsef Kadlecsik
1
-0
/
+8
2013-06-10
ipv6: make fragment identifications less predictable
Eric Dumazet
3
-6
/
+38
2013-06-10
ipv6: discard overlapping fragment
Nicolas Dichtel
1
-59
/
+15
2013-06-10
net: sctp: sctp_auth_key_put: use kzfree instead of kfree
Daniel Borkmann
1
-1
/
+1
2013-06-10
net: sctp: sctp_endpoint_free: zero out secret key data
Daniel Borkmann
1
-0
/
+5
2013-06-10
net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfree
Daniel Borkmann
1
-1
/
+1
2013-06-10
sctp: fix memory leak in sctp_datamsg_from_user() when copy from user space f...
Tommi Rantala
1
-2
/
+5
2013-06-10
dcbnl: fix various netlink info leaks
Mathias Krause
1
-0
/
+1
2013-06-10
unix: fix a race condition in unix_release()
Paul Moore
1
-4
/
+3
2013-06-10
tcp: preserve ACK clocking in TSO
Eric Dumazet
1
-2
/
+5
2013-06-10
tcp: allow splice() to build full TSO packets
Eric Dumazet
2
-4
/
+4
2013-06-10
inet: add RCU protection to inet->opt
Eric Dumazet
14
-159
/
+218
2013-06-10
net: guard tcp_set_keepalive() to tcp sockets
Eric Dumazet
1
-1
/
+2
2013-06-10
net: fix divide by zero in tcp algorithm illinois
Jesper Dangaard Brouer
1
-3
/
+5
2013-06-10
net: prevent setting ttl=0 via IP_TTL
Cong Wang
1
-1
/
+1
2013-06-10
net: sched: integer overflow fix
Stefan Hasko
1
-1
/
+1
2013-06-10
net_sched: gact: Fix potential panic in tcf_gact().
Hiroaki SHIMODA
1
-3
/
+11
2013-06-10
ipv4: check rt_genid in dst_check
Benjamin LaHaise
1
-5
/
+12
2013-06-10
bridge: set priority of STP packets
Stephen Hemminger
1
-0
/
+2
2013-06-10
af_packet: remove BUG statement in tpacket_destruct_skb
danborkmann@iogearbox.net
1
-1
/
+0
2013-06-10
net: reduce net_rx_action() latency to 2 HZ
Eric Dumazet
1
-1
/
+1
2013-06-10
net/core: Fix potential memory leak in dev_set_alias()
Alexey Khoroshilov
1
-2
/
+5
2013-06-10
kernel panic when mount NFSv4
Trond Myklebust
1
-1
/
+1
2013-06-10
Bluetooth: fix possible info leak in bt_sock_recvmsg()
Mathias Krause
1
-2
/
+2
2013-06-10
Bluetooth: L2CAP - Fix info leak via getsockname()
Mathias Krause
1
-0
/
+1
2013-06-10
Bluetooth: RFCOMM - Fix missing msg_namelen update in rfcomm_sock_recvmsg()
Mathias Krause
1
-0
/
+1
2013-06-10
Bluetooth: RFCOMM - Fix info leak via getsockname()
Mathias Krause
1
-0
/
+1
2013-06-10
Bluetooth: HCI - Fix info leak in getsockopt(HCI_FILTER)
Mathias Krause
1
-0
/
+1
2013-06-10
Bluetooth: Fix incorrect strncpy() in hidp_setup_hid()
Anderson Lizardo
1
-1
/
+1
2013-06-10
xfrm_user: return error pointer instead of NULL #2
Mathias Krause
1
-2
/
+4
2013-06-10
xfrm_user: return error pointer instead of NULL
Mathias Krause
1
-2
/
+4
2013-06-10
xfrm_user: fix info leak in copy_to_user_tmpl()
Mathias Krause
1
-0
/
+1
2013-06-10
xfrm_user: fix info leak in copy_to_user_policy()
Mathias Krause
1
-0
/
+1
2013-06-10
xfrm_user: fix info leak in copy_to_user_state()
Mathias Krause
1
-0
/
+1
2012-10-07
net: feed /dev/random with the MAC address when registering a device
Theodore Ts'o
2
-0
/
+4
2012-10-07
tcp: drop SYN+FIN messages
Eric Dumazet
1
-0
/
+2
[next]