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
2013-03-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-1
/
+3
2013-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
32
-342
/
+311
2013-03-26
Merge tag 'nfs-for-3.9-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-2
/
+7
2013-03-26
ipv4: Fix ip-header identification for gso packets.
Pravin B Shelar
1
-2
/
+1
2013-03-26
af_unix: dont send SCM_CREDENTIAL when dest socket is NULL
dingtianhong
1
-2
/
+2
2013-03-25
ipv6: fix bad free of addrconf_init_net
Hong Zhiguo
1
-16
/
+10
2013-03-25
unix: fix a race condition in unix_release()
Paul Moore
1
-4
/
+3
2013-03-25
SUNRPC: Add barriers to ensure read ordering in rpc_wake_up_task_queue_locked
Trond Myklebust
1
-2
/
+7
2013-03-24
tcp: undo spurious timeout after SACK reneging
Yuchung Cheng
1
-5
/
+2
2013-03-24
bridge: fix crash when set mac address of br interface
Hong zhi guo
1
-1
/
+1
2013-03-24
8021q: fix a potential use-after-free
Cong Wang
1
-7
/
+7
2013-03-24
net: remove a WARN_ON() in net_enable_timestamp()
Eric Dumazet
1
-1
/
+0
2013-03-22
tcp: preserve ACK clocking in TSO
Eric Dumazet
1
-2
/
+5
2013-03-20
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-0
/
+1
2013-03-20
net/irda: add missing error path release_sock call
Kees Cook
1
-2
/
+4
2013-03-20
ipconfig: Fix newline handling in log message.
Martin Fuzzey
1
-1
/
+2
2013-03-20
flow_keys: include thoff into flow_keys for later usage
Daniel Borkmann
1
-0
/
+2
2013-03-20
l2tp: unhash l2tp sessions on delete, not on free
Tom Parkin
3
-50
/
+38
2013-03-20
l2tp: avoid deadlock in l2tp stats update
Tom Parkin
5
-147
/
+93
2013-03-20
l2tp: push all ppp pseudowire shutdown through .release handler
Tom Parkin
1
-43
/
+10
2013-03-20
l2tp: purge session reorder queue on delete
Tom Parkin
1
-0
/
+4
2013-03-20
l2tp: add session reorder queue purge function to core
Tom Parkin
2
-0
/
+18
2013-03-20
l2tp: don't BUG_ON sk_socket being NULL
Tom Parkin
1
-8
/
+10
2013-03-20
l2tp: take a reference for kernel sockets in l2tp_tunnel_sock_lookup
Tom Parkin
1
-0
/
+2
2013-03-20
l2tp: close sessions before initiating tunnel delete
Tom Parkin
1
-0
/
+1
2013-03-20
l2tp: close sessions in ip socket destroy callback
Tom Parkin
2
-0
/
+13
2013-03-20
l2tp: export l2tp_tunnel_closeall
Tom Parkin
2
-2
/
+3
2013-03-20
l2tp: add udp encap socket destroy handler
Tom Parkin
1
-0
/
+14
2013-03-20
udp: add encap_destroy callback
Tom Parkin
2
-0
/
+15
2013-03-20
genetlink: trigger BUG_ON if a group name is too long
Masatake YAMATO
1
-0
/
+1
2013-03-20
Merge branch 'master' of git://1984.lsi.us.es/nf
David S. Miller
10
-51
/
+51
2013-03-20
netfilter: remove unused "config IP_NF_QUEUE"
Paul Bolle
1
-13
/
+0
2013-03-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
23
-56
/
+128
2013-03-19
inet: limit length of fragment queue hash table bucket lists
Hannes Frederic Sowa
4
-16
/
+35
2013-03-19
ipvs: remove extra rcu lock
Julian Anastasov
1
-2
/
+0
2013-03-19
ipvs: add backup_only flag to avoid loops
Julian Anastasov
2
-4
/
+15
2013-03-19
ipvs: fix sctp chunk length order
Julian Anastasov
1
-7
/
+9
2013-03-18
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...
John W. Linville
1
-0
/
+1
2013-03-18
tcp: dont handle MTU reduction on LISTEN socket
Eric Dumazet
2
-7
/
+14
2013-03-17
scm: Require CAP_SYS_ADMIN over the current pidns to spoof pids.
Eric W. Biederman
1
-1
/
+3
2013-03-17
bridge: Add support for setting BR_ROOT_BLOCK flag.
Vlad Yasevich
1
-0
/
+1
2013-03-17
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
2
-9
/
+55
2013-03-17
rtnetlink: Mask the rta_type when range checking
Vlad Yasevich
1
-1
/
+1
2013-03-16
Revert "ip_gre: make ipgre_tunnel_xmit() not parse network header as IP uncon...
Timo Teräs
1
-4
/
+1
2013-03-15
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2
-9
/
+55
2013-03-15
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...
David S. Miller
5
-7
/
+12
2013-03-15
netfilter: ip6t_NPT: restrict to mangle table
Florian Westphal
1
-0
/
+2
2013-03-15
netfilter: nfnetlink_queue: fix incorrect initialization of copy range field
Pablo Neira Ayuso
1
-1
/
+1
2013-03-15
netfilter: nf_conntrack: register pernet subsystem before register L4 proto
Gao feng
4
-24
/
+24
2013-03-14
Bluetooth: Fix not closing SCO sockets in the BT_CONNECT2 state
Vinicius Costa Gomes
1
-0
/
+1
[next]