index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2008-03-26
Merge branches 'release', 'idle', 'redhat-bugzilla-436589', 'sbs' and 'video'...
Len Brown
1
-2
/
+2
2008-03-26
[VLAN]: Reduce memory consumed by vlan_groups
Pavel Emelyanov
1
-1
/
+1
2008-03-26
[NETNS]: Compilation warnings under CONFIG_NET_NS.
Denis V. Lunev
1
-1
/
+1
2008-03-26
[NETNS]: Compilation fix for include/linux/netdevice.h.
Denis V. Lunev
1
-1
/
+1
2008-03-26
NOHZ: reevaluate idle sleep length after add_timer_on()
Thomas Gleixner
1
-0
/
+6
2008-03-26
cpuidle: fix cpuidle time and usage overflow
Yi Yang
1
-2
/
+2
2008-03-25
[NETFILTER]: nf_conntrack_sip: RTP routing optimization
Patrick McHardy
1
-0
/
+6
2008-03-25
[NETFILTER]: nf_conntrack_sip: support multiple media channels
Patrick McHardy
1
-0
/
+14
2008-03-25
[NETFILTER]: nf_nat_sip: split up SDP mangling
Patrick McHardy
1
-5
/
+20
2008-03-25
[NETFILTER]: nf_conntrack_sip: create RTCP expectations
Patrick McHardy
1
-1
/
+2
2008-03-25
[NETFILTER]: nf_conntrack_sip: create signalling expectations
Patrick McHardy
1
-0
/
+18
2008-03-25
[NETFILTER]: nf_conntrack_sip: introduce URI and header parameter parsing hel...
Patrick McHardy
1
-0
/
+10
2008-03-25
[NETFILTER]: nf_conntrack_sip: support method specific request/response handling
Patrick McHardy
1
-0
/
+20
2008-03-25
[NETFILTER]: nf_nat_sip: get rid of text based header translation
Patrick McHardy
1
-1
/
+2
2008-03-25
[NETFILTER]: nf_conntrack_sip: introduce SIP-URI parsing helper
Patrick McHardy
1
-0
/
+5
2008-03-25
[NETFILTER]: nf_conntrack_sip: parse SIP headers properly
Patrick McHardy
1
-15
/
+15
2008-03-25
[NETFILTER]: nf_conntrack_sip: kill request URI "header" definitions
Patrick McHardy
1
-2
/
+3
2008-03-25
[NETFILTER]: nf_conntrack_sip: add seperate SDP header parsing function
Patrick McHardy
1
-6
/
+43
2008-03-25
[NETFILTER]: nf_conntrack_sip: remove redundant function arguments
Patrick McHardy
1
-5
/
+2
2008-03-25
[NETFILTER]: nf_conntrack_sip: adjust dptr and datalen after packet mangling
Patrick McHardy
1
-2
/
+4
2008-03-25
[NETFILTER]: Add nf_inet_addr_cmp()
Patrick McHardy
1
-0
/
+9
2008-03-26
Merge branch 'linux-2.6'
Paul Mackerras
17
-130
/
+38
2008-03-26
[NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS.
YOSHIFUJI Hideaki
1
-0
/
+7
2008-03-26
[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
YOSHIFUJI Hideaki
1
-2
/
+2
2008-03-26
[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
YOSHIFUJI Hideaki
2
-4
/
+27
2008-03-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
2
-1
/
+6
2008-03-24
PCI: revert "pcie: utilize pcie transaction pending bit"
Andrew Morton
1
-4
/
+0
2008-03-24
USB: add support for Motorola ROKR Z6 cellphone in mass storage mode
Constantin Baranov
1
-1
/
+3
2008-03-24
USB: new quirk flag to avoid Set-Interface
Alan Stern
1
-0
/
+3
2008-03-24
libata: implement ata_qc_raw_nbytes()
Tejun Heo
1
-1
/
+7
2008-03-25
[IPV6]: Support Source Address Selection API (RFC5014).
YOSHIFUJI Hideaki
2
-1
/
+16
2008-03-25
[IPV6]: Use bitfields for hop_limit and mcast_hops.
YOSHIFUJI Hideaki
1
-4
/
+24
2008-03-25
[IPV6]: Convert cork.hop_limit and cork.tclass into u8 instead of int.
YOSHIFUJI Hideaki
1
-2
/
+2
2008-03-25
[IPV4,IPV6]: Share cork.rt between IPv4 and IPv6.
YOSHIFUJI Hideaki
1
-1
/
+0
2008-03-23
[NET]: include/linux/udp.h - remove duplicate include
Joe Perches
1
-11
/
+7
2008-03-23
[NET]: include/linux/igmp.h - remove duplicate include
Joe Perches
1
-21
/
+17
2008-03-23
[NET]: include/linux/atalk.h - remove duplicate include
Joe Perches
1
-2
/
+0
2008-03-22
Merge branch 'upstream-net26' of master.kernel.org:/pub/scm/linux/kernel/git/...
David S. Miller
1
-0
/
+13
2008-03-22
[NET]: NPROTO is redundant; it's equal to AF_MAX/PF_MAX.
Rusty Russell
1
-1
/
+2
2008-03-22
PNP: increase the number of PnP memory resources from 12 to 24
Darren Salt
1
-1
/
+1
2008-03-21
[TCP]: TCP_DEFER_ACCEPT updates - process as established
Patrick McManus
1
-0
/
+7
2008-03-21
sched: add arch_update_cpu_topology hook.
Heiko Carstens
1
-0
/
+2
2008-03-21
sched: add exported arch_reinit_sched_domains() to header file.
Heiko Carstens
1
-0
/
+1
2008-03-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2
-5
/
+5
2008-03-21
[NET]: Add per-connection option to set max TSO frame size
Peter P Waskiewicz Jr
1
-0
/
+10
2008-03-20
file capabilities: remove cap_task_kill()
Serge Hallyn
1
-2
/
+1
2008-03-19
memstick: automatically retrieve "INT" value from command response
Alex Dubov
1
-1
/
+0
2008-03-19
fs: fix kernel-doc notation warnings
Randy Dunlap
1
-9
/
+2
2008-03-19
rcu: fix misplaced mb() in rcu_enter/exit_nohz()
Paul E. McKenney
1
-2
/
+2
2008-03-19
lockd: introduce new function to encode private argument in SM_MON requests
Chuck Lever
1
-0
/
+1
[prev]
[next]