2012-05-08 |
Ben Hutchings | sfc: Fix division by zero when using one RX channel... Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-04-06 |
Ben Hutchings | doc, net: Update ndo_start_xmit return type and values Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-04-06 |
Ben Hutchings | doc, net: Remove instruction to set net_device::trans_start Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-04-06 |
Ben Hutchings | doc, net: Update netdev operation names Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-04-06 |
Ben Hutchings | doc, net: Update documentation of synchronisation for... Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-04-06 |
Ben Hutchings | doc, net: Remove obsolete reference to dev->poll Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-04-06 |
Ben Hutchings | ethtool: Remove exception to the requirement of holding... Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-03-06 |
Ben Hutchings | sfc: Log the part number on probe Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-03-06 |
Ben Hutchings | sfc: Remove efx_channel::last_eventq_read_ptr Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-03-06 |
Ben Hutchings | sfc: Run event/IRQ self-test asynchronously when interface... Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-03-06 |
Ben Hutchings | sfc: Encapsulate access to efx_{channel,nic}::last_irq_cpu... Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-03-06 |
Ben Hutchings | sfc: Test all event queues in parallel Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-03-06 |
Ben Hutchings | sfc: Raise self-test timeouts Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-03-06 |
Ben Hutchings | sfc: Remove TX completions from adaptive IRQ scoring Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-03-06 |
Ben Hutchings | sfc: Update comments on efx_rx_packet_gro() Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-03-06 |
Ben Hutchings | sfc: Remove redundant function efx_nic_has_mc() Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-03-01 |
Ben Hutchings | ethtool, mdio, mii: Specify MDIO information fields... Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-03-01 |
Ben Hutchings | mdio: Export mdio.h to userland Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-02-25 |
Ben Hutchings | sfc: Fix assignment of ip_summed for pre-allocated... Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-02-23 |
Ben Hutchings | sfc: Correct efx_for_each_possible_channel_tx_queue... Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-02-22 |
Ben Hutchings | sfc: Minor formatting cleanup Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-02-22 |
Ben Hutchings | sfc: Reverse initial buffer table allocation to allow... Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-02-22 |
Ben Hutchings | sfc: Correct validation of peer_page_count in efx_vfdi_set_s... Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-02-22 |
Ben Hutchings | sfc: Specify that the VFDI status page has page alignment... Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-02-16 |
Ben Hutchings | sfc: Add SR-IOV back-end support for SFC9000 family Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-02-16 |
Ben Hutchings | sfc: Allocate SRAM between buffer table and descriptor... Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-02-16 |
Ben Hutchings | sfc: Pass NIC structure into efx_wanted_parallelism() Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-02-16 |
Ben Hutchings | sfc: Add support for 'extra' channel types Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-02-16 |
Ben Hutchings | sfc: Make all CPU/IRQ/channel/queue counts unsigned Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-02-16 |
Ben Hutchings | sfc: Make buffer table indices and counts consistently... Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-02-16 |
Ben Hutchings | sfc: Generalise event generation to cover VF-owned... Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-02-16 |
Ben Hutchings | sfc: Use proper function to test for RX channel in... Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-02-16 |
Ben Hutchings | sfc: Leave interrupts and event queues enabled whenever... Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-02-16 |
Ben Hutchings | sfc: Generate RX fill events based on RX queues, not... Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-02-16 |
Ben Hutchings | sfc: Generalise driver event generation Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-02-16 |
Ben Hutchings | sfc: Correct MAC filter bitfield definitions Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-02-16 |
Ben Hutchings | sfc: Add support for TX MAC filters Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-02-16 |
Ben Hutchings | sfc: Add support for configuring RX unicast/multicast... Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-02-13 |
Ben Hutchings | sfc: Warn if unable to create MTDs Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-02-13 |
Ben Hutchings | sfc: Replace some literal constants with EFX_PAGE_SIZE... Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-02-13 |
Ben Hutchings | sfc: Do not retry hardware probe if it schedules a... Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-02-13 |
Ben Hutchings | sfc: Skip RX end-of-batch work on channels without... Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-02-01 |
Ben Hutchings | ethtool: Null-terminate filename passed to ethtool_ops... Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-01-30 |
Ben Hutchings | sfc: Use a more sensible cast in efx_rx_buf_offset() Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-01-30 |
Ben Hutchings | sfc: MTD: Leave the DEBUG macro alone Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-01-27 |
Ben Hutchings | sfc: Replace efx_rx_buffer::is_page and other booleans... Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-01-27 |
Ben Hutchings | sfc: Move the end of the non-GRO RX path into its own... Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-01-27 |
Ben Hutchings | sfc: Make all MAC statistics consistently 64 bits wide Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-01-27 |
Ben Hutchings | sfc: Rename implementation of ndo_set_rx_mode Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-01-27 |
Ben Hutchings | sfc: Remove redundant 'rc' variable, always set to 0 Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-01-27 |
Ben Hutchings | sfc: Minor formatting fixes Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-01-27 |
Ben Hutchings | sfc: Use existing local variables instead of repeated... Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-01-27 |
Ben Hutchings | sfc: Remove remnants of on-load self-test Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-01-27 |
Ben Hutchings | sfc: Remove obsolete function efx_dev_name() Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-01-27 |
Ben Hutchings | sfc: Update the description of SFC_MTD Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-01-27 |
Ben Hutchings | sfc: Add hwmon driver for boards using SFC9000-family... Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-01-27 |
Ben Hutchings | sfc: Clean up test interrupt handling Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-01-27 |
Ben Hutchings | Partly revert "sfc: Handle serious errors in exactly... Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-01-27 |
Ben Hutchings | sfc: Remove dependence on NAPI polling in efx_test_eventq_irq() Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-01-27 |
Ben Hutchings | sfc: Correct interrupt timer quantum for Siena (normal... Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-01-27 |
Ben Hutchings | sfc: Consistently test DEBUG macro, not EFX_ENABLE_DEBUG Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-01-27 |
Ben Hutchings | sfc: Remove efx_nic_type::push_multicast_hash operation Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-01-27 |
Ben Hutchings | sfc: Merge efx_mcdi_mac_check_fault() and efx_mcdi_get_mac_f... Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-01-27 |
Ben Hutchings | sfc: Merge efx_mac_operations into efx_nic_type Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-01-27 |
Ben Hutchings | sfc: Hold efx_nic::stats_lock while reading efx_nic... Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-01-27 |
Ben Hutchings | sfc: Use new names for MC shared memory layout constants Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-01-27 |
Ben Hutchings | sfc: Make handling of MC reboot more reliable Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-01-27 |
Ben Hutchings | sfc: Remove fallback for invalid permanent MAC address Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-01-17 |
Ben Hutchings | net: WARN if skb_checksum_help() is called on skb requiring... Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-01-17 |
Ben Hutchings | net: Use device model to get driver name in skb_gso_segment() Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-01-09 |
Ben Hutchings | sfc: Set default parallelism to per-core by default Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-01-09 |
Ben Hutchings | sfc: Rename efx_wanted_channels() to efx_wanted_parallelism() Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-01-09 |
Ben Hutchings | sfc: Update MCDI (firmware interface) definitions Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-01-09 |
Ben Hutchings | sfc: Remove unnecessary inclusion of <asm/io.h>, prompted... Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-01-09 |
Ben Hutchings | sfc: Const-qualify static data as appropriate, partly... Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-01-05 |
Ben Hutchings | sfc: Remove parentheses around return expressions,... Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-01-05 |
Ben Hutchings | sfc: Avoid assignment in an if-statement, reported... Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-01-05 |
Ben Hutchings | sfc: Fix some formatting errors reported by checkpatch Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-01-04 |
Ben Hutchings | ethtool: Remove ethtool_ops::set_rx_ntuple operation Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-01-04 |
Ben Hutchings | sfc: Remove now-unused filter function Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-01-04 |
Ben Hutchings | sfc: Implement ethtool RX NFC rules API instead of... Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-01-04 |
Ben Hutchings | sfc: Add support for retrieving and removing filters... Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-01-04 |
Ben Hutchings | sfc: Use consistent types for filter IDs, indices and... Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-01-04 |
Ben Hutchings | sfc: Change filter ID generation to satisfy priority... Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-01-04 |
Ben Hutchings | ethtool: Allow drivers to select RX NFC rule locations Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2012-01-04 |
Ben Hutchings | gianfar: Reject out-of-range RX NFC locations Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2011-12-16 |
Ben Hutchings | sfc: Use skb_fill_page_desc() to simplify passing of... Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2011-12-16 |
Ben Hutchings | ethtool: Define and apply a default policy for RX flow... Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2011-12-16 |
Ben Hutchings | ethtool: Centralise validation of ETHTOOL_{G, S}RXFHINDIR... Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2011-12-16 |
Ben Hutchings | ethtool: Clarify use of size field for ETHTOOL_GRXFHINDIR Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2011-12-06 |
Ben Hutchings | sfc: Remove device ID macros only used once Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2011-12-06 |
Ben Hutchings | MAINTAINERS: Update sfc maintainers Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2011-11-26 |
Ben Hutchings | bonding: Remove obsolete source file 'bond_ipv6.c' Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2011-10-14 |
Ben Hutchings | PCI: Add quirk for known incorrect MPSS Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2011-10-14 |
Ben Hutchings | PCI: Add Solarflare vendor ID and SFC4000 device IDs Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2011-10-03 |
Ben Hutchings | RPS: Ensure that an expired hardware filter can be... Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2011-09-20 |
Ben Hutchings | gianfar: Fix overflow check and return value for gfar_get_cl... Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2011-09-16 |
Ben Hutchings | ethtool: Update ethtool_rxnfc::rule_cnt on return from... Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2011-09-16 |
Ben Hutchings | ethtool: Clean up definitions of rule location arrays... Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
2011-09-16 |
Ben Hutchings | ethtool: Explicitly state that RX NFC rule locations... Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
commit | commitdiff | tree |
next |