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-02-10
net: netrom: use seq_hlist_foo() helpers
Li Zefan
2
-62
/
+12
2010-02-10
net: packet: use seq_hlist_foo() helpers
Li Zefan
1
-17
/
+3
2010-02-10
net: rose: use seq_hlist_foo() helpers
Li Zefan
1
-19
/
+3
2010-02-10
net: x25: use seq_hlist_foo() helpers
Li Zefan
1
-27
/
+3
2010-02-09
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
20
-119
/
+141
2010-02-08
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...
David S. Miller
5
-28
/
+37
2010-02-08
net/sched: Fix module name in Kconfig
Jan Luebbe
1
-8
/
+8
2010-02-08
dst: call cond_resched() in dst_gc_task()
Eric Dumazet
1
-0
/
+2
2010-02-08
netfilter: nf_conntrack: fix hash resizing with namespaces
Patrick McHardy
8
-47
/
+47
2010-02-08
netfilter: xtables: compat out of scope fix
Alexey Dobriyan
3
-6
/
+6
2010-02-08
netfilter: nf_conntrack: restrict runtime expect hashsize modifications
Alexey Dobriyan
1
-1
/
+1
2010-02-08
netfilter: nf_conntrack: per netns nf_conntrack_cachep
Eric Dumazet
1
-16
/
+23
2010-02-08
netfilter: nf_conntrack: fix memory corruption with multiple namespaces
Patrick McHardy
1
-12
/
+12
2010-02-05
packet: Kill CONFIG_PACKET_MMAP.
David S. Miller
2
-39
/
+0
2010-02-05
Bluetooth: Keep a copy of each HID device's report descriptor
Michael Poole
2
-26
/
+27
2010-02-04
bridge: Remove unused age_list
Herbert Xu
2
-3
/
+0
2010-02-04
packet: Add GSO/csum offload support.
Sridhar Samudrala
1
-11
/
+176
2010-02-04
ipv4: obsolete config in kernel source (IP_ROUTE_PERVASIVE)
Christoph Egger
1
-4
/
+0
2010-02-04
pktgen: Fix freezing problem
Rafael J. Wysocki
1
-0
/
+1
2010-02-04
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
29
-224
/
+503
2010-02-03
net: maintain namespace isolation between vlan and real device
Arnd Bergmann
2
-5
/
+32
2010-02-03
net/rds: remove uses of NIPQUAD, use %pI4
Joe Perches
3
-9
/
+8
2010-02-03
irda: add missing BKL in irnet_ppp ioctl
Thadeu Lima de Souza Cascardo
1
-0
/
+2
2010-02-03
irda: unbalanced lock_kernel in irnet_ppp
Thadeu Lima de Souza Cascardo
1
-1
/
+2
2010-02-03
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
9
-57
/
+66
2010-02-03
Bluetooth: Enter active mode before establishing a SCO link.
Nick Pelly
1
-0
/
+3
2010-02-03
dccp: fix auto-loading of dccp(_probe)
Gerrit Renker
1
-2
/
+2
2010-02-03
dccp: fix bug in cache allocation
Gerrit Renker
2
-4
/
+6
2010-02-03
netlink: fix for too early rmmod
Alexey Dobriyan
1
-0
/
+5
2010-02-03
af_key: fix netns ops ordering on module load/unload
Alexey Dobriyan
1
-7
/
+8
2010-02-03
Bluetooth: Do not call rfcomm_session_put() for RFCOMM UA on closed socket
Nick Pelly
1
-1
/
+5
2010-02-03
Bluetooth: Fix sleeping function in RFCOMM within invalid context
Marcel Holtmann
1
-1
/
+1
2010-02-03
Bluetooth: Fallback eSCO to SCO on error 0x1a (Unsupported Remote Feature)
Nick Pelly
1
-0
/
+1
2010-02-02
xfrm: avoid spinlock in get_acqseq()
Eric Dumazet
1
-5
/
+4
2010-02-02
lib80211: Introduce TKIP_HDR_LEN define for code clarity
Andriy Tkachuk
1
-10
/
+10
2010-02-02
lib80211: Cosmetics - make room for MIC/CRC near the actual calculation
Andriy Tkachuk
2
-3
/
+2
2010-02-02
ipv4: ip_fragment: fix unbalanced rcu_read_unlock()
Patrick McHardy
1
-3
/
+2
2010-02-02
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
2
-2
/
+3
2010-02-02
igmp: fix ip_mc_sf_allow race [v5]
Flavio Leitner
1
-21
/
+62
2010-02-02
can: deny filterlist access on non-CAN interfaces
Oliver Hartkopp
1
-0
/
+6
2010-02-01
mac80211: Don't call rate control when HW handles it
Vasanthakumar
1
-0
/
+4
2010-02-01
mac80211: fix sta lookup with AP VLAN interfaces and injected frames
Felix Fietkau
1
-0
/
+2
2010-02-01
mac80211: fix monitor mode tx radiotap header handling
Felix Fietkau
1
-2
/
+4
2010-02-01
mac80211: fix sta lookup for received action frames on an AP VLAN
Felix Fietkau
1
-2
/
+2
2010-02-01
mac80211: reduce stack usage in sta_agg_status_read()
Pavel Roskin
1
-11
/
+13
2010-02-01
mac80211: reduce stack usage in sta_ht_capa_read()
Pavel Roskin
1
-1
/
+1
2010-02-01
cfg80211: add regulatory hint disconnect support
Luis R. Rodriguez
3
-3
/
+212
2010-02-01
cfg80211: avoid flushing the global workqueue for core reg hints
Luis R. Rodriguez
1
-3
/
+1
2010-01-30
Bluetooth: Use the control channel for raw HID reports
Bastien Nocera
1
-34
/
+36
2010-01-30
Bluetooth: Fix memory leak in L2CAP
Andrei Emeltchenko
1
-1
/
+2
[next]