index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
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
2017-02-18
i40e: Invoke softirqs after napi_reschedule
Benjamin Poirier
2017-02-18
i40e: remove duplicate device id from PCI table
Carolyn Wyborny
2017-02-18
i40e: Error handling for link event
Harshitha Ramamurthy
2017-02-18
i40e: properly convert le16 value to CPU format
Jacob Keller
2017-02-18
i40e: remove unnecessary call to i40e_update_link_info
Jacob Keller
2017-02-18
i40e: enable mc magic pkt wakeup during power down
Joshua Hay
2017-02-18
i40e: fix disable overflow promiscuous mode
Alan Brady
2017-02-11
i40e: avoid race condition when sending filters to firmware for addition
Jacob Keller
2017-02-11
i40e: allow i40e_update_filter_state to skip broadcast filters
Jacob Keller
2017-02-11
i40e: Save link FEC info from link up event
Henry Tieman
2017-02-11
i40e: Add bus number info to i40e_bus_info struct
Sudheer Mogilappagari
2017-02-11
i40e/i40evf : Changed version from 1.6.25 to 1.6.27
Bimmy Pujari
2017-02-02
i40e: refactor macro INTRL_USEC_TO_REG
Alan Brady
2017-02-02
i40e: Deprecating unused macro
Bimmy Pujari
2017-02-02
i40e: when adding or removing MAC filters, correctly handle VLANs
Jacob Keller
2017-02-02
i40e: avoid O(n^2) loop when deleting all filters
Jacob Keller
2017-02-02
i40e: rename i40e_put_mac_in_vlan and i40e_del_mac_all_vlan
Jacob Keller
2017-02-02
i40e: no need to check is_vsi_in_vlan before calling i40e_del_mac_all_vlan
Jacob Keller
2017-02-02
i40e: fold the i40e_is_vsi_in_vlan check into i40e_put_mac_in_vlan
Jacob Keller
2017-02-02
i40e: don't allow i40e_vsi_(add|kill)_vlan to operate when VID<1
Jacob Keller
2017-01-08
net: make ndo_get_stats64 a void function
stephen hemminger
2016-12-10
i40e: don't truncate match_method assignment
Keller, Jacob E
2016-12-06
i40e: move all updates for VLAN mode into i40e_sync_vsi_filters
Jacob Keller
2016-12-06
i40e: use (add|rm)_vlan_all_mac helper functions when changing PVID
Jacob Keller
2016-12-06
i40e: factor out addition/deletion of VLAN per each MAC address
Jacob Keller
2016-12-06
i40e: delete filter after adding its replacement when converting
Jacob Keller
2016-12-06
i40e: refactor i40e_update_filter_state to avoid passing aq_err
Jacob Keller
2016-12-06
i40e: recalculate vsi->active_filters from hash contents
Jacob Keller
2016-12-06
i40e: defeature support for PTP L4 frame detection on XL710
Jacob Keller
2016-12-06
i40e: lock service task correctly
Mitch Williams
2016-12-06
i40e: Add support for 25G devices
Carolyn Wyborny
2016-12-06
Changed version from 1.6.21 to 1.6.25
Bimmy Pujari
2016-12-06
i40e: Blink LED on 1G BaseT boards
Henry Tieman
2016-12-06
i40e: remove code to handle dev_addr specially
Jacob Keller
2016-12-06
i40e: restore workaround for removing default MAC filter
Jacob Keller
2016-12-06
i40e: Driver prints log message on link speed change
Filip Sadowski
2016-12-02
i40e: change message to only appear when extra debug info is wanted
Carolyn Wyborny
2016-12-02
i40e: set broadcast promiscuous mode for each active VLAN
Jacob Keller
2016-12-02
i40e: Fix for ethtool Supported link modes
Harshitha Ramamurthy
2016-12-02
i40e: fix trivial typo in naming of i40e_sync_filters_subtask
Jacob Keller
2016-12-02
i40e: remove second check of VLAN_N_VID in i40e_vlan_rx_add_vid
Jacob Keller
2016-12-02
i40e: Be much more verbose about what we can and cannot offload
Alexander Duyck
2016-10-31
i40e: removed unreachable code
Filip Sadowski
2016-10-31
i40e: Add common function for finding VSI by type
Alexander Duyck
2016-10-31
i40e: remove duplicate add/delete adminq command code for filters
Jacob Keller
2016-10-31
i40e: avoid looping to check whether we're in VLAN mode
Jacob Keller
2016-10-31
i40e: fix MAC filters when removing VLANs
Alan Brady
2016-10-31
i40e: properly cleanup on allocation failure in i40e_sync_vsi_filters
Jacob Keller
2016-10-31
i40e: store MAC/VLAN filters in a hash with the MAC Address as key
Jacob Keller
2016-10-31
i40e: implement __i40e_del_filter and use where applicable
Jacob Keller
[next]