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
/
ixgbe
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: ixgbe: slight optimization of addr compare
dingtianhong
2013-12-31
1
-2
/
+1
*
ixgbe: Start temperature sensor attribute index with 1
Guenter Roeck
2013-12-17
1
-4
/
+4
*
ixgbe: Convert to use devm_hwmon_device_register_with_groups
Guenter Roeck
2013-12-17
2
-48
/
+36
*
ixgbe: Make ixgbe_identify_qsfp_module_generic static
Mark Rustad
2013-11-30
2
-2
/
+2
*
ixgbe: turn NETIF_F_HW_L2FW_DOFFLOAD off by default
John Fastabend
2013-11-30
1
-3
/
+2
*
ixgbe: ixgbe_fwd_ring_down needs to be static
John Fastabend
2013-11-30
1
-2
/
+2
*
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2013-11-14
1
-0
/
+4
|
\
|
*
net: Explicitly initialize u64_stats_sync structures for lockdep
John Stultz
2013-11-06
1
-0
/
+4
*
|
Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
2013-11-14
1
-10
/
+5
|
\
\
|
*
|
DMA-API: net: intel/ixgbe: fix 32-bit DMA mask handling
Russell King
2013-09-21
1
-10
/
+5
*
|
|
ixgbe: add warning when max_vfs is out of range.
Jacob Keller
2013-11-11
2
-8
/
+13
*
|
|
ixgbe: deleting dfwd stations out of order can cause null ptr deref
John Fastabend
2013-11-08
1
-2
/
+6
*
|
|
ixgbe: fix build err, num_rx_queues is only available with CONFIG_RPS
John Fastabend
2013-11-08
1
-6
/
+10
*
|
|
ixgbe: enable l2 forwarding acceleration for macvlans
John Fastabend
2013-11-07
4
-89
/
+443
*
|
|
ixgbe: fix inconsistent clearing of the multicast table
Emil Tantilov
2013-11-01
1
-8
/
+7
*
|
|
ixgbe: Reduce memory consumption with larger page sizes
Anton Blanchard
2013-11-01
1
-0
/
+4
*
|
|
ixgbe: remove unnecessary duplication of PCIe bandwidth display
Jacob Keller
2013-10-29
1
-23
/
+13
*
|
|
ixgbe: show <2% for encoding loss on PCIe Gen3
Jacob Keller
2013-10-29
1
-2
/
+2
*
|
|
ixgbe: fix qv_lock_napi call in ixgbe_napi_disable_all
Jacob Keller
2013-10-29
2
-16
/
+38
*
|
|
ixgbe: fix rx-usecs range checks for BQL
Emil Tantilov
2013-10-24
1
-3
/
+3
*
|
|
ixgbe: use pcie_capability_read_word() to simplify code
Yijing Wang
2013-10-24
1
-4
/
+2
*
|
|
ixgbe: cleanup ixgbe_enumerate_functions
Jacob Keller
2013-10-24
1
-8
/
+5
*
|
|
net:drivers/net: Miscellaneous conversions to ETH_ALEN
Joe Perches
2013-10-02
1
-6
/
+3
*
|
|
ixgbe: remove marketing names from busy poll code
Jacob Keller
2013-10-01
3
-23
/
+23
*
|
|
ixgbe: Cleanup the use of tabs and spaces
Jeff Kirsher
2013-10-01
2
-26
/
+26
*
|
|
ixgbe: ethtool DCB registers dump for 82599 and x540
Leonardo Potenza
2013-10-01
2
-15
/
+65
*
|
|
intel: Remove extern from function prototypes
Joe Perches
2013-09-24
1
-88
/
+84
|
|
/
|
/
|
*
|
ixgbe: fix ethtool reporting of supported links for SFP modules
Emil Tantilov
2013-09-13
1
-0
/
+7
*
|
ixgbe: limit setting speed to only one at a time for QSFP modules
Emil Tantilov
2013-09-13
2
-1
/
+22
*
|
ixgbe: fix ethtool loopback diagnostic with DCB enabled
Emil Tantilov
2013-09-13
1
-0
/
+5
*
|
ixgbe: fully disable hardware RSC logic when disabling RSC
Jacob Keller
2013-09-13
2
-1
/
+9
|
/
*
ixgbe: add support for older QSFP active DA cables
Emil Tantilov
2013-08-29
2
-10
/
+50
*
ixgbe: include QSFP PHY types in ixgbe_is_sfp()
Emil Tantilov
2013-08-29
1
-0
/
+4
*
ixgbe: add 1Gbps support for QSFP+
Emil Tantilov
2013-08-29
3
-11
/
+33
*
ixgbe: fix SFF data dumps of SFP+ modules from an offset
Emil Tantilov
2013-08-29
1
-5
/
+4
*
ixgbe: cleanup some log messages
Don Skidmore
2013-08-29
2
-5
/
+3
*
ixgbe: zero out mailbox buffer on init
Emil Tantilov
2013-08-29
1
-2
/
+2
*
ixgbe: fix link test when connected to 1Gbps link partner
Emil Tantilov
2013-08-29
1
-17
/
+10
*
ixgbe: fix incorrect limit value in ring transverse
Don Skidmore
2013-08-29
1
-1
/
+1
*
ixgbe: Check return value on eeprom reads
Mark Rustad
2013-08-29
4
-39
/
+107
*
ixgbe: disable link when adapter goes down
Jacob Keller
2013-08-29
3
-0
/
+25
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-08-03
3
-11
/
+10
|
\
|
*
net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLL
Cong Wang
2013-08-01
2
-9
/
+9
|
*
ixgbe: Fix Tx Hang issue with lldpad on 82598EB
Jacob Keller
2013-07-28
1
-2
/
+1
*
|
ixgbe: add support for quad-port x520 adapter
Don Skidmore
2013-07-31
6
-17
/
+358
*
|
ixgbe: clear semaphore bits on timeouts
Emil Tantilov
2013-07-31
1
-24
/
+21
*
|
ixgbe: rename LL_EXTENDED_STATS to use queue instead of q
Jacob Keller
2013-07-31
1
-6
/
+6
*
|
ixgbe: fix lockdep annotation issue for ptp's work item
Jacob Keller
2013-07-31
3
-12
/
+14
*
|
ixgbe: call pcie_get_mimimum_link to check if device has enough bandwidth
Jacob Keller
2013-07-31
1
-7
/
+129
*
|
ixgbe: fix SFF data dumps of SFP+ modules
Emil Tantilov
2013-07-30
3
-60
/
+18
[next]