index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
fm10k
Age
Commit message (
Expand
)
Author
2016-06-29
fm10k: fix incorrect index calculation in fm10k_write_reta
Jacob Keller
2016-06-29
fm10k: Align Rx buffers to 512B blocks
Alexander Duyck
2016-06-29
fm10k: don't use BIT() macro where the value isn't a bitmask
Jacob Keller
2016-06-23
ethernet/intel: Use pci_(request|release)_mem_regions
Johannes Thumshirn
2016-06-17
fm10k: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_port
Alexander Duyck
2016-05-04
treewide: replace dev->trans_start update with helper
Florian Westphal
2016-04-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-04-21
fm10k: protect fm10k_open in fm10k_io_resume with rtnl_lock
Hannes Frederic Sowa
2016-04-20
fm10k: fix incorrect IPv6 extended header checksum
Jacob Keller
2016-04-20
fm10k: consistently use Intel(R) for driver names
Jacob Keller
2016-04-20
fm10k: fix possible null pointer deref after kcalloc
Jacob Keller
2016-04-20
fm10k: Reset multicast mode when deleting lport
Ngai-Mint Kwan
2016-04-20
fm10k: update comment regarding reserved bits check
Jacob Keller
2016-04-20
fm10k: use different name than FM10K_VLAN_CLEAR for override bit
Jacob Keller
2016-04-20
fm10k: use 8bit notation instead of 10bit notation for diagram
Jacob Keller
2016-04-20
fm10k: fix documentation of fm10k_tlv_parse_attr
Jacob Keller
2016-04-20
fm10k: do not disable PCI device in fm10k_io_error_detected
Jacob Keller
2016-04-20
fm10k: correctly handle LPORT_MAP error
Jacob Keller
2016-04-20
fm10k: Fix multicast mode sync issues
Ngai-Mint Kwan
2016-04-20
fm10k: drop 1588 support
Jacob Keller
2016-04-20
fm10k: prevent RCU issues during AER events
Jacob Keller
2016-04-20
fm10k: use DRV_SUMMARY to reduce code duplication
Jacob Keller
2016-04-20
fm10k: Add support for bulk Tx cleanup & cleanup boolean logic
Alexander Duyck
2016-04-20
fm10k: remove debug-statistics support
Jacob Keller
2016-04-20
fm10k: add helper functions to set strings and data for ethtool stats
Jacob Keller
2016-04-13
fm10k: fix multi-bit VLAN update requests from VF
Jacob Keller
2016-04-05
fm10k: use ethtool_rxfh_indir_default for default redirection table
Jacob Keller
2016-04-05
fm10k: fix a minor typo in some comments
Jacob Keller
2016-04-05
fm10k: correctly clean up when init_queueing_scheme fails
Jacob Keller
2016-04-05
fm10k: prevent possibly uninitialized variable
Bruce Allan
2016-04-05
fm10k: add helper functions to set strings and data for ethtool stats
Jacob Keller
2016-04-05
fm10k: free MBX IRQ before clearing interrupt scheme
Jacob Keller
2016-04-05
fm10k: print error message when stop_hw fails
Jacob Keller
2016-04-05
fm10k: base queue scheme covered by RSS
Jacob Keller
2016-04-05
fm10k: don't initialize service task until later in probe
Jacob Keller
2016-04-05
fm10k: prevent null pointer dereference of msix_entries table
Jacob Keller
2016-04-05
fm10k: use ether_addr_copy to copy MAC address
Bruce Allan
2016-04-05
fm10k: cleanup SPACE_BEFORE_TAB checkpatch warning
Bruce Allan
2016-04-05
fm10k: demote BUG_ON() to WARN_ON() where appropriate
Bruce Allan
2016-04-05
fm10k: cleanup remaining right-bit-shifted 1
Bruce Allan
2016-04-05
fm10k: Move constants to the right of binary operators
Bruce Allan
2016-03-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2016-03-17
mm: introduce page reference manipulation functions
Joonsoo Kim
2016-03-03
net: relax setup_tc ndo op handle restriction
John Fastabend
2016-02-17
net: rework setup_tc ndo op to consume general tc operand
John Fastabend
2016-02-17
net: rework ndo tc op to consume additional qdisc handle parameter
John Fastabend
2016-02-16
fm10k: don't reinitialize RSS flow table when RXFH configured
Keller, Jacob E
2015-12-22
fm10k: IS_ENABLED() is not appropriate for boolean kconfig option
Bruce Allan
2015-12-22
fm10k: cleanup mailbox code comments etc
Bruce Allan
2015-12-22
fm10k: use true/false for boolean get_host_state
Bruce Allan
[prev]
[next]