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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-21
net_sched: remove the unused parameter of qdisc_create_dflt()
Changli Gao
1
-2
/
+1
2010-10-21
xfrm: make xfrm_bundle_ok local
stephen hemminger
1
-2
/
+0
2010-10-21
rtnetlink: remove rtnl_kill_links
stephen hemminger
1
-1
/
+0
2010-10-21
xfrm6: make xfrm6_tunnel_free_spi local
stephen hemminger
1
-1
/
+0
2010-10-21
socket: localize functions
stephen hemminger
1
-1
/
+0
2010-10-21
ethtool: Add support for vlan accleration.
Jesse Gross
1
-0
/
+2
2010-10-21
vlan: Centralize handling of hardware acceleration.
Jesse Gross
2
-3
/
+4
2010-10-21
vlan: Avoid hash table lookup to find group.
Jesse Gross
2
-1
/
+23
2010-10-21
vlan: Enable software emulation for vlan accleration.
Jesse Gross
1
-3
/
+11
2010-10-21
vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.
Jesse Gross
1
-2
/
+2
2010-10-20
net: avoid RCU for NOCACHE dst
Eric Dumazet
1
-13
/
+1
2010-10-20
net: allocate tx queues in register_netdevice
Tom Herbert
1
-2
/
+2
2010-10-20
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
9
-25
/
+113
2010-10-18
bonding: Fix bonding drivers improper modification of netpoll structure
Neil Horman
1
-2
/
+7
2010-10-18
can: mcp251x: Don't use pdata->model for chip selection anymore
Marc Kleine-Budde
1
-4
/
+0
2010-10-17
netns: reorder fields in struct net
Eric Dumazet
2
-11
/
+15
2010-10-16
tipc: cleanup function namespace
stephen hemminger
2
-73
/
+0
2010-10-16
net: allocate skbs on local node
Eric Dumazet
1
-4
/
+16
2010-10-15
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
5
-19
/
+109
2010-10-15
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...
John W. Linville
4
-6
/
+4
2010-10-13
Phonet: 'connect' socket implementation for Pipe controller
Kumar Sanghvi
2
-4
/
+3
2010-10-13
mac80211: add probe request filter flag
Johannes Berg
1
-3
/
+6
2010-10-13
cfg80211: notify drivers about frame registrations
Johannes Berg
1
-0
/
+7
2010-10-13
wext: fix alignment problem in serializing 'struct iw_point'
Gerrit Renker
1
-1
/
+1
2010-10-12
net: percpu net_device refcount
Eric Dumazet
1
-3
/
+4
2010-10-12
Bluetooth: clean up rfcomm code
Andrei Emeltchenko
1
-5
/
+0
2010-10-12
Bluetooth: Add common code for stream-oriented recvmsg()
Mat Martineau
1
-0
/
+2
2010-10-12
Bluetooth: Support SDIO devices that are AMP controllers
David Vrabel
1
-0
/
+1
2010-10-12
Bluetooth: HCI devices are either BR/EDR or AMP radios
David Vrabel
1
-1
/
+1
2010-10-11
neigh: reorder struct neighbour fields
Eric Dumazet
1
-4
/
+4
2010-10-11
net dst: use a percpu_counter to track entries
Eric Dumazet
1
-1
/
+36
2010-10-11
neigh: Protect neigh->ha[] with a seqlock
Eric Dumazet
1
-1
/
+15
2010-10-11
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+18
2010-10-11
mac80211: Update mesh constants to approved IEEE ANA values
Steve deRosier
1
-15
/
+56
2010-10-11
cfg80211: add channel utilization stats to the survey command
Felix Fietkau
2
-0
/
+35
2010-10-11
wireless: Set some stats used by /proc/net/wireless (wext)
Ben Greear
1
-0
/
+4
2010-10-11
neigh: speedup neigh_hh_init()
Eric Dumazet
1
-0
/
+6
2010-10-08
Phonet: cleanup pipe enable socket option
RĂ©mi Denis-Courmont
1
-2
/
+1
2010-10-08
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
5
-11
/
+100
2010-10-08
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
5
-11
/
+100
2010-10-07
cfg80211: constify WDS address
Johannes Berg
1
-1
/
+1
2010-10-07
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...
David S. Miller
1
-0
/
+18
2010-10-06
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
34
-84
/
+198
2010-10-06
neigh: RCU conversion of struct neighbour
Eric Dumazet
1
-2
/
+3
2010-10-06
nl80211/mac80211: Add retry and failed transmission count to station info
Bruno Randolf
2
-0
/
+12
2010-10-06
cfg80211/mac80211: allow per-station GTKs
Johannes Berg
3
-3
/
+42
2010-10-05
fib: RCU conversion of fib_lookup()
Eric Dumazet
2
-13
/
+6
2010-10-05
bonding: add retransmit membership reports tunable
Flavio Leitner
1
-0
/
+3
2010-10-05
net neigh: RCU conversion of neigh hash table
Eric Dumazet
1
-4
/
+12
2010-10-05
net: add a core netdev->rx_dropped counter
Eric Dumazet
1
-0
/
+3
[next]