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-02-08
[XFRM]: CONFIG_XFRM_MIGRATE option
Shinta Sugimoto
1
-0
/
+11
2007-02-08
[XFRM]: User interface for handling XFRM_MSG_MIGRATE
Shinta Sugimoto
1
-0
/
+173
2007-02-08
[XFRM]: Extension for dynamic update of endpoint address(es)
Shinta Sugimoto
4
-0
/
+467
2007-02-08
[NETFILTER]: ip6_tables: remove redundant structure definitions
Patrick McHardy
4
-57
/
+19
2007-02-08
[NETFILTER]: ip_tables: remove declaration of non-existant ipt_find_target fu...
Patrick McHardy
1
-3
/
+0
2007-02-08
[NETFILTER]: ip6_tables: support MH match
Masahide NAKAMURA
4
-0
/
+132
2007-02-08
[NETFILTER]: {ip,ip6}_tables: use struct xt_table instead of redefined struct...
Jan Engelhardt
11
-27
/
+24
2007-02-08
[NETFILTER]: {ip,ip6}_tables: remove x_tables wrapper functions
Jan Engelhardt
36
-171
/
+202
2007-02-08
[NETFILTER]: x_tables: fix return values for LOG/ULOG
Jan Engelhardt
3
-7
/
+14
2007-02-08
[NETFILTER]: NAT: optional source port randomization support
Eric Leblond
10
-4
/
+48
2007-02-08
[NETFILTER]: add IPv6-capable TCPMSS target
Patrick McHardy
9
-238
/
+337
2007-02-08
[NET]: Add UDPLITE support in a few missing spots
Patrick McHardy
5
-0
/
+6
2007-02-08
[NETFILTER]: bridge-netfilter: use nf_register_hooks/nf_unregister_hooks
Patrick McHardy
1
-22
/
+7
2007-02-08
[NETFILTER]: nf_nat: remove broken HOOKNAME macro
Patrick McHardy
1
-6
/
+0
2007-02-08
[NETFILTER]: Remove useless comparisons before assignments
Jan Engelhardt
6
-21
/
+9
2007-02-08
[NETFILTER]: tcp conntrack: do liberal tracking for picked up connections
Patrick McHardy
3
-51
/
+33
2007-02-08
[NETFILTER]: Add SANE connection tracking helper
Michal Schmidt
5
-0
/
+279
2007-02-08
[IRLAN]: handle out of memory errors
Akinobu Mita
1
-3
/
+20
2007-02-08
[IRDA]: handle out of memory errors
Akinobu Mita
1
-0
/
+40
2007-02-08
[NET]: unregister_netdevice as void
Stephen Hemminger
6
-13
/
+14
2007-02-08
[IPV6] RAW: Add checksum default defines for MH.
Masahide NAKAMURA
2
-28
/
+11
2007-02-08
[IPV4/IPV6] multicast: Check add_grhead() return value
Alexey Dobriyan
2
-0
/
+4
2007-02-08
[XFRM]: Fix missed error setting in xfrm4_policy.c
David S. Miller
1
-0
/
+1
2007-02-08
[IPSEC]: IPv4 over IPv6 IPsec tunnel
Miika Komu
2
-27
/
+65
2007-02-08
[IPSEC]: IPv6 over IPv4 IPsec tunnel
Miika Komu
2
-26
/
+77
2007-02-08
[IPSEC]: exporting xfrm_state_afinfo
Miika Komu
4
-5
/
+10
2007-02-08
[BONDING]: Replace kmalloc() + memset() pairs with the appropriate kzalloc() ...
Joe Jin
2
-6
/
+2
2007-02-08
[TG3]: Avoid an expensive divide.
Eric Dumazet
1
-1
/
+1
2007-02-08
[DCCP]: Warning fixes.
Andrew Morton
1
-2
/
+3
2007-02-08
[NET] slip: Replace kmalloc() + memset() pairs with the appropriate kzalloc()...
Joe Jin
1
-4
/
+1
2007-02-08
[NET] net/wanrouter/wanmain.c: cleanups
Adrian Bunk
2
-17
/
+8
2007-02-08
[ATM]: Fix for crash in adummy_init()
Daniel Walker
1
-1
/
+2
2007-02-08
[NET]: user of the jiffies rounding code: Networking
Arjan van de Ven
3
-3
/
+13
2007-02-08
[TCP]: Don't apply FIN exception to full TSO segments.
John Heffner
1
-1
/
+2
2007-02-08
[TCP]: Check num sacks in SACK fast path
Baruch Even
1
-0
/
+5
2007-02-08
[TCP]: Seperate DSACK from SACK fast path
Baruch Even
2
-36
/
+32
2007-02-08
[TCP]: Advance fast path pointer for first block only
Baruch Even
1
-10
/
+24
2007-02-08
[PACKET]: Fix skb->cb clobbering between aux and sockaddr
Herbert Xu
1
-16
/
+30
2007-02-08
[PACKET]: Add optional checksum computation for recvmsg
Herbert Xu
2
-9
/
+58
2007-02-08
[IPV4/IPV6]: Always wait for IPSEC SA resolution in socket contexts.
David S. Miller
12
-13
/
+14
2007-02-08
[TCP]: remove tcp header from tcp_v4_check (take #2)
Frederik Deweerdt
5
-12
/
+11
2007-02-08
[IPV6] ROUTE: Do not route packets to link-local address on other device.
YOSHIFUJI Hideaki
1
-5
/
+14
2007-02-08
[NETLINK]: Don't BUG on undersized allocations
Patrick McHardy
12
-85
/
+149
2007-02-08
[NET_SCHED] sch_prio: class statistics printing enabled
Jarek Poplawski
1
-0
/
+15
2007-02-08
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...
Linus Torvalds
17
-468
/
+1211
2007-02-08
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6
Linus Torvalds
5
-27
/
+27
2007-02-08
Merge master.kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc
Linus Torvalds
209
-3422
/
+17427
2007-02-08
Merge branch 'drm-patches' of master.kernel.org:/pub/scm/linux/kernel/git/air...
Linus Torvalds
21
-307
/
+304
2007-02-08
kbuild: fix space for good (take 103)
Linus Torvalds
1
-10
/
+9
2007-02-07
Revert "Driver core: convert SPI code to use struct device"
Greg Kroah-Hartman
5
-27
/
+27
[next]