index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ixgbevf
Commit message (
Expand
)
Author
Age
Files
Lines
*
netvm: propagate page->pfmemalloc from skb_alloc_page to skb
Mel Gorman
2012-07-31
1
-1
/
+0
*
ixgbevf: Fix namespace issue with ixgbe_write_eitr
Greg Rose
2012-07-21
2
-25
/
+19
*
ixgbevf: Add support for PCI error handling
Alexander Duyck
2012-07-21
1
-0
/
+80
*
ixgbevf: Add lock around mailbox ops to prevent simultaneous access
Alexander Duyck
2012-07-21
2
-2
/
+41
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-07-19
1
-0
/
+3
|
\
|
*
ixgbevf: Fix panic when loading driver
Alexander Duyck
2012-07-17
1
-0
/
+3
|
*
ixgbevf: Prevent RX/TX statistics getting reset to zero
Narendra K
2012-07-16
1
-12
/
+0
*
|
ixgbevf: Fix multiple issues in ixgbevf_get/set_ringparam
Alexander Duyck
2012-07-18
1
-70
/
+83
*
|
ixgbevf: Consolidate Tx context descriptor creation code
Alexander Duyck
2012-07-18
2
-180
/
+163
*
|
ixgbevf: Add netdev to ring structure
Alexander Duyck
2012-07-18
3
-34
/
+28
*
|
ixgbevf: Do not rewind the Rx ring before bumping tail
Alexander Duyck
2012-07-18
1
-5
/
+2
*
|
ixgbevf: fix VF untagging when 802.1 prio is set
Pascal Bouchareine
2012-07-18
1
-1
/
+1
*
|
ixgbevf: Update descriptor macros to accept pointers and drop _ADV suffix
Alexander Duyck
2012-07-17
2
-15
/
+15
*
|
ixgbevf: Use igb style interrupt masks instead of ixgbe style
Alexander Duyck
2012-07-17
3
-146
/
+105
*
|
ixgbevf: Move Tx clean-up into NAPI context
Alexander Duyck
2012-07-17
3
-182
/
+89
*
|
ixgbevf: Update q_vector to contain ring pointers instead of bitmaps
Alexander Duyck
2012-07-17
2
-105
/
+65
*
|
ixgbevf: Cleanup accounting for space needed at start of xmit_frame
Alexander Duyck
2012-07-17
1
-22
/
+24
*
|
ixgbevf: Drop use of eitr_low and eitr_high for hard coded values
Alexander Duyck
2012-07-17
2
-10
/
+4
*
|
ixgbevf: Make use of NETIF_F_RXCSUM instead of keeping our own flag
Alexander Duyck
2012-07-17
2
-20
/
+2
*
|
ixgbevf: Drop netdev_registered value since that is already stored in netdev
Alexander Duyck
2012-07-17
2
-6
/
+1
*
|
ixgbevf: Drop all dead or unnecessary code
Alexander Duyck
2012-07-17
3
-228
/
+22
*
|
drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions
Ben Hutchings
2012-07-10
1
-3
/
+3
|
/
*
ixgbevf: Update version string
Greg Rose
2012-05-03
1
-1
/
+1
*
ixgbevf: Make sure jumbo frames are set correctly after PF reset
Greg Rose
2012-05-03
2
-15
/
+15
*
ixgbevf: Add support to recognize 100mb link speed
Greg Rose
2012-05-03
3
-7
/
+25
*
intel: make wired ethernet driver message level consistent (rev2)
stephen hemminger
2012-03-27
1
-2
/
+5
*
ixgbevf: print MAC via printk format specifier
Danny Kukawka
2012-02-24
1
-7
/
+1
*
rename dev_hw_addr_random and remove redundant second
Danny Kukawka
2012-02-13
1
-11
/
+17
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-02-04
10
-17
/
+32
|
\
|
*
ixgbevf: Update copyright notices
Greg Rose
2012-02-03
10
-11
/
+11
|
*
ixgbevf: Fix mailbox interrupt ack bug
Greg Rose
2012-02-03
2
-6
/
+21
*
|
drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages
Joe Perches
2012-01-31
1
-5
/
+1
|
/
*
ixgbevf: make operations tables const
Stephen Hemminger
2012-01-19
4
-8
/
+8
*
ixgbevf: fix sparse warnings
Stephen Hemminger
2012-01-19
3
-2
/
+4
*
ixgbevf: make ethtool ops and strings const
Stephen Hemminger
2012-01-19
1
-2
/
+3
*
ixgbevf: Prevent possible race condition by checking for message
Greg Rose
2012-01-19
1
-18
/
+21
*
ixgbevf: Fix register defines to correctly handle complex expressions
Alexander Duyck
2012-01-02
2
-23
/
+23
*
net: make vlan ndo_vlan_rx_[add/kill]_vid return error value
Jiri Pirko
2011-12-08
1
-2
/
+6
*
net: remove netdev_alloc_page and use __GFP_COLD
Eric Dumazet
2011-11-22
1
-1
/
+1
*
Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a numb...
Rick Jones
2011-11-22
1
-5
/
+5
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
2011-11-16
4
-18
/
+20
|
\
|
*
intel: Convert <FOO>_LENGTH_OF_ADDRESS to ETH_ALEN
Joe Perches
2011-11-16
2
-3
/
+2
|
*
ixgbevf: Convert printks to pr_<level>
Jeff Kirsher
2011-11-16
2
-15
/
+18
*
|
net: introduce and use netdev_features_t for device features sets
Michał Mirosław
2011-11-16
1
-1
/
+2
|
/
*
ixgbevf: Update release version
Greg Rose
2011-11-02
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2011-10-25
1
-1
/
+1
*
net: add skb frag size accessors
Eric Dumazet
2011-10-19
1
-3
/
+3
*
net: Remove unnecessary driver assignments of ethtool_ringparam fields to zero
Rick Jones
2011-10-07
1
-4
/
+0
*
ixgbevf: Fix broken trunk vlan
Greg Rose
2011-09-28
1
-4
/
+2
*
intel: convert to SKB paged frag API.
Ian Campbell
2011-08-30
1
-6
/
+4
[next]