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.13.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
2006-06-18
[LLC]: add multicast support for datagrams
Stephen Hemminger
1
-8
/
+51
2006-06-18
[LLC]: allow applications to get copy of kernel datagrams
Stephen Hemminger
1
-1
/
+3
2006-06-18
[LLC]: use rcu_dereference on receive handler
Stephen Hemminger
1
-2
/
+5
2006-06-18
[LLC]: allow datagram recvmsg
Stephen Hemminger
1
-2
/
+2
2006-06-18
[LLC]: use more efficient ether address routines
Stephen Hemminger
1
-2
/
+0
2006-06-18
[I/OAT]: TCP recv offload to I/OAT
Chris Leech
4
-22
/
+185
2006-06-18
[I/OAT]: Add a sysctl for tuning the I/OAT offloaded I/O threshold
Chris Leech
2
-0
/
+14
2006-06-18
[I/OAT]: Make sk_eat_skb I/OAT aware.
Chris Leech
3
-7
/
+7
2006-06-18
[I/OAT]: Rename cleanup_rbuf to tcp_cleanup_rbuf and make non-static
Chris Leech
1
-5
/
+5
2006-06-18
[I/OAT]: Structure changes for TCP recv offload to I/OAT
Chris Leech
1
-0
/
+6
2006-06-18
[I/OAT]: Utility functions for offloading sk_buff to iovec copies
Chris Leech
2
-0
/
+128
2006-06-18
[I/OAT]: Setup the networking subsystem as a DMA client
Chris Leech
1
-0
/
+104
2006-06-13
[IPV4]: Increment ipInHdrErrors when TTL expires.
Weidong
1
-0
/
+1
2006-06-12
[TCP]: continued: reno sacked_out count fix
Aki M Nyrhinen
1
-3
/
+1
2006-06-12
[DCCP] Ackvec: fix soft lockup in ackvec handling code
Andrea Bittau
1
-0
/
+1
2006-06-06
[BRIDGE]: fix locking and memory leak in br_add_bridge
Jiri Benc
1
-12
/
+7
2006-06-06
[IRDA]: Missing allocation result check in irlap_change_speed().
Florin Malita
1
-1
/
+2
2006-06-06
[NET]: Eliminate unused /proc/sys/net/ethernet
Jes Sorensen
3
-23
/
+0
2006-06-06
[TCP]: Avoid skb_pull if possible when trimming head
Herbert Xu ~{PmVHI~}
1
-7
/
+5
2006-06-03
[TCP] tcp_highspeed: Fix problem observed by Xiaoliang (David) Wei
Stephen Hemminger
1
-1
/
+2
2006-05-29
[NETFILTER]: PPTP helper: fix sstate/cstate typo
Alexey Dobriyan
1
-2
/
+2
2006-05-29
[NETFILTER]: mark H.323 helper experimental
Patrick McHardy
1
-2
/
+2
2006-05-29
[NETFILTER]: Fix small information leak in SO_ORIGINAL_DST (CVE-2006-1343)
Marcel Holtmann
2
-0
/
+2
2006-05-27
[NET]: dev.c comment fixes
Stephen Hemminger
1
-9
/
+11
2006-05-27
[IPV6] ROUTE: Don't try less preferred routes for on-link routes.
YOSHIFUJI Hideaki
1
-5
/
+11
2006-05-24
[BRIDGE]: need to ref count the LLC sap
Stephen Hemminger
1
-1
/
+2
2006-05-24
[NETFILTER]: SNMP NAT: fix memleak in snmp_object_decode
Chris Wright
1
-0
/
+1
2006-05-24
[NETFILTER]: H.323 helper: fix sequence extension parsing
Patrick McHardy
1
-1
/
+1
2006-05-24
[NETFILTER]: H.323 helper: fix parser error propagation
Patrick McHardy
1
-15
/
+19
2006-05-23
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
6
-13
/
+13
2006-05-23
[PATCH] knfsd: Fix two problems that can cause rmmod nfsd to die
NeilBrown
1
-0
/
+1
2006-05-23
[NETFILTER]: SNMP NAT: fix memory corruption
Patrick McHardy
1
-8
/
+7
2006-05-23
[IRDA]: fix 16/32 bit confusion
Alexey Dobriyan
1
-1
/
+2
2006-05-23
[NET]: Fix "ntohl(ntohs" bugs
Alexey Dobriyan
4
-4
/
+4
2006-05-20
[SCTP]: Allow linger to abort 1-N style sockets.
Vladislav Yasevich
1
-6
/
+6
2006-05-20
[SCTP]: Validate the parameter length in HB-ACK chunk.
Vladislav Yasevich
1
-0
/
+6
2006-05-19
[SCTP]: A better solution to fix the race between sctp_peeloff() and
Vladislav Yasevich
2
-67
/
+89
2006-05-19
[SCTP]: Set sk_err so that poll wakes up after a non-blocking connect failure.
Sridhar Samudrala
4
-33
/
+63
2006-05-19
[NETFILTER]: nfnetlink_log: fix byteorder confusion
Patrick McHardy
1
-2
/
+2
2006-05-19
[NETFILTER]: Fix do_add_counters race, possible oops or info leak (CVE-2006-0...
Solar Designer
2
-2
/
+2
2006-05-19
[NETFILTER]: GRE conntrack: fix htons/htonl confusion
Alexey Dobriyan
1
-6
/
+6
2006-05-19
[NETFILTER]: fix format specifier for netfilter log targets
Philip Craig
3
-3
/
+3
2006-05-19
[NETFILTER]: Fix memory leak in ipt_recent
Jesper Juhl
1
-1
/
+1
2006-05-17
[TCP]: reno sacked_out count fix
Angelo P. Castellani
1
-0
/
+2
2006-05-17
[IPV6]: Endian fix in net/ipv6/netfilter/ip6t_eui64.c:match().
Alexey Dobriyan
1
-1
/
+1
2006-05-17
[TR]: Remove an unused export.
Adrian Bunk
1
-1
/
+0
2006-05-17
[IPX]: Correct return type of ipx_map_frame_type().
Alexey Dobriyan
1
-2
/
+2
2006-05-17
[IPX]: Correct argument type of ipxrtr_delete().
Alexey Dobriyan
1
-1
/
+1
2006-05-17
[PKT_SCHED]: Potential jiffy wrap bug in dev_watchdog().
Stephen Hemminger
1
-2
/
+4
2006-05-13
[NEIGH]: Fix IP-over-ATM and ARP interaction.
Simon Kelley
2
-3
/
+20
[next]