index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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-02-19
i40e: enable mc magic pkt wakeup during power down
Joshua Hay
1
-10
/
+64
2017-02-19
i40e: fix disable overflow promiscuous mode
Alan Brady
1
-5
/
+7
2017-02-12
i40e: avoid race condition when sending filters to firmware for addition
Jacob Keller
1
-51
/
+96
2017-02-12
i40e: allow i40e_update_filter_state to skip broadcast filters
Jacob Keller
1
-8
/
+29
2017-02-12
i40e: Save link FEC info from link up event
Henry Tieman
1
-2
/
+19
2017-02-12
i40e: Add bus number info to i40e_bus_info struct
Sudheer Mogilappagari
1
-0
/
+1
2017-02-12
i40e/i40evf : Changed version from 1.6.25 to 1.6.27
Bimmy Pujari
1
-1
/
+1
2017-02-03
i40e: refactor macro INTRL_USEC_TO_REG
Alan Brady
1
-1
/
+1
2017-02-03
i40e: Deprecating unused macro
Bimmy Pujari
1
-3
/
+3
2017-02-03
i40e: when adding or removing MAC filters, correctly handle VLANs
Jacob Keller
1
-3
/
+3
2017-02-03
i40e: avoid O(n^2) loop when deleting all filters
Jacob Keller
1
-1
/
+1
2017-02-03
i40e: rename i40e_put_mac_in_vlan and i40e_del_mac_all_vlan
Jacob Keller
1
-11
/
+13
2017-02-03
i40e: no need to check is_vsi_in_vlan before calling i40e_del_mac_all_vlan
Jacob Keller
1
-4
/
+1
2017-02-03
i40e: fold the i40e_is_vsi_in_vlan check into i40e_put_mac_in_vlan
Jacob Keller
1
-7
/
+4
2017-02-03
i40e: don't allow i40e_vsi_(add|kill)_vlan to operate when VID<1
Jacob Keller
1
-4
/
+10
2017-01-09
net: make ndo_get_stats64 a void function
stephen hemminger
1
-12
/
+6
2016-12-11
i40e: don't truncate match_method assignment
Keller, Jacob E
1
-2
/
+1
2016-12-07
i40e: move all updates for VLAN mode into i40e_sync_vsi_filters
Jacob Keller
1
-101
/
+113
2016-12-07
i40e: use (add|rm)_vlan_all_mac helper functions when changing PVID
Jacob Keller
1
-2
/
+2
2016-12-07
i40e: factor out addition/deletion of VLAN per each MAC address
Jacob Keller
1
-13
/
+55
2016-12-07
i40e: delete filter after adding its replacement when converting
Jacob Keller
1
-1
/
+1
2016-12-07
i40e: refactor i40e_update_filter_state to avoid passing aq_err
Jacob Keller
1
-37
/
+21
2016-12-07
i40e: recalculate vsi->active_filters from hash contents
Jacob Keller
1
-23
/
+29
2016-12-07
i40e: defeature support for PTP L4 frame detection on XL710
Jacob Keller
1
-1
/
+2
2016-12-07
i40e: lock service task correctly
Mitch Williams
1
-17
/
+7
2016-12-07
i40e: Add support for 25G devices
Carolyn Wyborny
1
-1
/
+5
2016-12-07
Changed version from 1.6.21 to 1.6.25
Bimmy Pujari
1
-1
/
+1
2016-12-07
i40e: Blink LED on 1G BaseT boards
Henry Tieman
1
-2
/
+2
2016-12-07
i40e: remove code to handle dev_addr specially
Jacob Keller
1
-36
/
+7
2016-12-07
i40e: restore workaround for removing default MAC filter
Jacob Keller
1
-0
/
+41
2016-12-07
i40e: Driver prints log message on link speed change
Filip Sadowski
1
-1
/
+5
2016-12-03
i40e: change message to only appear when extra debug info is wanted
Carolyn Wyborny
1
-1
/
+1
2016-12-03
i40e: set broadcast promiscuous mode for each active VLAN
Jacob Keller
1
-21
/
+85
2016-12-03
i40e: Fix for ethtool Supported link modes
Harshitha Ramamurthy
1
-1
/
+2
2016-12-03
i40e: fix trivial typo in naming of i40e_sync_filters_subtask
Jacob Keller
1
-2
/
+2
2016-12-03
i40e: remove second check of VLAN_N_VID in i40e_vlan_rx_add_vid
Jacob Keller
1
-2
/
+2
2016-12-03
i40e: Be much more verbose about what we can and cannot offload
Alexander Duyck
1
-8
/
+44
2016-11-01
i40e: removed unreachable code
Filip Sadowski
1
-19
/
+22
2016-11-01
i40e: Add common function for finding VSI by type
Alexander Duyck
1
-15
/
+6
2016-11-01
i40e: remove duplicate add/delete adminq command code for filters
Jacob Keller
1
-72
/
+84
2016-11-01
i40e: avoid looping to check whether we're in VLAN mode
Jacob Keller
1
-11
/
+37
2016-11-01
i40e: fix MAC filters when removing VLANs
Alan Brady
1
-48
/
+72
2016-11-01
i40e: properly cleanup on allocation failure in i40e_sync_vsi_filters
Jacob Keller
1
-17
/
+22
2016-11-01
i40e: store MAC/VLAN filters in a hash with the MAC Address as key
Jacob Keller
1
-81
/
+117
2016-11-01
i40e: implement __i40e_del_filter and use where applicable
Jacob Keller
1
-33
/
+59
2016-11-01
i40e: When searching all MAC/VLAN filters, ignore removed filters
Jacob Keller
1
-0
/
+6
2016-11-01
i40e: refactor i40e_put_mac_in_vlan to avoid changing f->vlan
Jacob Keller
1
-12
/
+13
2016-11-01
i40e: move i40e_put_mac_in_vlan and i40e_del_mac_all_vlan
Jacob Keller
1
-57
/
+56
2016-11-01
i40e: make use of __dev_uc_sync and __dev_mc_sync
Jacob Keller
1
-49
/
+64
2016-11-01
i40e: drop is_vf and is_netdev fields in struct i40e_mac_filter
Jacob Keller
1
-159
/
+68
[prev]
[next]