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
2009-01-24
tcp: don't mask EOF and socket errors on nonblocking splice receive
Lennert Buytenhek
1
-4
/
+4
2009-01-24
pkt_sched: cls_u32: Fix locking in u32_change()
Jarek Poplawski
1
-1
/
+2
2009-01-24
sctp: Avoid memory overflow while FWD-TSN chunk is received with bad stream ID
Wei Yongjun
1
-0
/
+14
2009-01-24
ipv6: Fix fib6_dump_table walker leak
Herbert Xu
1
-7
/
+8
2009-01-24
pkt_sched: sch_htb: Fix deadlock in hrtimers triggered by HTB
Jarek Poplawski
1
-0
/
+1
2009-01-18
System call wrappers part 22
Heiko Carstens
1
-15
/
+16
2009-01-18
System call wrappers part 21
Heiko Carstens
1
-13
/
+13
2009-01-18
System call wrappers part 07
Heiko Carstens
1
-1
/
+1
2008-12-18
SUNRPC: Fix a performance regression in the RPC authentication code
Trond Myklebust
1
-2
/
+18
2008-12-18
key: fix setkey(8) policy set breakage
Alexey Dobriyan
1
-1
/
+0
2008-12-18
net: eliminate warning from NETIF_F_UFO on bridge
Stephen Hemminger
1
-1
/
+1
2008-12-18
can: omit received RTR frames for single ID filter lists
Oliver Hartkopp
1
-1
/
+4
2008-12-18
can: Fix CAN_(EFF|RTR)_FLAG handling in can_filter
Oliver Hartkopp
2
-18
/
+52
2008-12-13
ATM: CVE-2008-5079: duplicate listen() on socket corrupts the vcc table
Chas Williams
1
-1
/
+5
2008-12-13
udp: multicast packets need to check namespace
Eric Dumazet
2
-9
/
+11
2008-12-13
af_unix: netns: fix problem of return value
Jianjun Kong
1
-1
/
+1
2008-12-05
net: Fix soft lockups/OOM issues w/ unix garbage collector (CVE-2008-5300)
dann frazier
2
-3
/
+12
2008-11-20
net: fix /proc/net/snmp as memory corruptor
Eric Dumazet
1
-28
/
+30
2008-11-13
net: unix: fix inflight counting bug in garbage collector
Miklos Szeredi
2
-19
/
+61
2008-11-07
net: Fix recursive descent in __scm_destroy().
David Miller
1
-3
/
+21
2008-11-06
pkt_sched: sch_generic: Fix oops in sch_teql
Jarek Poplawski
1
-0
/
+2
2008-11-06
tcpv6: fix option space offsets with md5
Ilpo Järvinen
1
-1
/
+1
2008-11-06
tcp: Restore ordering of TCP options for the sake of inter-operability
Ilpo Järvinen
1
-6
/
+17
2008-11-06
syncookies: fix inclusion of tcp options in syn-ack
Florian Westphal
1
-5
/
+5
2008-10-25
netfilter: restore lost ifdef guarding defrag exception
Patrick McHardy
1
-0
/
+2
2008-10-25
netfilter: snmp nat leaks memory in case of failure
Ilpo Järvinen
1
-0
/
+1
2008-10-25
netfilter: xt_iprange: fix range inversion match
Alexey Dobriyan
1
-4
/
+4
2008-10-22
ath9k/mac80211: disallow fragmentation in ath9k, report to userspace
Johannes Berg
1
-1
/
+1
2008-10-18
rfkill: update LEDs for all state changes
Henrique de Moraes Holschuh
1
-3
/
+2
2008-10-18
mac80211: fix two issues in debugfs
Johannes Berg
1
-2
/
+12
2008-10-07
tcp: Fix tcp_hybla zero congestion window growth with small rho and large cwnd.
Daniele Lacamera
1
-1
/
+5
2008-10-07
net: Fix netdev_run_todo dead-lock
Herbert Xu
2
-22
/
+7
2008-10-07
tcp: Fix possible double-ack w/ user dma
Ali Saidi
1
-1
/
+2
2008-10-07
net: only invoke dev->change_rx_flags when device is UP
Patrick McHardy
1
-6
/
+10
2008-10-06
netrom: Fix sock_orphan() use in nr_release
Jarek Poplawski
1
-1
/
+1
2008-10-06
ax25: Quick fix for making sure unaccepted sockets get destroyed.
David S. Miller
1
-0
/
+3
2008-10-06
Revert "ax25: Fix std timer socket destroy handling."
David S. Miller
1
-3
/
+5
2008-10-01
af_key: Free dumping state on socket close
Timo Teras
1
-11
/
+19
2008-10-01
XFRM,IPv6: initialize ip6_dst_blackhole_ops.kmem_cachep
Arnaud Ebalard
1
-0
/
+2
2008-10-01
ipv6: NULL pointer dereferrence in tcp_v6_send_ack
Denis V. Lunev
1
-1
/
+1
2008-10-01
tcp: Fix NULL dereference in tcp_4_send_ack()
Vitaliy Gusev
1
-1
/
+1
2008-09-30
sctp: Fix kernel panic while process protocol violation parameter
Wei Yongjun
2
-24
/
+61
2008-09-30
iucv: Fix mismerge again.
Heiko Carstens
1
-1
/
+2
2008-09-30
ipsec: Fix pskb_expand_head corruption in xfrm_state_check_space
Herbert Xu
1
-4
/
+8
2008-09-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-2
/
+6
2008-09-24
netfilter: ip6t_{hbh,dst}: Rejects not-strict mode on rule insertion
Yasuyuki Kozakai
1
-2
/
+6
2008-09-24
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...
Linus Torvalds
5
-96
/
+118
2008-09-24
9p: fix put_data error handling
Eric Van Hensbergen
1
-1
/
+5
2008-09-24
9p: introduce missing kfree
Julia Lawall
1
-1
/
+3
2008-09-24
9p-trans_fd: fix and clean up module init/exit paths
Tejun Heo
1
-20
/
+11
[next]