Commit Graph

430 Commits (d7c7ef908b6497bb871e2e113e66e8fb0f757543)

Author SHA1 Message Date
stephen hemminger d215697fe1 sfc: make functions static 15 years ago
Ben Hutchings 993284dfff sfc: Don't try to set filters with search depths we know won't work 15 years ago
Ben Hutchings c4f4adc7b7 sfc: Use netif_set_real_num_{rx,tx}_queues() 15 years ago
Eric Dumazet 807540baae drivers/net: return operator cleanup 15 years ago
Ben Hutchings 7e51b439f1 sfc: Add support for SFE4003 board and TXC43128 PHY 15 years ago
Ben Hutchings 8fbca79130 sfc: Remove support for SFN4111T, SFT9001 and Falcon GMAC 15 years ago
David S. Miller 10ed61c432 sfc: Fix build due to lack of vmalloc.h include. 15 years ago
Ben Hutchings e254c274ae sfc: Clean up and correct comments on efx_monitor() 15 years ago
Ben Hutchings 75abc51c29 sfc: Include RX IP filter table in register dump 15 years ago
Ben Hutchings b4187e4277 sfc: Implement the ethtool RX n-tuple control functions 15 years ago
Ben Hutchings 64eebcfd89 sfc: Add filter table management 15 years ago
Ben Hutchings efbc2d7cfa sfc: Fix order of channel_name array dimensions 15 years ago
Ben Hutchings 4642610c77 sfc: Allow changing the DMA ring sizes dynamically via ethtool 15 years ago
Steve Hodgson ecc910f520 sfc: Make the dmaq size a run-time setting (rather than compile-time) 15 years ago
Ben Hutchings 8313aca38b sfc: Allocate each channel separately, along with its RX and TX queues 15 years ago
Ben Hutchings f7d12cdcbb sfc: Refactor channel and queue lookup and iteration 15 years ago
Ben Hutchings ba1e8a35b7 sfc: Abstract channel and index lookup for RX queues 15 years ago
Ben Hutchings 58758aa505 sfc: Allocate DMA and event rings using GFP_KERNEL 15 years ago
Ben Hutchings e42de26249 sfc: Fix failure paths in efx_probe_port() 15 years ago
Ben Hutchings 7db8e8ec39 sfc: Remove declarations of functions that no longer exist 15 years ago
Ben Hutchings 80485d3441 sfc: Accumulate RX_NODESC_DROP count in rx_dropped, not rx_over_errors 15 years ago
Ben Hutchings 1cdc2cfc8a sfc: Use MCDI RX_BAD_FCS_PKTS count as MAC rx_bad count 15 years ago
Eric Dumazet bc8acf2c8c drivers/net: avoid some skb->ip_summed initializations 15 years ago
Ben Hutchings 47562e5d32 sfc: Remove unused field left from mis-merge 15 years ago
Eric Dumazet 28172739f0 net: fix 64 bit counters on 32 bit arches 15 years ago
Ben Hutchings 765c9f4686 sfc: Add support for RX flow hash control 15 years ago
Ben Hutchings 1437ce3983 ethtool: Change ethtool_op_set_flags to validate flags 15 years ago
Ben Hutchings bd97a63f7d sfc: Log clearer error messages for hardware monitor 15 years ago
Ben Hutchings 477e54eba4 sfc: Use Toeplitz IPv4 hash for RSS and hash insertion 15 years ago
Ben Hutchings 5d3a6fca95 sfc: Move siena_nic_data::ipv6_rss_key to efx_nic::rx_hash_key 15 years ago
Ben Hutchings 604f6049ba sfc: Fix reading of inserted hash 15 years ago
Ben Hutchings 39c9cf0707 sfc: Record hardware RX hash on each skb where possible 15 years ago
Ben Hutchings 2822235278 sfc: Disable setting feature flags that are not implemented 15 years ago
Ben Hutchings c5d5f5fdc7 sfc: Replace EFX_DRIVER_NAME with KBUILD_MODNAME 15 years ago
Ben Hutchings 62776d034c sfc: Implement message level control 15 years ago
Ben Hutchings 0c605a2061 sfc: Log MTD errors using partition name, not just net device name 15 years ago
Ben Hutchings 5b98c1bfcf sfc: Implement ethtool register dump operation 15 years ago
Ben Hutchings 4472702e65 sfc: Implement 64-bit net device statistics on all architectures 15 years ago
Ben Hutchings 3df95ce948 sfc: Store port number in net_device::dev_id 15 years ago
Ben Hutchings d42a8f464b sfc: Get port number from CS_PORT_NUM, not PCI function number 15 years ago
Eric Dumazet ba2d358791 drivers/net: use __packed annotation 15 years ago
Ben Hutchings dd8f61d7ff sfc: Get port number from CS_PORT_NUM, not PCI function number 15 years ago
Ben Hutchings d188ceeb3d sfc: Only count bad packets in rx_errors 15 years ago
Steve Hodgson 62b330baed sfc: Allow shared pages to be recycled 15 years ago
Steve Hodgson 244558006c sfc: Recycle discarded rx buffers back onto the queue 15 years ago
Steve Hodgson f7d6f379db sfc: Support only two rx buffers per page 15 years ago
Steve Hodgson 90d683afd1 sfc: Remove efx_rx_queue::add_lock 15 years ago
Steve Hodgson d730dc527a sfc: Allow DRV_GEN events to be used outside of selftests 15 years ago
Steve Hodgson 901d3fe848 sfc: Wait for the link to stay up before running loopback selftest 15 years ago
Steve Hodgson cffe9d4cda sfc: Synchronise link_advertising and wanted_fc on Siena 15 years ago