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
/
ethernet
/
intel
/
ixgbevf
Commit message (
Expand
)
Author
Age
*
ixgbevf: Add VF DCB + SR-IOV support
Alexander Duyck
2012-10-23
*
ixgbe/ixgbevf: Limit maximum jumbo frame size to 9.5K to avoid Tx hangs
Alexander Duyck
2012-10-09
*
ixgbevf: Set the netdev number of Tx queues
Greg Rose
2012-10-09
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2012-10-02
|
\
|
*
ixgbevf: Return error on failure to enable VLAN
Alexander Duyck
2012-09-24
|
*
ixgbevf: Add fix to VF to handle multi-descriptor buffers
Alexander Duyck
2012-09-24
|
*
ixgbevf: Fix AIM (Adaptive Interrupt Moderation)
Greg Rose
2012-09-24
|
*
ixgbevf - Remove unused parameter in ixgbevf_receive_skb
Narendra K
2012-09-24
|
*
ixgbevf: Fix code for handling timeout
Alexander Duyck
2012-09-24
|
*
ixgbevf: scheduling while atomic in reset hw path
John Fastabend
2012-09-20
|
*
ixgbevf: Add support for VF API negotiation
Alexander Duyck
2012-09-20
|
*
ixgbevf: Cleanup handling of configuration for jumbo frames
Alexander Duyck
2012-08-30
|
*
ixgbevf: Add suspend and resume support to the VF
Alexander Duyck
2012-08-30
*
|
netdev: make pci_error_handlers const
Stephen Hemminger
2012-09-07
|
/
*
netvm: propagate page->pfmemalloc from skb_alloc_page to skb
Mel Gorman
2012-07-31
*
ixgbevf: Fix namespace issue with ixgbe_write_eitr
Greg Rose
2012-07-21
*
ixgbevf: Add support for PCI error handling
Alexander Duyck
2012-07-21
*
ixgbevf: Add lock around mailbox ops to prevent simultaneous access
Alexander Duyck
2012-07-21
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-07-19
|
\
|
*
ixgbevf: Fix panic when loading driver
Alexander Duyck
2012-07-17
|
*
ixgbevf: Prevent RX/TX statistics getting reset to zero
Narendra K
2012-07-17
*
|
ixgbevf: Fix multiple issues in ixgbevf_get/set_ringparam
Alexander Duyck
2012-07-18
*
|
ixgbevf: Consolidate Tx context descriptor creation code
Alexander Duyck
2012-07-18
*
|
ixgbevf: Add netdev to ring structure
Alexander Duyck
2012-07-18
*
|
ixgbevf: Do not rewind the Rx ring before bumping tail
Alexander Duyck
2012-07-18
*
|
ixgbevf: fix VF untagging when 802.1 prio is set
Pascal Bouchareine
2012-07-18
*
|
ixgbevf: Update descriptor macros to accept pointers and drop _ADV suffix
Alexander Duyck
2012-07-17
*
|
ixgbevf: Use igb style interrupt masks instead of ixgbe style
Alexander Duyck
2012-07-17
*
|
ixgbevf: Move Tx clean-up into NAPI context
Alexander Duyck
2012-07-17
*
|
ixgbevf: Update q_vector to contain ring pointers instead of bitmaps
Alexander Duyck
2012-07-17
*
|
ixgbevf: Cleanup accounting for space needed at start of xmit_frame
Alexander Duyck
2012-07-17
*
|
ixgbevf: Drop use of eitr_low and eitr_high for hard coded values
Alexander Duyck
2012-07-17
*
|
ixgbevf: Make use of NETIF_F_RXCSUM instead of keeping our own flag
Alexander Duyck
2012-07-17
*
|
ixgbevf: Drop netdev_registered value since that is already stored in netdev
Alexander Duyck
2012-07-17
*
|
ixgbevf: Drop all dead or unnecessary code
Alexander Duyck
2012-07-17
*
|
drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions
Ben Hutchings
2012-07-11
|
/
*
ixgbevf: Update version string
Greg Rose
2012-05-03
*
ixgbevf: Make sure jumbo frames are set correctly after PF reset
Greg Rose
2012-05-03
*
ixgbevf: Add support to recognize 100mb link speed
Greg Rose
2012-05-03
*
intel: make wired ethernet driver message level consistent (rev2)
stephen hemminger
2012-03-28
*
ixgbevf: print MAC via printk format specifier
Danny Kukawka
2012-02-24
*
rename dev_hw_addr_random and remove redundant second
Danny Kukawka
2012-02-13
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-02-04
|
\
|
*
ixgbevf: Update copyright notices
Greg Rose
2012-02-03
|
*
ixgbevf: Fix mailbox interrupt ack bug
Greg Rose
2012-02-03
*
|
drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages
Joe Perches
2012-01-31
|
/
*
ixgbevf: make operations tables const
Stephen Hemminger
2012-01-19
*
ixgbevf: fix sparse warnings
Stephen Hemminger
2012-01-19
*
ixgbevf: make ethtool ops and strings const
Stephen Hemminger
2012-01-19
*
ixgbevf: Prevent possible race condition by checking for message
Greg Rose
2012-01-19
[next]