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
2012-04-30
Merge branch 'master' of git://1984.lsi.us.es/net
David S. Miller
10
-39
/
+91
2012-04-30
l2tp: Add missing net/net/ip6_checksum.h include.
David S. Miller
1
-0
/
+1
2012-04-30
SUNRPC: RPC client must use the current utsname hostname string
Trond Myklebust
1
-4
/
+10
2012-04-30
netfilter: xt_CT: fix wrong checking in the timeout assignment path
Pablo Neira Ayuso
1
-1
/
+1
2012-04-30
ipvs: kernel oops - do_ip_vs_get_ctl
Hans Schillstrom
2
-22
/
+39
2012-04-30
ipvs: take care of return value from protocol init_netns
Hans Schillstrom
4
-5
/
+21
2012-04-30
ipvs: null check of net->ipvs in lblc(r) shedulers
Hans Schillstrom
2
-0
/
+6
2012-04-28
net/l2tp: add support for L2TP over IPv6 UDP
Benjamin LaHaise
2
-13
/
+118
2012-04-28
net/ipv6/udp: UDP encapsulation: introduce encap_rcv hook into IPv6
Benjamin LaHaise
1
-0
/
+39
2012-04-28
net/ipv6/udp: UDP encapsulation: move socket locking into udpv6_queue_rcv_skb()
Benjamin LaHaise
1
-53
/
+44
2012-04-28
net/ipv6/udp: UDP encapsulation: break backlog_rcv into __udpv6_queue_rcv_skb
Benjamin LaHaise
1
-15
/
+27
2012-04-28
net: Fixed a coding style issue related to spaces.
Jeffrin Jose
1
-1
/
+1
2012-04-28
drop_monitor: Make updating data->skb smp safe
Neil Horman
1
-16
/
+54
2012-04-28
drop_monitor: fix sleeping in invalid context warning
Neil Horman
1
-7
/
+7
2012-04-27
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
John W. Linville
3
-15
/
+17
2012-04-27
SUNRPC: traverse clients tree on PipeFS event
Stanislav Kinsbursky
1
-4
/
+25
2012-04-27
SUNRPC: set per-net PipeFS superblock before notification
Stanislav Kinsbursky
1
-1
/
+2
2012-04-27
SUNRPC: skip clients with program without PipeFS entries
Stanislav Kinsbursky
1
-2
/
+2
2012-04-27
SUNRPC: skip dead but not buried clients on PipeFS events
Stanislav Kinsbursky
1
-1
/
+2
2012-04-27
tcp: clean up use of jiffies in tcp_rcv_rtt_measure()
Neal Cardwell
1
-1
/
+1
2012-04-27
tipc: Reject payload messages with invalid message type
Allan Stephens
1
-5
/
+2
2012-04-27
net: cleanups in sock_setsockopt()
Eric Dumazet
1
-27
/
+15
2012-04-27
crush: include header for global symbols
hartleys
1
-0
/
+1
2012-04-27
ipv6: RTAX_FEATURE_ALLFRAG causes inefficient TCP segment sizing
Eric Dumazet
2
-2
/
+18
2012-04-26
tipc: Enhance error checking of published names
Allan Stephens
2
-7
/
+4
2012-04-26
tipc: Create helper routine to delete unused name sequence structure
Allan Stephens
1
-12
/
+15
2012-04-26
tipc: remove redundant memset and stale comment from subscr.c
Allan Stephens
1
-2
/
+0
2012-04-26
tipc: Optimize initialization of network topology service
Allan Stephens
1
-1
/
+1
2012-04-26
tipc: Enhance re-initialization of network topology service
Allan Stephens
1
-3
/
+0
2012-04-26
tipc: Optimize termination of configuration service
Allan Stephens
1
-4
/
+2
2012-04-26
tipc: Optimize initialization of configuration service
Allan Stephens
1
-1
/
+1
2012-04-26
tipc: Optimize re-initialization of configuration service
Allan Stephens
3
-2
/
+17
2012-04-26
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
15
-118
/
+229
2012-04-26
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
15
-118
/
+229
2012-04-26
tcp repair: Fix unaligned access when repairing options (v2)
Pavel Emelyanov
1
-39
/
+21
2012-04-26
6lowpan: duplicate definition of IEEE802154_ALEN
alex.bluesman.smirnov@gmail.com
2
-5
/
+2
2012-04-26
6lowpan: move frame allocation code to a separate function
alex.bluesman.smirnov@gmail.com
1
-33
/
+48
2012-04-26
6lowpan: add missing spin_lock_init()
alex.bluesman.smirnov@gmail.com
1
-0
/
+2
2012-04-26
6lowpan: clean up fragments list if module unloaded
alex.bluesman.smirnov@gmail.com
1
-2
/
+11
2012-04-26
6lowpan: fix segmentation fault caused by mlme request
alex.bluesman.smirnov@gmail.com
1
-0
/
+25
2012-04-26
ipvs: reset ipvs pointer in netns
Julian Anastasov
1
-0
/
+2
2012-04-26
ipvs: add check in ftp for initialized core
Julian Anastasov
1
-0
/
+2
2012-04-25
Merge tag 'nfs-for-3.4-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-8
/
+9
2012-04-25
net: sock_diag_handler structs can be const
Shan Wei
3
-9
/
+9
2012-04-25
udp_diag: implement idiag_get_info for udp/udplite to get queue information
Shan Wei
2
-1
/
+10
2012-04-25
ipv6: call consume_skb() in frag/reassembly
Eric Dumazet
2
-3
/
+3
2012-04-25
net: dcb: add CEE notify calls
John Fastabend
1
-0
/
+2
2012-04-25
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
3
-4
/
+4
2012-04-25
ipvs: fix crash in ip_vs_control_net_cleanup on unload
Julian Anastasov
1
-2
/
+2
2012-04-25
ipvs: Verify that IP_VS protocol has been registered
Sasha Levin
1
-9
/
+18
[prev]
[next]