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
/
i40e.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
i40e: remove workaround for Open Firmware MAC address
Jacob Keller
2017-08-25
1
-1
/
+0
*
i40e: separate hw_features from runtime changing flags
Jacob Keller
2017-08-25
1
-20
/
+23
*
i40e: Add support for OEM firmware version
Filip Sadowski
2017-06-21
1
-14
/
+34
*
i40e: genericize the partition bandwidth control
Shannon Nelson
2017-06-21
1
-7
/
+6
*
i40e: add support for XDP_TX action
Björn Töpel
2017-06-21
1
-0
/
+1
*
i40e: add XDP support for pass and drop actions
Björn Töpel
2017-06-21
1
-0
/
+7
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-06-15
1
-0
/
+1
|
\
|
*
i40e: fix handling of HW ATR eviction
Jacob Keller
2017-06-13
1
-0
/
+1
*
|
i40e: use new unified virtchnl header file
Jesse Brandeburg
2017-06-01
1
-1
/
+1
*
|
i40e: check for Tx timestamp timeouts during watchdog
Jacob Keller
2017-05-31
1
-0
/
+2
*
|
i40e: use pf data structure directly in i40e_ptp_rx_hang
Jacob Keller
2017-05-31
1
-1
/
+1
*
|
i40e: add statistic indicating number of skipped Tx timestamps
Jacob Keller
2017-05-31
1
-0
/
+1
|
/
*
i40e: remove hw_disabled_flags in favor of using separate flag bits
Jacob Keller
2017-04-30
1
-7
/
+2
*
i40e: use DECLARE_BITMAP for state fields
Jacob Keller
2017-04-30
1
-2
/
+6
*
i40e: separate PF and VSI state flags
Jacob Keller
2017-04-30
1
-2
/
+10
*
i40e: rename index to port to avoid confusion
Jacob Keller
2017-04-30
1
-1
/
+1
*
i40e: use i40e_stop_rings_no_wait to implement PORT_SUSPENDED state
Jacob Keller
2017-04-20
1
-1
/
+1
*
i40e: reset all VFs in parallel when rebuilding PF
Jacob Keller
2017-04-20
1
-0
/
+2
*
i40e: Fix support for flow director programming status
Alexander Duyck
2017-04-20
1
-15
/
+0
*
i40e: clean up historic deprecated flag definitions
Jacob Keller
2017-04-08
1
-3
/
+0
*
i40e: remove I40E_FLAG_NEED_LINK_UPDATE
Alice Michael
2017-04-08
1
-1
/
+0
*
i40e: Simplify i40e_detect_recover_hung_queue logic
Alan Brady
2017-04-08
1
-4
/
+0
*
i40e: Decrease the scope of rtnl lock
Maciej Sosin
2017-04-08
1
-1
/
+1
*
i40e/i40evf: Add legacy-rx private flag to allow fallback to old Rx flow
Alexander Duyck
2017-03-29
1
-0
/
+1
*
i40e: remove FDIR_REQUIRES_REINIT driver flag
Jacob Keller
2017-03-29
1
-1
/
+0
*
i40e: Clean up handling of private flags
Alexander Duyck
2017-03-29
1
-8
/
+0
*
i40e: Drop FCoE code that always evaluates to false or 0
Alexander Duyck
2017-03-28
1
-3
/
+0
*
i40e: Drop FCoE code from core driver files
Alexander Duyck
2017-03-28
1
-60
/
+1
*
i40e: add support for SCTPv4 FDir filters
Jacob Keller
2017-03-24
1
-0
/
+1
*
i40e: implement support for flexible word payload
Jacob Keller
2017-03-24
1
-0
/
+83
*
i40e: add parsing of flexible filter fields from userdef
Jacob Keller
2017-03-24
1
-0
/
+9
*
i40e: restore default input set for each flow type
Jacob Keller
2017-03-24
1
-0
/
+18
*
i40e: check current configured input set when adding ntuple filters
Jacob Keller
2017-03-24
1
-0
/
+19
*
i40e: add counters for UDP/IPv4 and IPv4 filters
Jacob Keller
2017-03-21
1
-1
/
+8
*
i40e: don't use arrays for (src|dst)_ip
Jacob Keller
2017-03-21
1
-2
/
+2
*
i40e: send correct port number to AdminQ when enabling UDP tunnels
Jacob Keller
2017-03-21
1
-1
/
+2
*
i40e: rename auto_disable_flags to hw_disabled_flags
Harshitha Ramamurthy
2017-03-15
1
-2
/
+6
*
i40e: KISS the client interface
Mitch Williams
2017-03-15
1
-3
/
+5
*
i40e: Error handling for link event
Harshitha Ramamurthy
2017-02-19
1
-0
/
+1
*
i40e: enable mc magic pkt wakeup during power down
Joshua Hay
2017-02-19
1
-0
/
+1
*
i40e: avoid race condition when sending filters to firmware for addition
Jacob Keller
2017-02-12
1
-0
/
+16
*
i40e: remove unused function
Mitch Williams
2017-02-03
1
-1
/
+0
*
i40e: Deprecating unused macro
Bimmy Pujari
2017-02-03
1
-13
/
+0
*
i40e: avoid O(n^2) loop when deleting all filters
Jacob Keller
2017-02-03
1
-0
/
+1
*
i40e: rename i40e_put_mac_in_vlan and i40e_del_mac_all_vlan
Jacob Keller
2017-02-03
1
-3
/
+3
*
i40e: don't allow i40e_vsi_(add|kill)_vlan to operate when VID<1
Jacob Keller
2017-02-03
1
-2
/
+2
*
net: make ndo_get_stats64 a void function
stephen hemminger
2017-01-08
1
-3
/
+2
*
i40e: use (add|rm)_vlan_all_mac helper functions when changing PVID
Jacob Keller
2016-12-07
1
-0
/
+2
*
i40e: defeature support for PTP L4 frame detection on XL710
Jacob Keller
2016-12-07
1
-0
/
+1
*
i40e: Blink LED on 1G BaseT boards
Henry Tieman
2016-12-07
1
-1
/
+1
[next]