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
/
include
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-02
net/9p: Implement TXATTRCREATE 9p call
Aneesh Kumar K.V
2
-0
/
+3
2010-08-02
net/9p: Implement attrwalk 9p call
Aneesh Kumar K.V
2
-0
/
+3
2010-08-02
9p: Implement LOPEN
M. Mohan Kumar
1
-0
/
+2
2010-08-02
fs/9p: This patch implements TLCREATE for 9p2000.L protocol.
Venkateswararao Jujjuri (JV)
2
-0
/
+6
2010-08-02
9p: Implement TMKDIR
M. Mohan Kumar
2
-0
/
+6
2010-08-02
9p: Implement TMKNOD
M. Mohan Kumar
2
-0
/
+6
2010-08-02
9p: Define and implement TSYMLINK for 9P2000.L
Venkateswararao Jujjuri (JV)
2
-0
/
+6
2010-08-02
9p: Define and implement TLINK for 9P2000.L
Venkateswararao Jujjuri (JV)
2
-0
/
+3
2010-08-02
9p: Implement client side of setattr for 9P2000.L protocol.
Sripathi Kodi
2
-0
/
+29
2010-08-02
9p: getattr client implementation for 9P2000.L protocol.
Sripathi Kodi
2
-0
/
+47
2010-08-02
9p: readdir implementation for 9p2000.L
Sripathi Kodi
2
-0
/
+35
2010-07-24
net sched: fix race in mirred device removal
stephen hemminger
1
-0
/
+1
2010-07-14
net: fix problem in reading sock TX queue
Tom Herbert
1
-6
/
+1
2010-07-02
net: decreasing real_num_tx_queues needs to flush qdisc
John Fastabend
1
-4
/
+8
2010-07-02
sched: qdisc_reset_all_tx is calling qdisc_reset without qdisc_lock
John Fastabend
1
-2
/
+10
2010-06-30
xfrm: fix XFRMA_MARK extraction in xfrm_mark_get
Andreas Steffen
1
-1
/
+1
2010-06-23
snmp: fix SNMP_ADD_STATS()
Eric Dumazet
1
-1
/
+1
2010-06-04
net: check for refcount if pop a stacked dst_entry
Steffen Klassert
1
-3
/
+3
2010-05-31
net: sock_queue_err_skb() dont mess with sk_forward_alloc
Eric Dumazet
1
-14
/
+1
2010-05-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
3
-8
/
+16
2010-05-27
net: fix lock_sock_bh/unlock_sock_bh
Eric Dumazet
1
-6
/
+14
2010-05-26
sctp: dubious bitfields in sctp_transport
Dan Carpenter
1
-1
/
+1
2010-05-25
cls_cgroup: Initialise classid when module is absent
Herbert Xu
1
-1
/
+1
2010-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
5
-5
/
+79
2010-05-25
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
1
-1
/
+3
2010-05-25
kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...
Alexey Dobriyan
2
-6
/
+6
2010-05-24
sock.h: fix kernel-doc warning
Randy Dunlap
1
-1
/
+1
2010-05-24
cls_cgroup: Fix build error when built-in
Herbert Xu
1
-1
/
+1
2010-05-24
wireless: fix mac80211.h kernel-doc warnings
Randy Dunlap
1
-0
/
+3
2010-05-24
Revert "ath9k: Group Key fix for VAPs"
John W. Linville
1
-1
/
+0
2010-05-24
Revert "ath9k: Group Key fix for VAPs"
Linus Torvalds
1
-1
/
+0
2010-05-24
cls_cgroup: Store classid in struct sock
Herbert Xu
2
-1
/
+72
2010-05-23
caif: Bugfix - use standard Linux lists
Sjur Braendeland
1
-2
/
+2
2010-05-21
9p: add 9P2000.L rename operation
Sripathi Kodi
2
-0
/
+14
2010-05-21
9p: add 9P2000.L statfs operation
Sripathi Kodi
2
-0
/
+21
2010-05-20
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
1
-1
/
+1
2010-05-20
netfilter: nf_conntrack: fix a race in __nf_conntrack_confirm against nf_ct_g...
Joerg Marx
1
-1
/
+1
2010-05-18
ipv6: Replace inet6_ifaddr->dead with state
Herbert Xu
1
-2
/
+10
2010-05-17
net: Introduce skb_tunnel_rx() helper
Eric Dumazet
1
-0
/
+20
2010-05-17
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
1
-0
/
+39
2010-05-17
X25: Move accept approve flag to bitfield
andrew hendry
1
-3
/
+2
2010-05-17
X25: Move interrupt flag to bitfield
andrew hendry
1
-1
/
+2
2010-05-17
X25: Move qbit flag to bitfield
andrew hendry
1
-1
/
+5
2010-05-17
net: implements ip_route_input_noref()
Eric Dumazet
1
-1
/
+16
2010-05-17
net: add a noref bit on skb dst
Eric Dumazet
2
-8
/
+53
2010-05-17
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-0
/
+39
2010-05-16
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-18
/
+3
2010-05-16
net: Introduce sk_route_nocaps
Eric Dumazet
1
-0
/
+8
2010-05-16
tcp: fix MD5 (RFC2385) support
Eric Dumazet
1
-18
/
+3
2010-05-15
net: reserve ports for applications using fixed port numbers
Amerigo Wang
1
-0
/
+6
[next]