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
/
mv643xx_eth.c
Commit message (
Expand
)
Author
Age
*
mv643xx_eth: fix recycle check bound
Lennert Buytenhek
2008-11-20
*
mv643xx_eth: fix the order of mdiobus_{unregister, free}() calls
Lennert Buytenhek
2008-11-20
*
mv643xx_eth: fix SMI bus access timeouts
Lennert Buytenhek
2008-11-03
*
mv643xx_eth: include linux/ip.h to fix build
Lennert Buytenhek
2008-10-08
*
phylib: move to dynamic allocation of struct mii_bus
Lennert Buytenhek
2008-10-08
*
phylib: rename mii_bus::dev to mii_bus::parent
Lennert Buytenhek
2008-10-08
*
mv643xx_eth: hook up skb recycling
Lennert Buytenhek
2008-10-01
*
mv643xx_eth: bump version to 1.4
Lennert Buytenhek
2008-09-19
*
mv643xx_eth: convert to phylib
Lennert Buytenhek
2008-09-19
*
mv643xx_eth: enforce frequent hardware statistics polling
Lennert Buytenhek
2008-09-18
*
mv643xx_eth: deal with unexpected ethernet header sizes
Lennert Buytenhek
2008-09-18
*
mv643xx_eth: fix receive checksumming
Lennert Buytenhek
2008-09-18
*
mv643xx_eth: add support for chips without transmit bandwidth control
Lennert Buytenhek
2008-09-14
*
mv643xx_eth: avoid reading ->byte_cnt twice during receive processing
Lennert Buytenhek
2008-09-14
*
mv643xx_eth: shrink default receive and transmit queue sizes
Lennert Buytenhek
2008-09-14
*
mv643xx_eth: replace array of skbs awaiting transmit completion with a queue
Lennert Buytenhek
2008-09-14
*
mv643xx_eth: avoid dropping tx lock during transmit reclaim
Lennert Buytenhek
2008-09-14
*
mv643xx_eth: switch to netif tx queue lock, get rid of private spinlock
Lennert Buytenhek
2008-09-14
*
mv643xx_eth: move all work to the napi poll handler
Lennert Buytenhek
2008-09-14
*
mv643xx_eth: transmit multiqueue support
Lennert Buytenhek
2008-09-05
*
mv643xx_eth: delete unused and uninteresting interrupt source mask bits
Lennert Buytenhek
2008-09-05
*
mv643xx_eth: get rid of netif_{stop,wake}_queue() calls on link down/up
Lennert Buytenhek
2008-09-05
*
mv643xx_eth: remove force_phy_addr field
Lennert Buytenhek
2008-09-05
*
mv643xx_eth: smi sharing is a per-unit property, not a per-port one
Lennert Buytenhek
2008-09-05
*
mv643xx_eth: require contiguous receive and transmit queue numbering
Lennert Buytenhek
2008-09-05
*
mv643xx_eth: get rid of compile-time configurable transmit checksumming
Lennert Buytenhek
2008-09-05
*
mv643xx_eth: get rid of receive-side locking
Lennert Buytenhek
2008-09-05
*
mv643xx_eth: make napi unconditional
Lennert Buytenhek
2008-09-05
*
mv643xx_eth: use the SMI done interrupt to wait for SMI access completion
Lennert Buytenhek
2008-09-05
*
mv643xx_eth: switch ->phy_lock from a spinlock to a mutex
Lennert Buytenhek
2008-09-05
*
mv643xx_eth: get rid of modulo operations
Lennert Buytenhek
2008-09-05
*
mv643xx_eth: get rid of IRQF_SAMPLE_RANDOM
Lennert Buytenhek
2008-09-05
*
mv643xx_eth: fix receive buffer DMA unmapping
Lennert Buytenhek
2008-09-05
*
mv643xx_eth: fix 'netdev_priv(dev) == dev->priv' assumption
Lennert Buytenhek
2008-09-05
*
mv643xx_eth: bump version to 1.3
Lennert Buytenhek
2008-08-24
*
mv643xx_eth: enforce multiple-of-8-bytes receive buffer size restriction
Lennert Buytenhek
2008-08-23
*
mv643xx_eth: fix NULL pointer dereference in rxq_process()
Lennert Buytenhek
2008-08-23
*
mv643xx_eth: fix inconsistent lock semantics
Lennert Buytenhek
2008-08-23
*
mv643xx_eth: fix double add_timer() on the receive oom timer
Lennert Buytenhek
2008-08-23
*
mv643xx_eth: fix NAPI 'rotting packet' issue
Lennert Buytenhek
2008-08-23
*
mv643xx_eth: bump version to 1.2
Lennert Buytenhek
2008-07-24
*
mv643xx_eth: enable hardware TX checksumming with vlan tags
Lennert Buytenhek
2008-07-24
*
mv643xx_eth: print message on link status change
Lennert Buytenhek
2008-07-24
*
mv643xx_eth: use auto phy polling for configuring (R)(G)MII interface
Lennert Buytenhek
2008-07-24
*
mv643xx_eth: print driver version on init
Lennert Buytenhek
2008-07-24
*
mv643xx_eth: use symbolic MII register addresses and values
Lennert Buytenhek
2008-07-24
*
mv643xx_eth: use longer DMA bursts
Lennert Buytenhek
2008-07-24
*
mv643xx_eth: also check TX_IN_PROGRESS when disabling transmit path
Lennert Buytenhek
2008-07-24
*
mv643xx_eth: don't fiddle with maximum receive packet size setting
Lennert Buytenhek
2008-07-24
*
mv643xx_eth: fix transmit-reclaim-in-napi-poll
Lennert Buytenhek
2008-07-24
[next]