index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
ixgbe: make silicon specific functions generic
Don Skidmore
2010-11-16
*
ixgbe: make sure FCoE DDP user buffers are really released by the HW
Yi Zou
2010-11-16
*
ixgbe: invalidate FCoE DDP context when no error status is available
Yi Zou
2010-11-16
*
ixgbe: avoid doing FCoE DDP when adapter is DOWN or RESETTING
Yi Zou
2010-11-16
*
ixgbe: rework Tx hang detection to fix reoccurring false Tx hangs
John Fastabend
2010-11-16
*
ixgbe: Resolve null function pointer accesses on 82598 w/ multi-speed fiber
Alexander Duyck
2010-11-16
*
ixgbe: populate the ring->q_vector pointer during ring mapping
Alexander Duyck
2010-11-16
*
ixgbe: cleanup ixgbe_map_rings_to_vectors
Alexander Duyck
2010-11-16
*
ixgbe: simplify math and improve stack use of ixgbe_set_itr functions
Alexander Duyck
2010-11-16
*
ixgbe: cleanup unclear references to reg_idx
Alexander Duyck
2010-11-16
*
ixgbe: cleanup unnecessary return value in ixgbe_cache_ring_rss
Alexander Duyck
2010-11-16
*
ixgbe: Cleanup DCB logic, whitespace, and comments in ixgbe_ethtool.c
Alexander Duyck
2010-11-16
*
ixgbe: add WOL support for backplane adapters
Alexander Duyck
2010-11-16
*
ixgbe: cleanup ixgbe_set_tx_csum ethtool flags configuration
Alexander Duyck
2010-11-16
*
ixgbe: change mac_type if statements to switch statements
Alexander Duyck
2010-11-16
*
ixgbe: cleanup use of ixgbe_rsc_count and RSC_CB
Alexander Duyck
2010-11-16
*
ixgbe: cleanup ATR filter setup function
Alexander Duyck
2010-11-16
*
ixgbe: cleanup ixgbe_clean_rx_irq
Alexander Duyck
2010-11-16
*
ixgbe: change vector numbering so that queues end up on correct CPUs
Alexander Duyck
2010-11-16
*
ixgbe: reorder Tx cleanup so that if adapter will reset we don't rearm
Alexander Duyck
2010-11-16
*
ixgbe: Disable RSC when ITR setting is too high to allow RSC
Alexander Duyck
2010-11-16
*
ixgbe: cleanup race conditions in link setup
Alexander Duyck
2010-11-16
*
ixgbe: add a state flags to ring
Alexander Duyck
2010-11-16
*
ixgbe: move CPU variable from ring into q_vector, add ring->q_vector
Alexander Duyck
2010-11-16
*
ixgbe: move adapter into pci_dev driver data instead of netdev
Alexander Duyck
2010-11-16
*
ixgbe: remove residual code left over from earlier combining of TXDCTL
Alexander Duyck
2010-11-16
*
ixgbe: move ixgbe_clear_interrupt_scheme to before pci_save_state
Alexander Duyck
2010-11-16
*
ixgbe: add a netdev pointer to the ring structure
Alexander Duyck
2010-11-16
*
ixgbe: combine some stats into a union to allow for Tx/Rx stats overlap
Alexander Duyck
2010-11-16
*
ixgbe: move device pointer into the ring structure
Alexander Duyck
2010-11-16
*
ixgbe: drop ring->head, make ring->tail a pointer instead of offset
Alexander Duyck
2010-11-16
*
ixgbe: cleanup ixgbe_alloc_rx_buffers
Alexander Duyck
2010-11-16
*
ixgbe: move GSO segments and byte count processing into ixgbe_tx_map
Alexander Duyck
2010-11-16
*
ixgbe: remove unnecessary re-init of adapter on Rx-csum change
Alexander Duyck
2010-11-16
*
ixgbe: DCB: credit max only needs to be gt TSO size for 82598
John Fastabend
2010-11-16
*
ixgbe: DCB set PFC high and low water marks per data sheet specs
John Fastabend
2010-11-16
*
ixgbevf: Update Version String and Copyright Notice
Greg Rose
2010-11-16
*
ixgbe: delay rx_ring freeing
Eric Dumazet
2010-11-16
*
net: reorder struct sock fields
Eric Dumazet
2010-11-16
*
udp: use atomic_inc_not_zero_hint
Eric Dumazet
2010-11-16
*
vlan: remove ndo_select_queue() logic
Eric Dumazet
2010-11-16
*
vlan: lockless transmit path
Eric Dumazet
2010-11-16
*
macvlan: lockless tx path
Eric Dumazet
2010-11-16
*
packet: Enhance AF_PACKET implementation to not require high order contiguous...
Neil Horman
2010-11-16
*
drivers/isdn/mISDN: Use printf extension %pV
Joe Perches
2010-11-16
*
netlink: let nlmsg and nla functions take pointer-to-const args
Jan Engelhardt
2010-11-16
*
ipv6: fix missing in6_ifa_put in addrconf
John Fastabend
2010-11-16
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
2010-11-16
|
\
|
*
carl9170: use generic sign_extend32
Christian Lamparter
2010-11-15
|
*
bitops: Provide generic sign_extend32 function
Andreas Herrmann
2010-11-15
[next]