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
2011-11-23
netprio_cgroup: Fix build break
Neil Horman
1
-13
/
+5
2011-11-22
net: remove netdev_alloc_page and use __GFP_COLD
Eric Dumazet
1
-32
/
+0
2011-11-22
net: remove ipv6_addr_copy()
Alexey Dobriyan
5
-13
/
+8
2011-11-22
xfrm: optimize ipv4 selector matching
Alexey Dobriyan
1
-0
/
+8
2011-11-22
net: add network priority cgroup infrastructure (v4)
Neil Horman
4
-0
/
+80
2011-11-22
atm: use SKB_TRUESIZE() in atm_guess_pdu2truesize()
Eric Dumazet
1
-1
/
+1
2011-11-21
netfilter: use jump_label for nf_hooks
Eric Dumazet
1
-5
/
+21
2011-11-21
net: Change mii to ethtool advertisement function names
Matt Carlson
1
-15
/
+49
2011-11-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
22
-30
/
+125
2011-11-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
3
-3
/
+11
2011-11-20
Merge branch 'kvm-updates/3.2' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+0
2011-11-20
Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
3
-7
/
+6
2011-11-19
hugetlb: remove dummy definitions of HPAGE_MASK and HPAGE_SIZE
David Rientjes
1
-5
/
+0
2011-11-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-0
/
+1
2011-11-18
Phonet: set the pipe handle using setsockopt
Dinesh Kumar Sharma
1
-0
/
+2
2011-11-18
net: Remove LL_ALLOCATED_SPACE
Herbert Xu
1
-5
/
+0
2011-11-18
Merge branch 'stable/for-linus-fixes-3.2' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2
-5
/
+3
2011-11-18
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-7
/
+7
2011-11-17
net: use jump_label to shortcut RPS if not setup
Eric Dumazet
1
-0
/
+5
2011-11-17
PM Sleep: Do not extend wakeup paths to devices with ignore_children set
Rafael J. Wysocki
3
-7
/
+6
2011-11-17
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
16
-188
/
+887
2011-11-17
Revert "KVM: PPC: Add support for explicit HIOR setting"
Alexander Graf
1
-1
/
+0
2011-11-16
net: new counter for tx_timeout errors in sysfs
david decotigny
1
-2
/
+10
2011-11-16
net: verify GSO flag bits against netdev features
Michał Mirosław
1
-0
/
+9
2011-11-16
new helper: mount_subtree()
Al Viro
1
-0
/
+1
2011-11-16
net: Add ethtool to mii advertisment conversion helpers
Matt Carlson
1
-0
/
+166
2011-11-16
team: replicate options on register
Jiri Pirko
1
-4
/
+4
2011-11-16
team: convert overall spinlock to mutex
Jiri Pirko
1
-1
/
+1
2011-11-16
net: remove NETIF_F_NO_CSUM feature bit
Michał Mirosław
2
-4
/
+2
2011-11-16
net: extend netdev_features_t to 64 bits
Michał Mirosław
1
-1
/
+1
2011-11-16
net: Define enum for net device features.
Michał Mirosław
1
-40
/
+93
2011-11-16
net: introduce and use netdev_features_t for device features sets
Michał Mirosław
7
-26
/
+39
2011-11-16
net: split netdev features to separate header
Michał Mirosław
2
-78
/
+92
2011-11-16
net: remove legacy ethtool ops
Michał Mirosław
2
-69
/
+0
2011-11-16
enable virtio_net to return bus_info in ethtool -i consistent with emulated NICs
Rick Jones
1
-0
/
+14
2011-11-16
xen: Remove hanging references to CONFIG_XEN_PLATFORM_PCI
Daniel De Graaf
1
-4
/
+2
2011-11-16
xen: map foreign pages for shared rings by updating the PTEs directly
David Vrabel
1
-1
/
+1
2011-11-16
bio: change some signed vars to unsigned
Dan Carpenter
1
-2
/
+2
2011-11-16
include/linux/bio.h: use a static inline function for bio_integrity_clone()
Stephen Rothwell
1
-1
/
+5
2011-11-15
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-0
/
+2
2011-11-15
mdio-gpio: Add reset functionality to mdio-gpio driver(v2).
Srinivas Kandagatla
2
-0
/
+4
2011-11-15
drm/radeon: add some missing FireMV pci ids
Alex Deucher
1
-0
/
+2
2011-11-15
Merge branch 'fixes' of git://git.linaro.org/people/triad/linux-pinctrl
Linus Torvalds
1
-0
/
+1
2011-11-14
net: introduce build_skb()
Eric Dumazet
1
-0
/
+1
2011-11-14
Merge branch 'rmobile-fixes-for-linus' of git://github.com/pmundt/linux-sh
Linus Torvalds
1
-0
/
+76
2011-11-14
Merge branch 'sh-fixes-for-linus' of git://github.com/pmundt/linux-sh
Linus Torvalds
2
-1
/
+4
2011-11-14
net-netlink: Add a new attribute to expose TCLASS values via netlink
Maciej Żenczykowski
1
-1
/
+2
2011-11-14
neigh: new unresolved queue limits
Eric Dumazet
2
-1
/
+3
2011-11-14
6LoWPAN: add fragmentation support
alex.bluesman.smirnov@gmail.com
1
-0
/
+6
2011-11-14
ipv6: reduce percpu needs for icmpv6msg mibs
Eric Dumazet
3
-5
/
+14
[next]