Age | Commit message (Expand) | Author | Files | Lines |
2018-03-09 | sfc: support RSS spreading of ethtool ntuple filters | Edward Cree | 1 | -1/+11 |
2018-01-11 | sfc: support the ethtool ksettings API properly so that 25/50/100G works | Edward Cree | 1 | -1/+3 |
2017-12-18 | sfc: make mem_bar a function rather than a constant | Edward Cree | 1 | -5/+0 |
2017-10-25 | net: ethernet/sfc: Convert timers to use timer_setup() | Kees Cook | 1 | -1/+1 |
2017-08-07 | net: sched: get rid of struct tc_to_netdev | Jiri Pirko | 1 | -1/+1 |
2017-08-07 | net: sched: push cls related args into cls_common structure | Jiri Pirko | 1 | -1/+0 |
2017-08-07 | net: sched: make type an argument for ndo_setup_tc | Jiri Pirko | 1 | -2/+3 |
2017-06-08 | net: propagate tc filter chain index down the ndo_setup_tc call | Jiri Pirko | 1 | -2/+2 |
2017-04-25 | sfc: tx ring can only have 2048 entries for all EF10 NICs | Bert Kenward | 1 | -1/+4 |
2017-02-17 | sfc: do not device_attach if a reset is pending | Peter Dunning | 1 | -0/+6 |
2016-08-13 | sfc: set interrupt moderation via MCDI | Bert Kenward | 1 | -0/+2 |
2016-06-16 | sfc: Assert filter_sem write locked when required | Edward Cree | 1 | -0/+9 |
2016-02-17 | net: rework setup_tc ndo op to consume general tc operand | John Fastabend | 1 | -1/+2 |
2016-02-17 | net: rework ndo tc op to consume additional qdisc handle parameter | John Fastabend | 1 | -1/+1 |
2015-12-12 | sfc: only use RSS filters if we're using RSS | Bert Kenward | 1 | -0/+5 |
2015-08-28 | sfc: Allow driver to cope with a lower number of VIs than it needs for RSS | Shradha Shah | 1 | -0/+1 |
2015-05-22 | sfc: add ndo_set_vf_mac() function for EF10 | Shradha Shah | 1 | -0/+3 |
2015-05-22 | sfc: protect filter table against use-after-free | Edward Cree | 1 | -0/+2 |
2015-05-09 | sfc: Add use of shared RSS contexts. | Jon Cooper | 1 | -0/+1 |
2015-05-09 | sfc: Prepare to bind the sfc driver to the VF. | Shradha Shah | 1 | -0/+2 |
2015-05-09 | sfc: Own header for nic-specific sriov functions, single instance of netdev_o... | Shradha Shah | 1 | -0/+7 |
2014-07-23 | sfc: Add support for busy polling | Alexandre Rames | 1 | -0/+2 |
2014-07-16 | sfc: add extra RX drop counters for nodesc_trunc and noskb_drop | Edward Cree | 1 | -0/+3 |
2014-02-13 | sfc: Update product naming | Ben Hutchings | 1 | -1/+1 |
2014-01-24 | sfc: Use the correct maximum TX DMA ring size for SFC9100 | Ben Hutchings | 1 | -0/+3 |
2013-12-13 | sfc: Implement efx_nic_type::filter_clear_rx operation for EF10 | Ben Hutchings | 1 | -14/+0 |
2013-12-13 | sfc: Change priority and flags for automatic MAC filters | Ben Hutchings | 1 | -0/+3 |
2013-12-13 | sfc: Make initial fill of RX descriptors synchronous | Jon Cooper | 1 | -1/+1 |
2013-09-24 | sfc: Remove extern from function prototypes | Joe Perches | 1 | -54/+50 |
2013-09-20 | sfc: Allocate and link PIO buffers; map them with write-combining | Ben Hutchings | 1 | -0/+1 |
2013-08-30 | sfc: Update copyright banners | Ben Hutchings | 1 | -2/+2 |
2013-08-29 | sfc: Document conditions for multicast replication vs filter replacement | Ben Hutchings | 1 | -7/+15 |
2013-08-28 | sfc: Move MTD operations into efx_nic_type | Ben Hutchings | 1 | -1/+6 |
2013-08-22 | sfc: Make most filter operations NIC-type-specific | Ben Hutchings | 1 | -21/+86 |
2013-08-21 | sfc: Refactor queue teardown sequence to allow for EF10 flush behaviour | Ben Hutchings | 1 | -1/+0 |
2013-08-21 | sfc: Remove efx_process_channel_now() | Ben Hutchings | 1 | -2/+0 |
2013-06-24 | sfc: Fix EEH with legacy interrupts. | Alexandre Rames | 1 | -0/+1 |
2013-03-08 | sfc: allocate more RX buffers per page | Daniel Pieczko | 1 | -0/+1 |
2013-03-08 | sfc: Enable RX DMA scattering where possible | Ben Hutchings | 1 | -7/+6 |
2013-03-08 | sfc: Wrap __efx_rx_packet() with efx_rx_flush_packet() | Ben Hutchings | 1 | -0/+7 |
2013-03-08 | sfc: Remove rx_alloc_method SKB | Alexandre Rames | 1 | -1/+0 |
2013-03-06 | sfc: Disable soft interrupt handling during efx_device_detach_sync() | Ben Hutchings | 1 | -2/+2 |
2012-12-01 | sfc: lock TX queues when calling netif_device_detach() | Daniel Pieczko | 1 | -0/+13 |
2012-09-08 | sfc: Add channel specific receive_skb handler and post_remove callback | Stuart Hodgson | 1 | -0/+1 |
2012-08-02 | sfc: Fix maximum number of TSO segments and minimum TX queue size | Ben Hutchings | 1 | -4/+10 |
2012-03-06 | sfc: Run event/IRQ self-test asynchronously when interface is brought up | Ben Hutchings | 1 | -1/+1 |
2012-02-16 | sfc: Add support for 'extra' channel types | Ben Hutchings | 1 | -0/+1 |
2012-01-27 | sfc: Replace efx_rx_buffer::is_page and other booleans with a flags field | Ben Hutchings | 1 | -2/+2 |
2012-01-27 | sfc: Clean up test interrupt handling | Ben Hutchings | 1 | -0/+6 |
2012-01-04 | sfc: Remove now-unused filter function | Ben Hutchings | 1 | -2/+0 |