index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SK_BUFF]: Introduce skb_reset_network_header(skb)
Arnaldo Carvalho de Melo
2007-04-25
2
-1
/
+6
*
[PPPOE]: Introduce pppoe_hdr()
Arnaldo Carvalho de Melo
2007-04-25
1
-0
/
+7
*
[LLC]: Kill llc_set_pdu_hdr
Arnaldo Carvalho de Melo
2007-04-25
1
-6
/
+5
*
[SK_BUFF]: Introduce skb_mac_header()
Arnaldo Carvalho de Melo
2007-04-25
5
-4
/
+14
*
[SK_BUFF]: Introduce skb_set_mac_header()
Arnaldo Carvalho de Melo
2007-04-25
1
-0
/
+5
*
[SK_BUFF]: Introduce skb_reset_mac_header(skb)
Arnaldo Carvalho de Melo
2007-04-25
4
-4
/
+9
*
[NET]: Adding SO_TIMESTAMPNS / SCM_TIMESTAMPNS support
Eric Dumazet
2007-04-25
22
-10
/
+49
*
[NET]: Replace CONFIG_NET_DEBUG with sysctl.
Stephen Hemminger
2007-04-25
2
-7
/
+6
*
[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolution
Eric Dumazet
2007-04-25
24
-22
/
+46
*
[TCP]: Abstract out all write queue operations.
David S. Miller
2007-04-25
2
-21
/
+114
*
[UDP]: Clean up UDP-Lite receive checksum
Herbert Xu
2007-04-25
3
-37
/
+8
*
[NETLINK]: Limit NLMSG_GOODSIZE to 8K.
David S. Miller
2007-04-25
2
-5
/
+14
*
[IPV6] ADDRCONF: Optimistic Duplicate Address Detection (RFC 4429) Support.
Neil Horman
2007-04-25
3
-1
/
+8
*
[NET]: convert network timestamps to ktime_t
Eric Dumazet
2007-04-25
2
-30
/
+14
*
[NET]: div64_64 consolidate (rev3)
Stephen Hemminger
2007-04-25
7
-1
/
+34
*
[NET]: Convert xtime.tv_sec to get_seconds()
James Morris
2007-04-25
1
-2
/
+2
*
[NET]: Keep sk_backlog near sk_lock
Eric Dumazet
2007-04-25
1
-9
/
+9
*
[TCP]: Add two new spurious RTO responses to FRTO
Ilpo Järvinen
2007-04-25
2
-1
/
+3
*
[TCP]: Make snd_cwnd_clamp a u32.
David S. Miller
2007-04-25
1
-1
/
+1
*
[TCP]: Keep copied_seq, rcv_wup and rcv_next together.
Eric Dumazet
2007-04-25
1
-2
/
+2
*
[TCP]: Add RFC3742 Limited Slow-Start, controlled by variable sysctl_tcp_max_...
John Heffner
2007-04-25
2
-0
/
+2
*
[TCP] FRTO: Entry is allowed only during (New)Reno like recovery
Ilpo Järvinen
2007-04-25
1
-1
/
+1
*
[TCP] FRTO: Moved tcp_use_frto from tcp.h to tcp_input.c
Ilpo Järvinen
2007-04-25
1
-13
/
+1
*
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2007-04-24
2
-0
/
+4
|
\
|
*
[IPV6]: Disallow RH0 by default.
YOSHIFUJI Hideaki
2007-04-24
2
-0
/
+4
*
|
Taskstats fix the structure members alignment issue
Balbir Singh
2007-04-24
1
-5
/
+8
|
/
*
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
Linus Torvalds
2007-04-20
5
-21
/
+11
|
\
|
*
[MIPS] Fix wrong checksum for split TCP packets on 64-bit MIPS
Dave Johnson
2007-04-20
1
-1
/
+1
|
*
[MIPS] Fix BUG(), BUG_ON() handling
Atsushi Nemoto
2007-04-20
1
-1
/
+2
|
*
[MIPS] Retry {save,restore}_fp_context if failed in atomic context.
Atsushi Nemoto
2007-04-20
1
-2
/
+7
|
*
[MIPS] Disallow CpU exception in kernel again.
Atsushi Nemoto
2007-04-20
2
-17
/
+0
|
*
[MIPS] Add missing silicon revisions for BCM112x
Mark Mason
2007-04-20
1
-0
/
+1
*
|
NFS: clean up the unstable write code
Trond Myklebust
2007-04-20
1
-30
/
+0
|
/
*
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2007-04-17
1
-3
/
+7
|
\
|
*
[NET]: Set a separate lockdep class for neighbour table's proxy_queue
Pavel Emelianov
2007-04-17
1
-0
/
+7
|
*
[NET]: Get rid of alloc_skb_from_cache
Herbert Xu
2007-04-17
1
-3
/
+0
*
|
Provide dummy devm_ioport_* if !HAS_IOPORT
Russell King
2007-04-17
1
-0
/
+13
*
|
alpha: build fixes - force architecture
Ivan Kokshaysky
2007-04-17
1
-12
/
+35
*
|
alpha: fixes for specific machine types
Ivan Kokshaysky
2007-04-17
2
-0
/
+3
*
|
kernel-doc: fix plist.h comments
Randy Dunlap
2007-04-17
1
-31
/
+23
*
|
allow vmsplice to work in 32-bit mode on ppc64
Don Zickus
2007-04-17
1
-1
/
+1
|
/
*
NFS: Ensure PG_writeback is cleared when writeback fails
Trond Myklebust
2007-04-14
1
-1
/
+0
*
Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6
Linus Torvalds
2007-04-10
1
-0
/
+2
|
\
|
*
ide: correctly prevent IDE timer expiry function to run if request was alread...
Suleiman Souhlal
2007-04-10
1
-0
/
+2
*
|
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...
Linus Torvalds
2007-04-10
1
-2
/
+3
|
\
\
|
|
/
|
/
|
|
*
[IA64] SGI Altix : fix pcibr_dmamap_ate32() bug
Mike Habeck
2007-04-06
1
-2
/
+3
*
|
[PATCH] Proper fix for highmem kmap_atomic functions for VMI for 2.6.21
Zachary Amsden
2007-04-08
2
-0
/
+5
*
|
[PATCH] high-res timers: resume fix
Ingo Molnar
2007-04-07
1
-0
/
+3
|
/
*
[PATCH] ia64: desc_empty thinko/typo fix
Maciej Zenczykowski
2007-04-04
1
-1
/
+1
*
[PATCH] remove protection of LANANA-reserved majors
Andrew Morton
2007-04-04
1
-2
/
+0
[next]