index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ixgbe
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-04
igb, ixgbe: netdev_tx_reset_queue incorrectly called from tx init path
John Fastabend
2
-2
/
+4
2012-05-03
ixgbe: dcb: BIT_APP_UPCHG not set by ixgbe_copy_dcb_cfg()
John Fastabend
3
-28
/
+22
2012-05-03
ixgbe: fix race condition with shutdown
Don Skidmore
1
-0
/
+2
2012-05-01
ixgbe: fix calling skb_put on nonlinear skb assertion bug
Yi Zou
1
-0
/
+1
2012-05-01
ixgbe: Fix a memory leak in IEEE DCB
Alexander Duyck
1
-4
/
+5
2012-04-18
ixgbe: Identify FCoE rings earlier to resolve memory corruption w/ FCoE
Alexander Duyck
2
-8
/
+10
2012-04-18
ixgbe: add missing rtnl_lock in PM resume path
Benjamin Poirier
1
-0
/
+2
2012-04-14
ixgbe: fix WoL issue with fiber
Don Skidmore
1
-0
/
+10
2012-04-04
ixgbe: driver fix for link flap
Multanen, Eric W
1
-84
/
+80
2012-03-28
ixgbe: update version number
Don Skidmore
1
-2
/
+2
2012-03-28
ixgbe: fix typo in enumeration name
Don Skidmore
1
-1
/
+1
2012-03-28
intel: make wired ethernet driver message level consistent (rev2)
stephen hemminger
1
-3
/
+6
2012-03-20
ixgbe: Fix issues with SR-IOV loopback when flow control is disabled
Alexander Duyck
1
-1
/
+8
2012-03-20
ixgbe: fix namespace issues when FCoE/DCB is not enabled
Jeff Kirsher
4
-902
/
+945
2012-03-20
ixgbe: Correct flag values set by ixgbe_fix_features
Alexander Duyck
3
-61
/
+54
2012-03-19
ixgbe: Add support for enabling UDP RSS via the ethtool rx-flow-hash command
Alexander Duyck
3
-1
/
+160
2012-03-19
ixgbe: Whitespace cleanups
Alexander Duyck
1
-10
/
+7
2012-03-19
ixgbe: Two minor fixes for RSS and FDIR set queues functions
Alexander Duyck
1
-3
/
+1
2012-03-19
ixgbe: drop err_eeprom tag which is at same location as err_sw_init
Alexander Duyck
1
-3
/
+2
2012-03-19
ixgbe: Move poll routine in order to improve readability
Alexander Duyck
1
-49
/
+49
2012-03-19
ixgbe: cleanup logic for the service timer and VF hang detection
Alexander Duyck
1
-19
/
+10
2012-03-19
ixgbe: Update layout of ixgbe_ring structure to improve cache performance
Alexander Duyck
1
-9
/
+9
2012-03-19
ixgbe: Store Tx flags and protocol information to tx_buffer sooner
Alexander Duyck
3
-51
/
+51
2012-03-17
ixgbe: always write DMA for single_mapped value with skb
Alexander Duyck
2
-118
/
+153
2012-03-17
ixgbe: Write gso_segs and bytcount to the ring sooner
Alexander Duyck
2
-25
/
+21
2012-03-17
ixgbe: Place skb on first buffer_info structure to avoid using stack space
Alexander Duyck
3
-29
/
+40
2012-03-17
ixgbe: Use packets to track Tx completions instead of a seperate value
Alexander Duyck
2
-5
/
+1
2012-03-17
ixgbe: Modify setup of descriptor flags to avoid conditional jumps
Alexander Duyck
1
-17
/
+17
2012-03-17
ixgbe: Make certain that all frames fit minimum size requirements
Alexander Duyck
1
-1
/
+17
2012-03-17
ixgbe: cleanup logic in ixgbe_change_mtu
Alexander Duyck
1
-8
/
+12
2012-03-17
ixgbe: Replace standard receive path with a page based receive
Alexander Duyck
3
-430
/
+457
2012-03-17
ixgbe: Support RX-ALL feature flag.
Ben Greear
1
-2
/
+23
2012-03-17
ixgbe: Support sending custom Ethernet FCS.
Ben Greear
1
-0
/
+3
2012-03-14
ixgbe: dcb: use DCB config values for FCoE traffic class on open
John Fastabend
1
-1
/
+3
2012-03-14
ixgbe: Fix race condition where RX buffer could become corrupted.
Atita Shirwaikar
6
-24
/
+84
2012-03-14
ixgbe: use typed min/max functions where possible
Jesse Brandeburg
2
-8
/
+8
2012-03-14
ixgbe: fix obvious return value bug.
Don Skidmore
1
-1
/
+2
2012-03-14
ixgbe: Replace eitr_low and eitr_high with static values in ixgbe_update_itr
Alexander Duyck
2
-17
/
+8
2012-03-14
ixgbe: Do not disable read relaxed ordering when DCA is enabled
Alexander Duyck
4
-42
/
+49
2012-03-13
ixgbe: Simplify logic for ethtool loopback frame creation and testing
Alexander Duyck
1
-31
/
+32
2012-03-13
ixgbe: Add iterator for cycling through rings on a q_vector
Alexander Duyck
2
-8
/
+12
2012-03-13
ixgbe: Allocate rings as part of the q_vector
Alexander Duyck
3
-257
/
+244
2012-03-13
ixgbe: Drop unnecessary napi_schedule_prep and spare blank line from ixgbe_intr
Alexander Duyck
1
-5
/
+2
2012-03-13
ixgbe: Default to queue pairs when number of queues is less than CPUs
Alexander Duyck
2
-8
/
+8
2012-03-13
ixgbe: Correct Adaptive Interrupt Moderation so that it will change values
Alexander Duyck
1
-2
/
+2
2012-03-13
ixgbe: Address issues with Tx WHTRESH value not being set correctly
Alexander Duyck
1
-2
/
+5
2012-03-13
ixgbe: Reorder adapter contents for better cache utilization
Alexander Duyck
1
-46
/
+48
2012-03-13
ixgbe: Do no clear Tx status bits since eop_desc provides enough info
Alexander Duyck
1
-4
/
+3
2012-03-13
ixgbe: add support for byte queue limits
Alexander Duyck
2
-0
/
+12
2012-03-13
ixgbe: remove tie between NAPI work limits and interrupt moderation
Jeff Kirsher
1
-6
/
+0
[next]