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-08-14
SUNRPC: If the rpcbind channel is disconnected, fail the call to unregister
Trond Myklebust
3
-13
/
+32
2013-08-14
SUNRPC: Don't auto-disconnect from the local rpcbind socket
Trond Myklebust
1
-0
/
+8
2013-08-11
net_sched: info leak in atm_tc_dump_class()
Dan Carpenter
1
-0
/
+1
2013-08-11
af_key: more info leaks in pfkey messages
Dan Carpenter
1
-0
/
+4
2013-08-11
net_sched: Fix stack info leak in cbq_dump_wrr().
David S. Miller
1
-0
/
+1
2013-08-11
genetlink: release cb_lock before requesting additional module
Stanislaw Gruszka
1
-0
/
+2
2013-08-11
ipv6: take rtnl_lock and mark mrt6 table as freed on namespace cleanup
Hannes Frederic Sowa
1
-0
/
+5
2013-08-11
sysctl net: Keep tcp_syn_retries inside the boundary
Michal Tesar
1
-1
/
+5
2013-08-11
svcrpc: fix kfree oops in gss-proxy code
J. Bruce Fields
1
-1
/
+0
2013-08-11
svcrpc: fix gss_rpc_upcall create error
J. Bruce Fields
1
-1
/
+1
2013-08-11
svcrpc: fix gss-proxy xdr decoding oops
J. Bruce Fields
1
-4
/
+5
2013-08-11
mac80211: fix monitor interface suspend crash regression
Stanislaw Gruszka
1
-2
/
+5
2013-08-11
mac80211: fix ethtool stats for non-station interfaces
Johannes Berg
1
-0
/
+2
2013-08-11
mac80211: fix duplicate retransmission detection
Johannes Berg
1
-2
/
+8
2013-08-11
mac80211/minstrel_ht: fix cck rate sampling
Felix Fietkau
1
-1
/
+9
2013-08-11
mac80211/minstrel: fix NULL pointer dereference issue
Felix Fietkau
1
-1
/
+2
2013-08-11
nl80211: fix mgmt tx status and testmode reporting for netns
Michal Kazior
1
-2
/
+5
2013-08-04
svcrdma: underflow issue in decode_write_list()
Dan Carpenter
1
-6
/
+14
2013-07-28
vlan: fix a race in egress prio management
Eric Dumazet
1
-0
/
+7
2013-07-28
vlan: mask vlan prio bits
Eric Dumazet
2
-3
/
+10
2013-07-28
pkt_sched: sch_qfq: remove a source of high packet delay/jitter
Paolo Valente
1
-29
/
+56
2013-07-28
ipv4: set transport header earlier
Eric Dumazet
1
-4
/
+3
2013-07-28
ipv6: only static routes qualify for equal cost multipathing
Hannes Frederic Sowa
1
-4
/
+11
2013-07-28
gre: Fix MTU sizing check for gretap tunnels
Alexander Duyck
1
-1
/
+1
2013-07-28
ipv6: fix route selection if kernel is not compiled with CONFIG_IPV6_ROUTER_PREF
Hannes Frederic Sowa
1
-23
/
+40
2013-07-28
9p: fix off by one causing access violations and memory corruption
Sasha Levin
1
-5
/
+5
2013-07-28
ipv6: in case of link failure remove route directly instead of letting it expire
Hannes Frederic Sowa
1
-3
/
+6
2013-07-28
ipv6: rt6_check_neigh should successfully verify neigh if no NUD information ...
Hannes Frederic Sowa
1
-0
/
+2
2013-07-28
ipv6: ip6_append_data_mtu did not care about pmtudisc and frag_size
Hannes Frederic Sowa
1
-6
/
+10
2013-07-28
ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...
Hannes Frederic Sowa
2
-2
/
+8
2013-07-28
ipip: fix a regression in ioctl
Cong Wang
1
-5
/
+7
2013-07-28
l2tp: add missing .owner to struct pppox_proto
Wei Yongjun
1
-1
/
+2
2013-07-28
ip_tunnels: Use skb-len to PMTU check.
Pravin B Shelar
1
-43
/
+54
2013-07-28
ipv6,mcast: always hold idev->lock before mca_lock
Amerigo Wang
2
-18
/
+28
2013-07-28
vti: remove duplicated code to fix a memory leak
Cong Wang
1
-7
/
+0
2013-07-28
gre: fix a regression in ioctl
Cong Wang
1
-4
/
+5
2013-07-28
x25: Fix broken locking in ioctl error paths.
Dave Jones
1
-7
/
+8
2013-07-28
neighbour: fix a race in neigh_destroy()
Eric Dumazet
1
-5
/
+7
2013-07-28
ipv6: only apply anti-spoofing checks to not-pointopoint tunnels
Hannes Frederic Sowa
1
-1
/
+1
2013-07-25
svcrpc: don't error out on small tcp fragment
J. Bruce Fields
1
-1
/
+1
2013-07-25
svcrpc: fix handling of too-short rpc's
J. Bruce Fields
1
-2
/
+7
2013-07-25
svcrpc: fix failures to handle -1 uid's
J. Bruce Fields
1
-2
/
+0
2013-07-25
mac80211: close AP_VLAN interfaces before unregistering all
Johannes Berg
1
-0
/
+9
2013-07-13
libceph: Fix NULL pointer dereference in auth client code
Tyler Hicks
1
-0
/
+6
2013-06-26
af_key: fix info leaks in notify messages
Mathias Krause
1
-0
/
+2
2013-06-26
ipv6: ip6_sk_dst_check() must not assume ipv6 dst
Eric Dumazet
1
-1
/
+7
2013-06-26
net: fix kernel deadlock with interface rename and netdev name retrieval.
Nicolas Schichan
3
-30
/
+40
2013-06-25
ipv6: check return value of ipv6_get_lladdr
Hannes Frederic Sowa
1
-5
/
+4
2013-06-25
gre: fix a possible skb leak
Eric Dumazet
2
-9
/
+13
2013-06-25
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
1
-1
/
+1
[next]