index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'kmap_atomic' of git://github.com/congwang/linux
Linus Torvalds
2012-03-21
2
-11
/
+6
|
\
|
*
net: remove the second argument of k[un]map_atomic()
Cong Wang
2012-03-20
2
-10
/
+6
*
|
ixgbe: Fix issues with SR-IOV loopback when flow control is disabled
Alexander Duyck
2012-03-19
1
-1
/
+8
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
2012-03-19
6
-1106
/
+1286
|
\
\
|
*
|
ixgbe: fix namespace issues when FCoE/DCB is not enabled
Jeff Kirsher
2012-03-19
4
-902
/
+945
|
*
|
ixgbe: Correct flag values set by ixgbe_fix_features
Alexander Duyck
2012-03-19
3
-61
/
+54
|
*
|
ixgbe: Add support for enabling UDP RSS via the ethtool rx-flow-hash command
Alexander Duyck
2012-03-19
3
-1
/
+160
|
*
|
ixgbe: Whitespace cleanups
Alexander Duyck
2012-03-19
1
-10
/
+7
|
*
|
ixgbe: Two minor fixes for RSS and FDIR set queues functions
Alexander Duyck
2012-03-19
1
-3
/
+1
|
*
|
ixgbe: drop err_eeprom tag which is at same location as err_sw_init
Alexander Duyck
2012-03-19
1
-3
/
+2
|
*
|
ixgbe: Move poll routine in order to improve readability
Alexander Duyck
2012-03-19
1
-49
/
+49
|
*
|
ixgbe: cleanup logic for the service timer and VF hang detection
Alexander Duyck
2012-03-19
1
-19
/
+10
|
*
|
ixgbe: Update layout of ixgbe_ring structure to improve cache performance
Alexander Duyck
2012-03-19
1
-9
/
+9
|
*
|
ixgbe: Store Tx flags and protocol information to tx_buffer sooner
Alexander Duyck
2012-03-19
3
-51
/
+51
*
|
|
igbvf: Use ETH_ALEN
Joe Perches
2012-03-19
2
-9
/
+2
|
/
/
*
|
ixgbe: always write DMA for single_mapped value with skb
Alexander Duyck
2012-03-17
2
-118
/
+153
*
|
ixgbe: Write gso_segs and bytcount to the ring sooner
Alexander Duyck
2012-03-17
2
-25
/
+21
*
|
ixgbe: Place skb on first buffer_info structure to avoid using stack space
Alexander Duyck
2012-03-17
3
-29
/
+40
*
|
ixgbe: Use packets to track Tx completions instead of a seperate value
Alexander Duyck
2012-03-17
2
-5
/
+1
*
|
ixgbe: Modify setup of descriptor flags to avoid conditional jumps
Alexander Duyck
2012-03-17
1
-17
/
+17
*
|
ixgbe: Make certain that all frames fit minimum size requirements
Alexander Duyck
2012-03-17
1
-1
/
+17
*
|
ixgbe: cleanup logic in ixgbe_change_mtu
Alexander Duyck
2012-03-17
1
-8
/
+12
*
|
ixgbe: Replace standard receive path with a page based receive
Alexander Duyck
2012-03-17
3
-430
/
+457
*
|
ixgbe: Support RX-ALL feature flag.
Ben Greear
2012-03-17
1
-2
/
+23
*
|
ixgbe: Support sending custom Ethernet FCS.
Ben Greear
2012-03-17
1
-0
/
+3
*
|
igb: Support RX-ALL feature flag.
Ben Greear
2012-03-17
2
-2
/
+33
*
|
igb: Support sending custom Ethernet FCS.
Ben Greear
2012-03-17
1
-0
/
+4
*
|
ixgbe: dcb: use DCB config values for FCoE traffic class on open
John Fastabend
2012-03-14
1
-1
/
+3
*
|
ixgbe: Fix race condition where RX buffer could become corrupted.
Atita Shirwaikar
2012-03-14
6
-24
/
+84
*
|
ixgbe: use typed min/max functions where possible
Jesse Brandeburg
2012-03-14
2
-8
/
+8
*
|
ixgbe: fix obvious return value bug.
Don Skidmore
2012-03-14
1
-1
/
+2
*
|
ixgbe: Replace eitr_low and eitr_high with static values in ixgbe_update_itr
Alexander Duyck
2012-03-14
2
-17
/
+8
*
|
ixgbe: Do not disable read relaxed ordering when DCA is enabled
Alexander Duyck
2012-03-14
4
-42
/
+49
*
|
ixgb: Remove unnecessary defines, use pr_debug
Joe Perches
2012-03-14
2
-14
/
+2
*
|
ixgbe: Simplify logic for ethtool loopback frame creation and testing
Alexander Duyck
2012-03-13
1
-31
/
+32
*
|
ixgbe: Add iterator for cycling through rings on a q_vector
Alexander Duyck
2012-03-13
2
-8
/
+12
*
|
ixgbe: Allocate rings as part of the q_vector
Alexander Duyck
2012-03-13
3
-257
/
+244
*
|
ixgbe: Drop unnecessary napi_schedule_prep and spare blank line from ixgbe_intr
Alexander Duyck
2012-03-13
1
-5
/
+2
*
|
ixgbe: Default to queue pairs when number of queues is less than CPUs
Alexander Duyck
2012-03-13
2
-8
/
+8
*
|
ixgbe: Correct Adaptive Interrupt Moderation so that it will change values
Alexander Duyck
2012-03-13
1
-2
/
+2
*
|
ixgbe: Address issues with Tx WHTRESH value not being set correctly
Alexander Duyck
2012-03-13
1
-2
/
+5
*
|
ixgbe: Reorder adapter contents for better cache utilization
Alexander Duyck
2012-03-13
1
-46
/
+48
*
|
ixgbe: Do no clear Tx status bits since eop_desc provides enough info
Alexander Duyck
2012-03-13
1
-4
/
+3
*
|
net: Fix issue with netdev_tx_reset_queue not resetting queue from XOFF state
Alexander Duyck
2012-03-13
1
-1
/
+2
*
|
ixgbe: add support for byte queue limits
Alexander Duyck
2012-03-13
2
-0
/
+12
*
|
ixgbe: remove tie between NAPI work limits and interrupt moderation
Jeff Kirsher
2012-03-13
1
-6
/
+0
*
|
igb: fix ethtool offline test
Jeff Kirsher
2012-03-13
1
-0
/
+7
*
|
net: dcb: getnumtcs()/setnumtcs() should return an int
John Fastabend
2012-03-03
1
-2
/
+2
*
|
ixgbe: dcb: check setup_tc return codes
John Fastabend
2012-03-03
1
-8
/
+18
*
|
e100: Show short v/s long rx length errors in ethtool stats.
Ben Greear
2012-03-03
1
-0
/
+3
[next]