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-02-14
ethtool: Fix includes build break
David S. Miller
1
-1
/
+2
2010-02-14
net: Fix first line of kernel-doc for a few functions
Ben Hutchings
2
-3
/
+3
2010-02-14
Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
3
-47
/
+89
2010-02-12
net: Add netdev ops for SR-IOV configuration
Williams, Mitch A
1
-0
/
+17
2010-02-12
if_link: Add SR-IOV configuration methods
Williams, Mitch A
1
-0
/
+30
2010-02-12
pci: Add SR-IOV convenience functions and macros
Williams, Mitch A
1
-0
/
+11
2010-02-12
xfrm: use proper kernel types
jamal
1
-13
/
+13
2010-02-12
include/linux/netdevice.h: Add netif_printk helpers
Joe Perches
1
-0
/
+53
2010-02-12
netdevice.h: Add netdev_printk helpers like dev_printk
Joe Perches
1
-0
/
+71
2010-02-12
ipv6: fib: fix crash when changing large fib while dumping it
Patrick McHardy
1
-0
/
+2
2010-02-10
ethtool: Introduce n-tuple filter programming support
Peter P Waskiewicz Jr
2
-0
/
+53
2010-02-10
net: add a wrapper sk_entry()
Li Zefan
1
-0
/
+5
2010-02-10
seq_file: Add helpers for iteration over a hlist
Li Zefan
1
-0
/
+11
2010-02-09
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2
-0
/
+4
2010-02-09
mac80211: Retry null data frame for power save.
Vivek Natarajan
1
-0
/
+6
2010-02-08
mac80211: remove get_tx_stats() driver op
Kalle Valo
1
-22
/
+0
2010-02-08
mac80211: allow station add/remove to sleep
Johannes Berg
1
-6
/
+15
2010-02-08
wireless: update radiotap parser
Johannes Berg
2
-19
/
+68
2010-02-08
netfilter: nf_conntrack: fix hash resizing with namespaces
Patrick McHardy
2
-0
/
+2
2010-02-08
netfilter: nf_conntrack: per netns nf_conntrack_cachep
Eric Dumazet
1
-0
/
+2
2010-02-04
packet: Add GSO/csum offload support.
Sridhar Samudrala
1
-0
/
+1
2010-02-04
libphy: add phy_find_first function
Jiri Pirko
1
-0
/
+1
2010-02-04
net: use helpers to access mc list V2
Jiri Pirko
1
-0
/
+6
2010-02-04
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
4
-5
/
+58
2010-02-03
net: CONFIG_COMPAT redux
Alexey Dobriyan
1
-0
/
+4
2010-02-03
net: macvtap driver
Arnd Bergmann
1
-0
/
+1
2010-02-03
macvlan: allow multiple driver backends
Arnd Bergmann
1
-0
/
+70
2010-02-03
net: maintain namespace isolation between vlan and real device
Arnd Bergmann
1
-0
/
+9
2010-02-03
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-32
/
+0
2010-02-02
connector: Delete buggy notification code.
Evgeniy Polyakov
1
-32
/
+0
2010-02-02
virtio: Add ability to detach unused buffers from vrings
Shirley Ma
1
-0
/
+4
2010-02-02
igmp: fix ip_mc_sf_allow race [v5]
Flavio Leitner
1
-0
/
+2
2010-02-01
mac80211: fix monitor mode tx radiotap header handling
Felix Fietkau
1
-0
/
+3
2010-02-01
cfg80211: add regulatory hint disconnect support
Luis R. Rodriguez
1
-0
/
+1
2010-01-28
sched: add head drop fifo queue
Hagen Paul Pfeifer
2
-0
/
+20
2010-01-28
netns xfrm: xfrm6_tunnel in netns
Alexey Dobriyan
1
-3
/
+3
2010-01-28
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2
-2
/
+8
2010-01-26
mac80211: wait for beacon before enabling powersave
Johannes Berg
1
-1
/
+6
2010-01-26
cfg80211: export cfg80211_find_ie
Johannes Berg
1
-0
/
+16
2010-01-25
mac80211: fix update_tkip_key() documentation about the context
Kalle Valo
1
-1
/
+1
2010-01-25
net: use helpers to access uc list V2
Jiri Pirko
1
-0
/
+5
2010-01-24
netns xfrm: deal with dst entries in netns
Alexey Dobriyan
1
-0
/
+6
2010-01-23
netns xfrm: fix "ip xfrm state|policy count" misreport
Alexey Dobriyan
1
-2
/
+2
2010-01-23
icmp: move icmp_err_convert[] to .rodata
Alexey Dobriyan
1
-1
/
+1
2010-01-23
net: constify MIB name tables
Alexey Dobriyan
1
-1
/
+1
2010-01-23
netdev: remove certain HAVE_ macros
Alexey Dobriyan
1
-10
/
+0
2010-01-23
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
49
-183
/
+388
2010-01-22
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
254
-5273
/
+6211
2010-01-22
mac80211: Account HT Control field in Data frame hdrlen according to 802.11n-...
Andriy Tkachuk
1
-0
/
+2
2010-01-22
cfg80211: export multiple MAC addresses in sysfs
Johannes Berg
1
-1
/
+21
[next]