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
2010-08-30
irda: Correctly clean up self->ias_obj on irda_bind() failure.
David S. Miller
1
-2
/
+2
2010-08-27
net/ipv4: Eliminate kstrdup memory leak
Julia Lawall
1
-2
/
+3
2010-08-26
net/caif/cfrfml.c: use asm/unaligned.h
Jeff Mahoney
1
-1
/
+1
2010-08-26
ax25: missplaced sock_put(sk)
Bernard Pidoux F6BVP
1
-1
/
+1
2010-08-26
l2tp: test for ethernet header in l2tp_eth_dev_recv()
Eric Dumazet
1
-1
/
+1
2010-08-25
tcp: select(writefds) don't hang up when a peer close connection
KOSAKI Motohiro
1
-1
/
+2
2010-08-25
tcp: fix three tcp sysctls tuning
Eric Dumazet
1
-17
/
+7
2010-08-25
tcp: Combat per-cpu skew in orphan tests.
David S. Miller
2
-8
/
+5
2010-08-23
bridge: netfilter: fix a memory leak
Changli Gao
1
-1
/
+1
2010-08-23
netfilter: fix CONFIG_COMPAT support
Florian Westphal
3
-0
/
+9
2010-08-19
irda: fix a race in irlan_eth_xmit()
Eric Dumazet
1
-1
/
+3
2010-08-19
vlan: Match underlying dev carrier on vlan add
Phil Oester
1
-1
/
+2
2010-08-18
rds: fix a leak of kernel memory
Eric Dumazet
1
-1
/
+1
2010-08-18
netlink: fix compat recvmsg
Johannes Berg
1
-30
/
+16
2010-08-17
net: Fix a memmove bug in dev_gro_receive()
Jarek Poplawski
1
-1
/
+1
2010-08-17
net sched: fix some kernel memory leaks
Eric Dumazet
5
-37
/
+43
2010-08-17
netfilter: {ip,ip6,arp}_tables: avoid lockdep false positive
Eric Dumazet
3
-0
/
+6
2010-08-15
Revert "netlink: netlink_recvmsg() fix"
David S. Miller
1
-16
/
+6
2010-08-14
ipv6: remove sysctl jiffies conversion on gc_elasticity and min_adv_mss
Min Zhang
1
-2
/
+2
2010-08-14
xfrm: Use GFP_ATOMIC in xfrm_compile_policy
Herbert Xu
1
-1
/
+1
2010-08-11
phylib: available for any speed ethernet
Randy Dunlap
1
-1
/
+1
2010-08-11
can: add limit for nframes and clean up signed/unsigned variables
Oliver Hartkopp
1
-14
/
+27
2010-08-11
pkt_sched: Check .walk and .leaf class handlers
Jarek Poplawski
1
-1
/
+1
2010-08-11
pkt_sched: Fix sch_sfq vs tc_modify_qdisc oops
Jarek Poplawski
1
-0
/
+6
2010-08-10
caif: Bugfix - Increase default headroom size for control channel.
Sjur Braendeland
1
-1
/
+1
2010-08-10
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
2
-7
/
+12
2010-08-10
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...
John W. Linville
1
-6
/
+5
2010-08-10
Bluetooth: Fix incorrect setting of remote_tx_win for L2CAP ERTM
Mat Martineau
1
-2
/
+0
2010-08-10
Bluetooth: Fix endianness issue with L2CAP MPS configuration
Mat Martineau
1
-4
/
+5
2010-08-10
net: Use NET_XMIT_SUCCESS where possible.
Ben Greear
4
-6
/
+6
2010-08-10
pkt_sched: Add some basic qdisc class ops verification. Was: [PATCH] sfq: add...
Jarek Poplawski
1
-5
/
+17
2010-08-10
pkt_sched: sch_sfq: Add dummy unbind_tcf and put handles. Was: [PATCH] sfq: a...
Jarek Poplawski
1
-0
/
+6
2010-08-09
cfg80211: fix locking in action frame TX
Johannes Berg
1
-1
/
+7
2010-08-07
pkt_sched: Fix sch_sfq vs tcf_bind_filter oops
Jarek Poplawski
1
-0
/
+7
2010-08-07
net: disable preemption before call smp_processor_id()
Changli Gao
1
-0
/
+2
2010-08-07
tcp: no md5sig option size check bug
Dmitry Popov
1
-1
/
+1
2010-08-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
7
-26
/
+29
2010-08-05
net: Fix napi_gro_frags vs netpoll path
Jarek Poplawski
1
-4
/
+1
2010-08-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...
John W. Linville
5
-12
/
+27
2010-08-04
ppp: make channel_ops const
stephen hemminger
3
-3
/
+6
2010-08-04
RxRPC: Fix a potential deadlock between the call resend_timer and state_lock
David Howells
2
-4
/
+5
2010-08-04
sch_sfq: add sanity check for the packet length
Changli Gao
1
-9
/
+20
2010-08-04
cls_rsvp: add sanity check for the packet length
Changli Gao
1
-2
/
+10
2010-08-04
cls_flow: add sanity check for the packet length
Changli Gao
1
-40
/
+56
2010-08-04
act_nat: fix on the TX path
Changli Gao
1
-10
/
+13
2010-08-04
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
5
-5
/
+5
2010-08-04
mac80211: Fix compilation warning when CONFIG_INET is not set
Juuso Oikarinen
1
-0
/
+2
2010-08-04
mac80211: fix scan locking wrt. hw scan
Johannes Berg
1
-14
/
+0
2010-08-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
301
-5986
/
+9345
2010-08-04
Bluetooth: Check result code of L2CAP information response
Ville Tervo
1
-0
/
+9
[next]