index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2007-07-31
[AF_UNIX]: Make code static.
Adrian Bunk
2
-31
/
+28
2007-07-31
[NETFILTER]: Make nf_ct_ipv6_skip_exthdr() static.
Adrian Bunk
2
-5
/
+2
2007-07-31
[PKTGEN]: make get_ipsec_sa() static and non-inline
Adrian Bunk
1
-2
/
+1
2007-07-31
[PPPoE]: move lock_sock() in pppoe_sendmsg() to the right location
Florian Zumbiehl
1
-2
/
+1
2007-07-31
[PPPoX/E]: return ENOTTY on unknown ioctl requests
Florian Zumbiehl
2
-11
/
+9
2007-07-31
[IPV6]: ipv6_addr_type() doesn't know about RFC4193 addresses.
Dave Johnson
1
-0
/
+3
2007-07-31
[NET]: Fix prio_tune() handling of root qdisc.
Peter P Waskiewicz Jr
1
-2
/
+4
2007-07-31
[NET]: Fix sch_api to properly set sch->parent on the root.
Patrick McHardy
1
-5
/
+12
2007-07-31
[NET_SCHED]: Fix prio/ingress classification logic error
Patrick McHardy
2
-6
/
+4
2007-07-31
[IPV6]: Remove circular dependency on if_inet6.h
Herbert Xu
2
-1
/
+5
2007-07-31
[IPV4/IPV6]: Fail registration if inet device construction fails
Herbert Xu
2
-6
/
+7
2007-07-31
[NET]: Allow netdev REGISTER/CHANGENAME events to fail
Herbert Xu
2
-10
/
+65
2007-07-31
[NET] loopback: Panic if registration fails
Herbert Xu
1
-1
/
+6
2007-07-31
[NET]: Take dev_base_lock when moving device name hash list entry
Herbert Xu
1
-0
/
+4
2007-07-31
[NET]: Call uninit if necessary in register_netdevice
Herbert Xu
1
-3
/
+8
2007-07-31
[IPVS]: Use skb_forward_csum
Herbert Xu
1
-1
/
+1
2007-07-31
[PKTGEN]: Add missing KERN_* tags to printk()s.
David S. Miller
1
-46
/
+57
2007-07-31
[BLUETOOTH] l2cap: don't mangle cmd.len
Al Viro
1
-1
/
+0
2007-07-31
[BLUETOOTH]: pass (host-endian) cmd length as explicit argument to l2cap_conf...
Al Viro
1
-9
/
+11
2007-07-31
[BLUETOOTH] l2cap: endianness annotations
Al Viro
2
-38
/
+39
2007-07-31
[BLUETOOTH]: Fix endianness bug in l2cap_sock_listen()
Al Viro
1
-1
/
+1
2007-07-31
[IRDA]: Fix rfcomm use-after-free
Marcel Holtmann
1
-2
/
+3
2007-07-31
[IPV6]: Don't update ADVMSS on routes where the MTU is not also updated
Simon Arlott
1
-2
/
+3
2007-07-31
[NET_DMA]: remove unused dma_memcpy_to_kernel_iovec
Shannon Nelson
1
-27
/
+0
2007-07-31
[TIPC]: fix tipc_link_create error handling
Florian Westphal
1
-13
/
+15
2007-07-31
[NET]: kernel-doc fixes
Randy Dunlap
1
-5
/
+11
2007-07-31
[TCP]: htcp - use measured rtt
Stephen Hemminger
1
-4
/
+4
2007-07-31
[TCP]: cubic - eliminate use of receive time stamp
Stephen Hemminger
1
-28
/
+18
2007-07-31
[TCP]: congestion control API pass RTT in microseconds
Stephen Hemminger
12
-29
/
+39
2007-07-30
Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.23
Linus Torvalds
56
-2964
/
+138
2007-07-30
Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh64-2.6
Linus Torvalds
9
-11
/
+14
2007-07-31
sh64: Kill off virt_to_bus()/bus_to_virt().
Paul Mundt
4
-10
/
+9
2007-07-31
sh64: Fix irq_intc build failure.
Paul Mundt
1
-0
/
+1
2007-07-31
sh64: Fix fs.h removal from mm.h regressions.
Paul Mundt
4
-1
/
+4
2007-07-31
sh: Fix fs.h removal from mm.h regressions.
Paul Mundt
5
-1
/
+5
2007-07-30
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...
Linus Torvalds
12
-444
/
+279
2007-07-30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...
Linus Torvalds
15
-98
/
+101
2007-07-30
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6
Linus Torvalds
11
-224
/
+171
2007-07-30
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
19
-712
/
+577
2007-07-30
modules: better error messages when modules fail to load due to a sysfs problem.
Greg Kroah-Hartman
1
-1
/
+6
2007-07-30
kobject: update documentation
Cornelia Huck
1
-119
/
+59
2007-07-30
kset: kernel-doc cleanups
Randy Dunlap
1
-12
/
+11
2007-07-30
driver core: revert "device" link creation check
Cornelia Huck
1
-2
/
+1
2007-07-30
stable_api_nonsense.txt: Disambiguate the use of "this" by using "that" to re...
Juan Lang
1
-1
/
+1
2007-07-30
Fix Doc/sysfs-rules typos
Randy Dunlap
1
-37
/
+35
2007-07-30
kernel-doc fixes for PCI and drivers/base/
Randy Dunlap
2
-1
/
+2
2007-07-30
kobject: put kobject_actions in kobject.h
Greg Kroah-Hartman
2
-2
/
+3
2007-07-30
kobject: fix link error when CONFIG_HOTPLUG is disabled
Cornelia Huck
1
-8
/
+8
2007-07-30
HOWTO: sync Japanese HOWTO
Tsugikazu Shibata
1
-31
/
+35
2007-07-30
HOWTO: adjust translation header of Japanese stable_api_nonsense.txt
IKEDA, Munehiro
1
-10
/
+10
[next]