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
Age
Commit message (
Expand
)
Author
Files
Lines
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-14
ixgb: Remove unnecessary defines, use pr_debug
Joe Perches
2
-14
/
+2
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
net: Fix issue with netdev_tx_reset_queue not resetting queue from XOFF state
Alexander Duyck
1
-1
/
+2
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
2012-03-13
igb: fix ethtool offline test
Jeff Kirsher
1
-0
/
+7
2012-03-03
net: dcb: getnumtcs()/setnumtcs() should return an int
John Fastabend
1
-2
/
+2
2012-03-03
ixgbe: dcb: check setup_tc return codes
John Fastabend
1
-8
/
+18
2012-03-03
e100: Show short v/s long rx length errors in ethtool stats.
Ben Greear
1
-0
/
+3
2012-03-03
e100: Fix rx-over-length statistics.
Ben Greear
1
-1
/
+4
2012-03-01
ixgbe: Fix comments that are out of date or formatted incorrectly
Alexander Duyck
1
-4
/
+9
2012-03-01
ixgbe: fix spelling errors
Don Skidmore
1
-1
/
+1
2012-03-01
ixgbe: Minor formatting and comment corrections for ixgbe_xmit_frame_ring
Alexander Duyck
1
-6
/
+11
2012-03-01
e1000e: use msleep instead of mdelay
Bruce Allan
1
-3
/
+1
2012-03-01
e1000e: cleanup whitespace and indentation
Bruce Allan
5
-57
/
+38
2012-03-01
e1000e: cleanup incorrect filename in comment
Bruce Allan
1
-1
/
+1
2012-03-01
e100: Support RXALL feature flag.
Ben Greear
1
-2
/
+20
2012-03-01
e100: Support sending custom Ethernet CRC
Ben Greear
1
-0
/
+16
2012-03-01
e100: Support RXFCS feature flag.
Ben Greear
1
-5
/
+30
2012-02-25
e1000e: rename e1000e_reload_nvm() and call as function pointer
Bruce Allan
6
-4
/
+8
2012-02-25
e1000e: cleanup - remove unnecessary variable
Bruce Allan
1
-2
/
+1
2012-02-25
e1000e: use true/false for boolean send_xon, do not assume always true
Bruce Allan
2
-2
/
+4
2012-02-25
e1000e: cleanup comment in e1000_hash_mc_addr()
Bruce Allan
1
-2
/
+1
2012-02-25
e1000e: rename e1000e_config_collision_dist() and call as function pointer
Bruce Allan
8
-11
/
+14
2012-02-25
e1000e: comment correction in e1000e_set_kmrn_lock_loss_workaround_ich8lan
Bruce Allan
1
-1
/
+1
2012-02-25
e1000e: cleanup calls to setup_physical_interface function pointer
Bruce Allan
1
-1
/
+1
2012-02-25
e1000e: cleanup use of check_reset_block function pointer
Bruce Allan
6
-18
/
+16
2012-02-25
e1000e: cleanup use of check_mng_mode function pointer
Bruce Allan
3
-8
/
+3
2012-02-25
e1000e: cleanup: rename e1000e_setup_link() and call as function pointer
Bruce Allan
5
-8
/
+8
2012-02-25
e1000e: cleanup: rename e1000e_id_led_init() and call as function pointer
Bruce Allan
5
-10
/
+9
2012-02-25
ixgbevf: print MAC via printk format specifier
Danny Kukawka
1
-7
/
+1
2012-02-24
v2 e1000: Neaten e1000_dump function
Tushar Dave
1
-63
/
+50
2012-02-24
e1000: Neaten e1000_config_dsp_after_link_change
Joe Perches
1
-83
/
+73
2012-02-24
e1000e: cosmetic comment changes to make lines less than 80 characters
Bruce Allan
1
-2
/
+2
2012-02-24
e1000e: cosmetic change to boolean comparisons
Bruce Allan
1
-2
/
+2
2012-02-24
e1000: Support RX-FCS flag.
Ben Greear
1
-10
/
+11
2012-02-24
e1000: Support sending custom Ethernet CRC.
Ben Greear
1
-0
/
+13
2012-02-24
e1000e: Support RXALL feature flag.
Ben Greear
2
-4
/
+26
[prev]
[next]