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
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2006-03-20
[PKTGEN]: Updates version.
Luiz Capitulino
1
-1
/
+1
2006-03-20
[PKTGEN]: Ports if_list to the in-kernel implementation.
Luiz Capitulino
1
-48
/
+44
2006-03-20
[PKTGEN]: Fix Initialization fail leak.
Luiz Capitulino
1
-1
/
+14
2006-03-20
[PKTGEN]: Fix kernel_thread() fail leak.
Luiz Capitulino
1
-2
/
+9
2006-03-20
[PKTGEN]: Ports thread list to Kernel list implementation.
Luiz Capitulino
1
-55
/
+41
2006-03-20
[PKTGEN]: Lindent run.
Luiz Capitulino
1
-1251
/
+1379
2006-03-20
[DCCP] options: Fix some aspects of mandatory option processing
Arnaldo Carvalho de Melo
1
-1
/
+6
2006-03-20
[DCCP] ccid2: coding style cleanups
Arnaldo Carvalho de Melo
1
-50
/
+26
2006-03-20
[DCCP] ipv6: cleanups
Arnaldo Carvalho de Melo
1
-127
/
+129
2006-03-20
[ICSK]: Introduce inet_csk_ctl_sock_create
Arnaldo Carvalho de Melo
5
-71
/
+27
2006-03-20
[DCCP] ipv6: Add missing ipv6 control socket
Arnaldo Carvalho de Melo
6
-65
/
+72
2006-03-20
[DCCP]: Uninline some functions
Arnaldo Carvalho de Melo
5
-57
/
+63
2006-03-20
[DCCP] ipv4: make struct dccp_v4_prot static
Adrian Bunk
1
-1
/
+1
2006-03-20
[IPV6]: Fix some code/comment formatting in ip6_dst_output().
David S. Miller
1
-20
/
+21
2006-03-20
[IPV4]: fib_trie stats fix
Robert Olsson
1
-6
/
+8
2006-03-20
[IPV4]: fib_trie initialzation fix
Robert Olsson
1
-2
/
+10
2006-03-20
[TCP] mtu probing: move tcp-specific data out of inet_connection_sock
John Heffner
2
-4
/
+4
2006-03-20
[AF_UNIX]: use shift instead of integer division
Benjamin LaHaise
1
-5
/
+5
2006-03-20
[NET]: Uninline kfree_skb and allow NULL argument
Jörn Engel
1
-0
/
+19
2006-03-20
[LLC]: Fix sap refcounting
Arnaldo Carvalho de Melo
2
-2
/
+3
2006-03-20
[LLC]: Replace __inline__ with inline
Arnaldo Carvalho de Melo
1
-5
/
+4
2006-03-20
[LLC]: Fix struct proto .name
Arnaldo Carvalho de Melo
1
-1
/
+1
2006-03-20
[NET] pktgen: Fix races between control/worker threads.
Arthur Kepner
1
-25
/
+110
2006-03-20
[DCCP]: Move the IPv4 specific bits from proto.c to ipv4.c
Arnaldo Carvalho de Melo
6
-141
/
+148
2006-03-20
[DCCP]: Rename init_dccp_v4_mibs to dccp_mib_init
Arnaldo Carvalho de Melo
1
-7
/
+11
2006-03-20
[DCCP]: Move dccp_hashinfo from ipv4.c to the core
Arnaldo Carvalho de Melo
2
-8
/
+8
2006-03-20
[DCCP]: Dont use dccp_v4_checksum in dccp_make_response
Arnaldo Carvalho de Melo
2
-3
/
+3
2006-03-20
[DCCP]: Move dccp_[un]hash from ipv4.c to the core
Arnaldo Carvalho de Melo
4
-14
/
+17
2006-03-20
[DCCP]: Move dccp_v4_{init,destroy}_sock to the core
Arnaldo Carvalho de Melo
4
-104
/
+112
2006-03-20
[DCCP]: Generalize dccp_v4_send_reset
Arnaldo Carvalho de Melo
5
-38
/
+28
2006-03-20
[DCCP] feat: Introduce sysctls for the default features
Arnaldo Carvalho de Melo
5
-11
/
+160
2006-03-20
[DCCP]: Call dccp_feat_init more early in dccp_v4_init_sock
Arnaldo Carvalho de Melo
1
-5
/
+4
2006-03-20
[DCCP]: Kconfig tidy up
Arnaldo Carvalho de Melo
1
-2
/
+4
2006-03-20
[DCCP]: sparse endianness annotations
Andrea Bittau
6
-45
/
+33
2006-03-20
[NETFILTER]: Fix skb->nf_bridge lifetime issues
Patrick McHardy
1
-4
/
+0
2006-03-20
[DCCP] feat: Actually change the CCID upon negotiation
Andrea Bittau
1
-1
/
+42
2006-03-20
[DCCP] CCID: Improve CCID infrastructure
Arnaldo Carvalho de Melo
9
-210
/
+260
2006-03-20
[PKT_SCHED]: Convert sch_red to a classful qdisc
Patrick McHardy
1
-16
/
+163
2006-03-20
[XFRM]: Add some missing exports.
David S. Miller
2
-0
/
+7
2006-03-20
[XFRM]: Move xfrm_nl to xfrm_state.c from xfrm_user.c
David S. Miller
2
-3
/
+3
2006-03-20
[XFRM]: Make sure xfrm_replay_timer_handler() is declared early enough.
David S. Miller
1
-2
/
+2
2006-03-20
[IPSEC]: Sync series - policy expires
Jamal Hadi Salim
3
-4
/
+59
2006-03-20
[IPSEC]: Sync series - SA expires
Jamal Hadi Salim
2
-7
/
+40
2006-03-20
[IPSEC]: Sync series - acquire insert
Jamal Hadi Salim
2
-2
/
+57
2006-03-20
[IPSEC]: Sync series - user
Jamal Hadi Salim
2
-10
/
+230
2006-03-20
[IPSEC]: Sync series - fast path
Jamal Hadi Salim
4
-0
/
+4
2006-03-20
[IPSEC]: Sync series - core changes
Jamal Hadi Salim
3
-2
/
+101
2006-03-20
[PKT_SCHED]: Keep backlog counter in sch_sfq
Patrick McHardy
1
-0
/
+5
2006-03-20
[PKT_SCHED]: Restore TBF change semantic
Patrick McHardy
1
-2
/
+3
2006-03-20
[PKT_SCHED]: Dump child qdisc handle in sch_{atm,dsmark}
Patrick McHardy
2
-0
/
+2
[next]