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
2011-08-02
rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER
Stephen Hemminger
55
-193
/
+193
2011-08-01
ipv6: updates to privacy addresses per RFC 4941.
Lorenzo Colitti
1
-21
/
+48
2011-08-01
Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6
David S. Miller
6
-24
/
+271
2011-08-01
dccp ccid-2: check Ack Ratio when reducing cwnd
Samuel Jero
1
-3
/
+23
2011-08-01
dccp ccid-2: increment cwnd correctly
Samuel Jero
1
-1
/
+1
2011-08-01
dccp ccid-2: prevent cwnd > Sequence Window
Samuel Jero
2
-15
/
+41
2011-08-01
dccp ccid-2: use feature-negotiation to report Ack Ratio changes
Gerrit Renker
2
-2
/
+9
2011-08-01
dccp: send Confirm options only once
Samuel Jero
1
-5
/
+16
2011-08-01
dccp: support for exchanging of NN options in established state 2/2
Gerrit Renker
1
-0
/
+116
2011-08-01
dccp: support for the exchange of NN options in established state 1/2
Gerrit Renker
3
-0
/
+67
2011-08-01
ip6tnl: avoid touching dst refcount in ip6_tnl_xmit2()
Eric Dumazet
1
-13
/
+14
2011-08-01
ipv6: avoid a dst_entry refcount change in ipv6_destopt_rcv()
Eric Dumazet
1
-5
/
+2
2011-08-01
ipv6: use RCU in inet6_csk_xmit()
Eric Dumazet
1
-3
/
+6
2011-08-01
ipv6: some RCU conversions
Eric Dumazet
2
-35
/
+21
2011-07-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/...
David S. Miller
1
-0
/
+1
2011-07-28
net: fix new sunrpc kernel-doc warning
Randy Dunlap
1
-0
/
+1
2011-07-28
xfrm: Fix key lengths for rfc3686(ctr(aes))
Tushar Gohad
1
-2
/
+2
2011-07-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
11
-19
/
+28
2011-07-27
net: Audit drivers to identify those needing IFF_TX_SKB_SHARING cleared
Neil Horman
4
-2
/
+4
2011-07-27
net: add IFF_SKB_TX_SHARED flag to priv_flags
Neil Horman
2
-3
/
+6
2011-07-27
net: sock_sendmsg_nosec() is static
Eric Dumazet
1
-1
/
+1
2011-07-27
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
1
-3
/
+4
2011-07-27
Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
13
-138
/
+275
2011-07-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2011-07-26
atomic: use <linux/atomic.h>
Arun Sharma
26
-26
/
+26
2011-07-26
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-3
/
+4
2011-07-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
2
-7
/
+11
2011-07-26
wireless: fix a typo in ignore_reg_update
Mihai Moldovan
1
-1
/
+1
2011-07-26
cfg80211: really ignore the regulatory request
Sven Neumann
1
-2
/
+3
2011-07-26
libceph: don't time out osd requests that haven't been received
Sage Weil
2
-7
/
+11
2011-07-26
vfs: dont chain pipe/anon/socket on superblock s_inodes list
Eric Dumazet
1
-1
/
+1
2011-07-25
Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
5
-87
/
+44
2011-07-25
Merge 'akpm' patch series
Linus Torvalds
1
-0
/
+1
2011-07-25
notifiers: cpu: move cpu notifiers into cpu.h
Amerigo Wang
1
-0
/
+1
2011-07-25
net: Convert struct net_device uc_promisc to bool
Joe Perches
1
-2
/
+2
2011-07-25
net: fix eth.c kernel-doc warning
Randy Dunlap
1
-0
/
+1
2011-07-25
IPv4: Send gratuitous ARP for secondary IP addresses also
Zoltan Kiss
1
-8
/
+8
2011-07-25
ipv6: Do not leave router anycast address for /127 prefixes.
YOSHIFUJI Hideaki
1
-0
/
+2
2011-07-25
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
5
-19
/
+12
2011-07-25
RDMA: Increasing RPCRDMA_MAX_DATA_SEGS
Steve Dickson
1
-1
/
+1
2011-07-25
Merge branch 'master' into devel and apply fixup from Stephen Rothwell:
Stephen Rothwell
337
-7024
/
+14814
2011-07-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
29
-106
/
+387
2011-07-24
[S390] iucv cr0 enablement bit
Martin Schwidefsky
1
-2
/
+5
2011-07-23
gre: fix improper error handling
xeb@mail.ru
1
-15
/
+6
2011-07-23
ipv4: use RT_TOS after some rt_tos conversions
Julian Anastasov
2
-2
/
+2
2011-07-23
net/9p: Fix the msize calculation.
Venkateswararao Jujjuri (JV)
1
-2
/
+2
2011-07-23
fs/9p: add 9P2000.L unlinkat operation
Aneesh Kumar K.V
1
-0
/
+23
2011-07-23
fs/9p: add 9P2000.L renameat operation
Aneesh Kumar K.V
1
-1
/
+32
2011-07-23
fs/9p: Clean-up get_protocol_version() to use strcmp
Prem Karat
2
-16
/
+35
2011-07-23
fs/9p: Fid is not valid after a failed clunk.
Aneesh Kumar K.V
1
-2
/
+4
[next]