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
/
i40e
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
i40e: don't truncate match_method assignment
Keller, Jacob E
2016-12-11
1
-2
/
+1
*
i40e: move all updates for VLAN mode into i40e_sync_vsi_filters
Jacob Keller
2016-12-07
1
-101
/
+113
*
i40e: use (add|rm)_vlan_all_mac helper functions when changing PVID
Jacob Keller
2016-12-07
3
-17
/
+32
*
i40e: factor out addition/deletion of VLAN per each MAC address
Jacob Keller
2016-12-07
1
-13
/
+55
*
i40e: delete filter after adding its replacement when converting
Jacob Keller
2016-12-07
1
-1
/
+1
*
i40e: refactor i40e_update_filter_state to avoid passing aq_err
Jacob Keller
2016-12-07
1
-37
/
+21
*
i40e: recalculate vsi->active_filters from hash contents
Jacob Keller
2016-12-07
1
-23
/
+29
*
i40e: defeature support for PTP L4 frame detection on XL710
Jacob Keller
2016-12-07
4
-9
/
+31
*
i40e: lock service task correctly
Mitch Williams
2016-12-07
1
-17
/
+7
*
i40e: Add functions which apply correct PHY access method for read and write ...
Michal Kosiarz
2016-12-07
2
-0
/
+76
*
i40e: Add FEC for 25g
Carolyn Wyborny
2016-12-07
2
-2
/
+25
*
i40e: Add support for 25G devices
Carolyn Wyborny
2016-12-07
7
-41
/
+119
*
i40e: use unsigned printf format specifier for active_filters count
Jacob Keller
2016-12-07
1
-1
/
+1
*
Changed version from 1.6.21 to 1.6.25
Bimmy Pujari
2016-12-07
1
-1
/
+1
*
i40e: Blink LED on 1G BaseT boards
Henry Tieman
2016-12-07
3
-8
/
+8
*
i40e: remove code to handle dev_addr specially
Jacob Keller
2016-12-07
1
-36
/
+7
*
i40e/i40evf: napi_poll must return the work done
Alexander Duyck
2016-12-07
1
-1
/
+1
*
i40e: restore workaround for removing default MAC filter
Jacob Keller
2016-12-07
1
-0
/
+41
*
i40e: simplify txd use count calculation
Mitch Williams
2016-12-07
1
-17
/
+28
*
i40e: Driver prints log message on link speed change
Filip Sadowski
2016-12-07
2
-1
/
+6
*
i40e: change message to only appear when extra debug info is wanted
Carolyn Wyborny
2016-12-03
1
-1
/
+1
*
i40e/i40evf: replace for memcpy with single memcpy call in ethtool
Jacob Keller
2016-12-03
1
-16
/
+8
*
i40e: set broadcast promiscuous mode for each active VLAN
Jacob Keller
2016-12-03
4
-21
/
+129
*
i40e: Fix for ethtool Supported link modes
Harshitha Ramamurthy
2016-12-03
3
-7
/
+13
*
i40e: Pass unknown PHY type for unknown PHYs
Henry Tieman
2016-12-03
1
-1
/
+2
*
i40e: Remove unreachable code
Henry Tieman
2016-12-03
1
-8
/
+1
*
i40e: fix panic on SPARC while changing num of desc
Tushar Dave
2016-12-03
1
-5
/
+5
*
i40e: Add protocols over MCTP to i40e_aq_discover_capabilities
Piotr Raczynski
2016-12-03
2
-0
/
+12
*
i40e: fix trivial typo in naming of i40e_sync_filters_subtask
Jacob Keller
2016-12-03
1
-2
/
+2
*
i40e: Add Clause22 implementation
Michal Kosiarz
2016-12-03
3
-52
/
+159
*
i40e: avoid duplicate private flags definitions
Jacob Keller
2016-12-03
1
-25
/
+17
*
i40e: remove second check of VLAN_N_VID in i40e_vlan_rx_add_vid
Jacob Keller
2016-12-03
1
-2
/
+2
*
i40e: remove error_param_int label from i40e_vc_config_promiscuous_mode_msg
Jacob Keller
2016-12-03
1
-3
/
+4
*
i40e: Be much more verbose about what we can and cannot offload
Alexander Duyck
2016-12-03
1
-8
/
+44
*
i40e: removed unreachable code
Filip Sadowski
2016-10-31
4
-60
/
+33
*
i40e: Implementation of ERROR state for NVM update state machine
Maciej Sosin
2016-10-31
3
-2
/
+19
*
i40e: Fix for division by zero
Michal Kosiarz
2016-10-31
1
-2
/
+4
*
i40e: clear mac filter count on reset
Mitch Williams
2016-10-31
1
-0
/
+1
*
i40e: Reorder logic for coalescing RS bits
Alexander Duyck
2016-10-31
2
-52
/
+54
*
i40e: Add common function for finding VSI by type
Alexander Duyck
2016-10-31
4
-30
/
+27
*
i40e: replace PTP Rx timestamp hang logic
Jacob Keller
2016-10-31
4
-44
/
+83
*
i40e: use a mutex instead of spinlock in PTP user entry points
Jacob Keller
2016-10-31
2
-14
/
+8
*
i40e: correct check for reading TSYNINDX from the receive descriptor
Jacob Keller
2016-10-31
1
-3
/
+4
*
i40e: remove duplicate add/delete adminq command code for filters
Jacob Keller
2016-10-31
1
-72
/
+84
*
i40e: avoid looping to check whether we're in VLAN mode
Jacob Keller
2016-10-31
2
-11
/
+38
*
i40e: fix MAC filters when removing VLANs
Alan Brady
2016-10-31
1
-48
/
+72
*
i40e: properly cleanup on allocation failure in i40e_sync_vsi_filters
Jacob Keller
2016-10-31
1
-17
/
+22
*
i40e: store MAC/VLAN filters in a hash with the MAC Address as key
Jacob Keller
2016-10-31
5
-107
/
+161
*
i40e: implement __i40e_del_filter and use where applicable
Jacob Keller
2016-10-31
1
-33
/
+59
*
i40e: When searching all MAC/VLAN filters, ignore removed filters
Jacob Keller
2016-10-31
1
-0
/
+6
[next]