index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
i40e
/
i40e_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-23
i40e: add support for SCTPv4 FDir filters
Jacob Keller
1
-0
/
+2
2017-03-23
i40e: implement support for flexible word payload
Jacob Keller
1
-0
/
+16
2017-03-23
i40e: restore default input set for each flow type
Jacob Keller
1
-0
/
+19
2017-03-20
i40e: add counters for UDP/IPv4 and IPv4 filters
Jacob Keller
1
-6
/
+13
2017-03-20
i40e: don't re-enable ATR when flushing filters if SB has TCP4/IPv4 rules
Jacob Keller
1
-1
/
+1
2017-03-20
i40e: reset fd_tcp_rule count when restoring filters
Jacob Keller
1
-0
/
+3
2017-03-20
i40e: remove redundant check for fd_tcp_rule when restoring filters
Jacob Keller
1
-6
/
+0
2017-03-20
i40e: send correct port number to AdminQ when enabling UDP tunnels
Jacob Keller
1
-9
/
+8
2017-03-15
mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.
Amritha Nambiar
1
-2
/
+5
2017-03-15
i40e: rename auto_disable_flags to hw_disabled_flags
Harshitha Ramamurthy
1
-14
/
+14
2017-03-15
i40e/i40evf: Change version from 1.6.27 to 2.1.7
Bimmy Pujari
1
-3
/
+3
2017-03-15
i40e: Clarify steps in MAC/VLAN filters initialization routine
Filip Sadowski
1
-4
/
+4
2017-03-15
i40e: fix RSS queues only operating on PF0
Lihong Yang
1
-8
/
+3
2017-03-15
i40e: don't add more vectors to num_lan_msix than number of CPUs
Jacob Keller
1
-3
/
+27
2017-03-15
i40e: KISS the client interface
Mitch Williams
1
-11
/
+21
2017-02-18
i40e: Invoke softirqs after napi_reschedule
Benjamin Poirier
1
-0
/
+2
2017-02-18
i40e: remove duplicate device id from PCI table
Carolyn Wyborny
1
-1
/
+0
2017-02-18
i40e: Error handling for link event
Harshitha Ramamurthy
1
-2
/
+12
2017-02-18
i40e: properly convert le16 value to CPU format
Jacob Keller
1
-5
/
+6
2017-02-18
i40e: remove unnecessary call to i40e_update_link_info
Jacob Keller
1
-1
/
+0
2017-02-18
i40e: enable mc magic pkt wakeup during power down
Joshua Hay
1
-10
/
+64
2017-02-18
i40e: fix disable overflow promiscuous mode
Alan Brady
1
-5
/
+7
2017-02-11
i40e: avoid race condition when sending filters to firmware for addition
Jacob Keller
1
-51
/
+96
2017-02-11
i40e: allow i40e_update_filter_state to skip broadcast filters
Jacob Keller
1
-8
/
+29
2017-02-11
i40e: Save link FEC info from link up event
Henry Tieman
1
-2
/
+19
2017-02-11
i40e: Add bus number info to i40e_bus_info struct
Sudheer Mogilappagari
1
-0
/
+1
2017-02-11
i40e/i40evf : Changed version from 1.6.25 to 1.6.27
Bimmy Pujari
1
-1
/
+1
2017-02-02
i40e: refactor macro INTRL_USEC_TO_REG
Alan Brady
1
-1
/
+1
2017-02-02
i40e: Deprecating unused macro
Bimmy Pujari
1
-3
/
+3
2017-02-02
i40e: when adding or removing MAC filters, correctly handle VLANs
Jacob Keller
1
-3
/
+3
2017-02-02
i40e: avoid O(n^2) loop when deleting all filters
Jacob Keller
1
-1
/
+1
2017-02-02
i40e: rename i40e_put_mac_in_vlan and i40e_del_mac_all_vlan
Jacob Keller
1
-11
/
+13
2017-02-02
i40e: no need to check is_vsi_in_vlan before calling i40e_del_mac_all_vlan
Jacob Keller
1
-4
/
+1
2017-02-02
i40e: fold the i40e_is_vsi_in_vlan check into i40e_put_mac_in_vlan
Jacob Keller
1
-7
/
+4
2017-02-02
i40e: don't allow i40e_vsi_(add|kill)_vlan to operate when VID<1
Jacob Keller
1
-4
/
+10
2017-01-08
net: make ndo_get_stats64 a void function
stephen hemminger
1
-12
/
+6
2016-12-10
i40e: don't truncate match_method assignment
Keller, Jacob E
1
-2
/
+1
2016-12-06
i40e: move all updates for VLAN mode into i40e_sync_vsi_filters
Jacob Keller
1
-101
/
+113
2016-12-06
i40e: use (add|rm)_vlan_all_mac helper functions when changing PVID
Jacob Keller
1
-2
/
+2
2016-12-06
i40e: factor out addition/deletion of VLAN per each MAC address
Jacob Keller
1
-13
/
+55
2016-12-06
i40e: delete filter after adding its replacement when converting
Jacob Keller
1
-1
/
+1
2016-12-06
i40e: refactor i40e_update_filter_state to avoid passing aq_err
Jacob Keller
1
-37
/
+21
2016-12-06
i40e: recalculate vsi->active_filters from hash contents
Jacob Keller
1
-23
/
+29
2016-12-06
i40e: defeature support for PTP L4 frame detection on XL710
Jacob Keller
1
-1
/
+2
2016-12-06
i40e: lock service task correctly
Mitch Williams
1
-17
/
+7
2016-12-06
i40e: Add support for 25G devices
Carolyn Wyborny
1
-1
/
+5
2016-12-06
Changed version from 1.6.21 to 1.6.25
Bimmy Pujari
1
-1
/
+1
2016-12-06
i40e: Blink LED on 1G BaseT boards
Henry Tieman
1
-2
/
+2
2016-12-06
i40e: remove code to handle dev_addr specially
Jacob Keller
1
-36
/
+7
2016-12-06
i40e: restore workaround for removing default MAC filter
Jacob Keller
1
-0
/
+41
[prev]
[next]