index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-08
netdev: Move atomic queue state bits into netdev_queue.
David S. Miller
2
-17
/
+40
2008-07-08
net: Delete NETDEVICES_MULTIQUEUE kconfig option.
David S. Miller
2
-24
/
+0
2008-07-08
netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue.
David S. Miller
1
-23
/
+39
2008-07-08
pkt_sched: Make qdisc_run take a netdev_queue.
David S. Miller
1
-3
/
+5
2008-07-08
netdev: Make netif_schedule() routines work with netdev_queue objects.
David S. Miller
1
-5
/
+12
2008-07-08
netdev: Move gso_skb into netdev_queue.
David S. Miller
1
-3
/
+1
2008-07-08
pkt_sched: Add qdisc_tx_is_noop() helper and use in IPV6.
David S. Miller
1
-0
/
+8
2008-07-08
net: Clean up explicit ->tx_queue references in link watch.
David S. Miller
1
-0
/
+8
2008-07-08
pkt_sched: Add qdisc_all_tx_empty()
David S. Miller
2
-1
/
+10
2008-07-08
pkt_sched: Add qdisc_reset_all_tx().
David S. Miller
1
-0
/
+6
2008-07-08
netdev: Move next_sched into struct netdev_queue.
David S. Miller
1
-3
/
+2
2008-07-08
pkt_sched: Kill stats_lock member of struct Qdisc.
David S. Miller
1
-1
/
+0
2008-07-08
netdev: Kill qdisc_ingress, use netdev->rx_queue.qdisc instead.
David S. Miller
1
-3
/
+0
2008-07-08
netdev: Move rest of qdisc state into struct netdev_queue
David S. Miller
2
-8
/
+4
2008-07-08
netdev: The ingress_lock member is no longer needed.
David S. Miller
1
-2
/
+0
2008-07-08
netdev: Move queue_lock into struct netdev_queue.
David S. Miller
1
-2
/
+2
2008-07-08
pkt_sched: Remove 'dev' member of struct Qdisc.
David S. Miller
1
-7
/
+9
2008-07-08
netdev: Create netdev_queue abstraction.
David S. Miller
2
-1
/
+12
2008-07-08
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...
David S. Miller
2
-15
/
+34
2008-07-08
vlan: avoid header copying and linearisation where possible
Patrick McHardy
1
-15
/
+3
2008-07-08
mac80211: fix lots of kernel-doc
Randy Dunlap
1
-15
/
+25
2008-07-08
mac80211: move QOS control helpers into ieee80211.h
Harvey Harrison
1
-0
/
+2
2008-07-08
mac80211: add block ack request capability
Ron Rindjunsky
2
-0
/
+7
2008-07-08
vlan: TCI related type and naming cleanups
Patrick McHardy
1
-36
/
+48
2008-07-08
vlan: remove useless struct hlist_node declaration from if_vlan.h
Patrick McHardy
1
-4
/
+0
2008-07-08
vlan: move struct vlan_dev_info to private header
Patrick McHardy
1
-41
/
+15
2008-07-08
vlan: uninline __vlan_hwaccel_rx
Patrick McHardy
1
-56
/
+8
2008-07-08
vlan: fix network_header/mac_header adjustments
Patrick McHardy
1
-2
/
+0
2008-07-08
net: remove padding from struct socket on 64bit & increase objects/cache
Richard Kennedy
1
-2
/
+2
2008-07-08
netfilter: fix string extension for case insensitive pattern matching
Joonwoo Park
1
-1
/
+14
2008-07-08
textsearch: convert kmalloc + memset to kzalloc
Joonwoo Park
1
-2
/
+1
2008-07-08
textsearch: support for case insensitive searching
Joonwoo Park
1
-5
/
+5
2008-07-08
netfilter: cleanup netfilter_ipv6.h userspace header
Adrian Bunk
1
-0
/
+4
2008-07-08
netfilter: nf_conntrack: add allocation flag to nf_conntrack_alloc
Pablo Neira Ayuso
1
-1
/
+2
2008-07-05
net-sched: consolidate default fifo qdisc setup
Patrick McHardy
1
-0
/
+4
2008-07-05
net-sched: add dynamically sized qdisc class hash helpers
Patrick McHardy
1
-0
/
+42
2008-07-05
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
52
-117
/
+233
2008-07-05
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...
David S. Miller
1
-0
/
+5
2008-07-05
vlan: Add GVRP support
Patrick McHardy
2
-0
/
+2
2008-07-05
net: Add GARP applicant-only participant
Patrick McHardy
2
-0
/
+129
2008-07-05
net: Add STP demux layer
Patrick McHardy
1
-0
/
+14
2008-07-05
MIB: add struct net to UDP6_INC_STATS_BH
Pavel Emelyanov
1
-2
/
+2
2008-07-05
MIB: add struct net to UDP6_INC_STATS_USER
Pavel Emelyanov
1
-1
/
+1
2008-07-05
MIB: add struct net to UDP_INC_STATS_BH
Pavel Emelyanov
1
-3
/
+3
2008-07-05
MIB: add struct net to UDP_INC_STATS_USER
Pavel Emelyanov
1
-1
/
+1
2008-07-05
Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgar...
David S. Miller
1
-7
/
+0
2008-07-05
netns: place rt_genid into struct net
Denis V. Lunev
1
-0
/
+1
2008-07-05
netns: make rt_secret_rebuild timer per namespace
Denis V. Lunev
1
-0
/
+2
2008-07-05
netns: register net.ipv4.route.flush in each namespace
Denis V. Lunev
1
-0
/
+1
2008-07-05
net: add fib_rules_ops to flush_cache method
Denis V. Lunev
1
-1
/
+1
[next]