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
path:
root
/
drivers
/
net
/
sfc
Commit message (
Expand
)
Author
Age
*
dma-mapping: add the device argument to dma_mapping_error()
FUJITA Tomonori
2008-07-26
*
sfc: Create one RX queue and interrupt per CPU package by default
Ben Hutchings
2008-07-22
*
sfc: Use a separate workqueue for resets
Ben Hutchings
2008-07-22
*
sfc: I2C adapter initialisation fixes
Ben Hutchings
2008-07-22
*
netdev: Do not use TX lock to protect address lists.
David S. Miller
2008-07-15
*
netdev: Add netdev->addr_list_lock protection.
David S. Miller
2008-07-15
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-06-13
|
\
|
*
sfc: Recover from RX queue flush failure
Steve Hodgson
2008-06-10
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-06-10
|
\
|
|
*
[netdrvr] sfc: Report XAUI link down at default log level
Ben Hutchings
2008-05-30
*
|
sfc: Reduce I2C udelay to 5 resulting in a clock frequency of 100 kHz
Ben Hutchings
2008-05-30
*
|
sfc: Use kernel I2C system and i2c-algo-bit driver
Ben Hutchings
2008-05-30
|
/
*
sfc: Remove sub-minor component from driver version
Ben Hutchings
2008-05-22
*
sfc: Added checks for heap allocation failure
Ben Hutchings
2008-05-22
*
sfc: Remove redundant casts to and from void *
Ben Hutchings
2008-05-22
*
sfc: Change type of efx_nic::nic_data to struct falcon_nic_data *
Ben Hutchings
2008-05-22
*
sfc: Use __packed macro
Ben Hutchings
2008-05-22
*
sfc: Do not define inline macro
Ben Hutchings
2008-05-22
*
sfc: Use DMA_BIT_MASK() instead of our own DMA mask macros
Ben Hutchings
2008-05-22
*
sfc: Correct and expand some comments
Ben Hutchings
2008-05-22
*
sfc: Use resource_size_t for PCI bus address
Ben Hutchings
2008-05-22
*
sfc: Merged efx_page_offset() into efx_rx_buf_offset()
Ben Hutchings
2008-05-22
*
sfc: Replaced various macros with inline functions
Ben Hutchings
2008-05-22
*
sfc: Added and removed braces to comply with kernel style
Ben Hutchings
2008-05-22
*
sfc: Removed unncesssary UL suffixes on 0 literals
Ben Hutchings
2008-05-22
*
sfc: Simplified efx_rx_calc_buffer_size() using get_order()
Ben Hutchings
2008-05-22
*
sfc: Removed casts to void
Ben Hutchings
2008-05-22
*
sfc: Use mod_timer() to set expiry and add_timer() together
Ben Hutchings
2008-05-22
*
[netdrvr] sfc: sfc: Add self-test support
Ben Hutchings
2008-05-13
*
[netdrvr] sfc: Increment rx_reset when reported as driver event
Ben Hutchings
2008-05-13
*
[netdrvr] sfc: Remove unused macro EFX_XAUI_RETRAIN_MAX
Ben Hutchings
2008-05-13
*
[netdrvr] sfc: Fix code formatting
Ben Hutchings
2008-05-13
*
[netdrvr] sfc: Remove kernel-doc comments for removed members of struct efx_nic
Ben Hutchings
2008-05-13
*
[netdrvr] sfc: Remove garbage from comment
Ben Hutchings
2008-05-13
*
[netdrvr] sfc: Removed bogus 'fall-thru' comments
Ben Hutchings
2008-05-13
*
[netdrvr] sfc: Add phy_flash_cfg module parameter and implementation
Ben Hutchings
2008-05-13
*
[netdrvr] sfc: Add TSO support
Ben Hutchings
2008-05-13
*
New driver "sfc" for Solarstorm SFC4000 controller.
Ben Hutchings
2008-04-29