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
2007-11-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/net-2.6
Linus Torvalds
30
-122
/
+84
2007-11-26
Merge git://git.linux-nfs.org/pub/linux/nfs-2.6
Linus Torvalds
6
-12
/
+17
2007-11-27
[XFRM]: Fix leak of expired xfrm_states
Patrick McHardy
1
-1
/
+1
2007-11-26
SUNRPC: Add missing "space" to net/sunrpc/auth_gss.c
Joe Perches
1
-1
/
+1
2007-11-26
SUNRPC: make sunrpc/xprtsock.c:xs_setup_{udp,tcp}() static
Adrian Bunk
1
-2
/
+2
2007-11-26
SUNRPC: remove NFS/RDMA client's binary sysctls
James Lentini
1
-5
/
+5
2007-11-26
[IPV4]: Remove bogus ifdef mess in arp_process
Adrian Bunk
1
-19
/
+0
2007-11-26
[SKBUFF]: Free old skb properly in skb_morph
Herbert Xu
1
-13
/
+18
2007-11-26
[IPSEC]: Temporarily remove locks around copying of non-atomic fields
Herbert Xu
2
-4
/
+0
2007-11-23
[TCP] MTUprobe: Cleanup send queue check (no need to loop)
Ilpo Järvinen
1
-6
/
+1
2007-11-23
[TCP]: MTUprobe: receiver window & data available checks fixed
Ilpo Järvinen
1
-9
/
+8
2007-11-22
[SUNRPC]: Remove SPIN_LOCK_UNLOCKED
Jiri Slaby
1
-1
/
+1
2007-11-22
[SUNRPC]: Make xprtsock.c:xs_setup_{udp,tcp}() static
Adrian Bunk
1
-2
/
+2
2007-11-22
[PFKEY]: Sending an SADB_GET responds with an SADB_GET
Charles Hardin
1
-1
/
+1
2007-11-22
[IRDA]: Compilation for CONFIG_INET=n case
Pavel Emelyanov
1
-1
/
+1
2007-11-20
[IPVS]: Fix compiler warning about unused register_ip_vs_protocol
Pavel Emelyanov
1
-1
/
+1
2007-11-20
[ARP]: Fix arp reply when sender ip 0
Jonas Danielsson
1
-1
/
+2
2007-11-20
[IPV6] TCPMD5: Fix deleting key operation.
YOSHIFUJI Hideaki
1
-4
/
+2
2007-11-20
[IPV6] TCPMD5: Check return value of tcp_alloc_md5sig_pool().
YOSHIFUJI Hideaki
1
-1
/
+4
2007-11-20
[IPV4] TCPMD5: Use memmove() instead of memcpy() because we have overlaps.
YOSHIFUJI Hideaki
1
-4
/
+4
2007-11-20
[IPV4] TCPMD5: Omit redundant NULL check for kfree() argument.
YOSHIFUJI Hideaki
1
-2
/
+1
2007-11-20
Merge branch 'fixes-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
David S. Miller
4
-6
/
+29
2007-11-20
ieee80211: Stop net_ratelimit/IEEE80211_DEBUG_DROP log pollution
Guillaume Chazarain
2
-3
/
+3
2007-11-20
mac80211: add missing space in error message
Bruno Randolf
1
-1
/
+1
2007-11-20
mac80211: fix allmulti/promisc behaviour
Johannes Berg
1
-0
/
+23
2007-11-20
mac80211: fix ieee80211_set_multicast_list
Johannes Berg
1
-2
/
+2
2007-11-20
[NETFILTER]: Fix kernel panic with REDIRECT target.
Evgeniy Polyakov
1
-4
/
+1
2007-11-20
[WIRELESS] WEXT: Fix userspace corruption on 64-bit.
David S. Miller
1
-1
/
+1
2007-11-20
[S390] Explicitly code allocpercpu calls in iucv
Christoph Lameter
1
-46
/
+61
2007-11-19
[IRDA]: Add missing "space"
Joe Perches
1
-1
/
+1
2007-11-19
[SUNRPC]: Add missing "space"
Joe Perches
1
-1
/
+1
2007-11-19
[SCTP]: Add missing "space"
Joe Perches
1
-1
/
+1
2007-11-19
[IPV6]: Add missing "space"
Joe Perches
1
-1
/
+1
2007-11-19
[BRIDGE]: Add missing "space"
Joe Perches
1
-1
/
+1
2007-11-19
[IPV4]: Add missing "space"
Joe Perches
2
-2
/
+2
2007-11-19
[DCCP]: Add missing "space"
Joe Perches
1
-1
/
+1
2007-11-19
[TCP]: Problem bug with sysctl_tcp_congestion_control function
Sam Jansen
1
-1
/
+1
2007-11-19
[TCP] MTUprobe: fix potential sk_send_head corruption
Ilpo Järvinen
1
-1
/
+0
2007-11-19
[PKTGEN]: Fix double unlock of xfrm_state->lock
Pavel Emelyanov
1
-2
/
+0
2007-11-19
[IPVS]: Move remaining sysctl handlers over to CTL_UNNUMBERED
Simon Horman
3
-22
/
+0
2007-11-19
[IPVS]: Fix sysctl warnings about missing strategy in schedulers
Simon Horman
2
-2
/
+0
2007-11-19
[IPVS]: Fix sysctl warnings about missing strategy
Christian Borntraeger
1
-4
/
+0
2007-11-18
[NET]: Corrects a bug in ip_rt_acct_read()
Eric Dumazet
1
-6
/
+2
2007-11-17
sunrpc: rpc_pipe_poll may miss available data in some cases
J. Bruce Fields
1
-1
/
+1
2007-11-17
sunrpc: return error if unsupported enctype or cksumtype is encountered
Kevin Coffman
2
-2
/
+7
2007-11-17
sunrpc: gss_pipe_downcall(), don't assume all errors are transient
Kevin Coffman
1
-1
/
+1
2007-11-15
[NETFILTER]: Fix NULL pointer dereference in nf_nat_move_storage()
Evgeniy Polyakov
1
-1
/
+1
2007-11-15
[NETFILTER]: fix compat_nf_sockopt typo
Patrick McHardy
1
-3
/
+3
2007-11-15
[INET]: Fix potential kfree on vmalloc-ed area of request_sock_queue
Pavel Emelyanov
1
-0
/
+35
2007-11-14
Merge branch 'fixes-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
David S. Miller
2
-1
/
+9
[next]