Age | Commit message (Expand) | Author | Files | Lines |
2016-05-30 | sfc: use flow dissector helpers for aRFS | Edward Cree | 1 | -54/+21 |
2016-05-25 | sfc: on MC reset, clear PIO buffer linkage in TXQs | Edward Cree | 1 | -0/+16 |
2016-04-28 | sfc: disable RSS when unsupported | Jon Cooper | 1 | -2/+13 |
2016-03-04 | net: relax setup_tc ndo op handle restriction | John Fastabend | 1 | -1/+1 |
2016-02-17 | net: rework setup_tc ndo op to consume general tc operand | John Fastabend | 2 | -4/+8 |
2016-02-17 | net: rework ndo tc op to consume additional qdisc handle parameter | John Fastabend | 2 | -2/+5 |
2016-02-11 | sfc: implement IPv6 NFC (and IPV4_USER_FLOW) | Edward Cree | 1 | -0/+184 |
2015-12-24 | sfc: Downgrade or remove some error messages | Bert Kenward | 2 | -9/+18 |
2015-12-24 | sfc: Downgrade EPERM messages from MCDI to debug | Tomáš Pilař | 1 | -3/+4 |
2015-12-24 | sfc: Make failed filter removal less noisy | Bert Kenward | 1 | -17/+31 |
2015-12-24 | sfc: Handle MCDI proxy authorisation | Bert Kenward | 2 | -8/+155 |
2015-12-24 | sfc: Retry MCDI after NO_EVB_PORT error on a VF | Bert Kenward | 2 | -15/+85 |
2015-12-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -14/+19 |
2015-12-16 | net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUM | Tom Herbert | 1 | -1/+1 |
2015-12-16 | net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK | Tom Herbert | 1 | -1/+1 |
2015-12-15 | sfc: fix a timeout loop | Dan Carpenter | 1 | -1/+1 |
2015-12-12 | sfc: only use RSS filters if we're using RSS | Bert Kenward | 3 | -13/+18 |
2015-12-06 | sfc: check warm_boot_count after other functions have been reset | Daniel Pieczko | 1 | -2/+13 |
2015-12-03 | sfc: use ALIGN macro for aligning frame sizes | Jarod Wilson | 1 | -1/+2 |
2015-12-01 | sfc: Add PCI ID for Solarflare 8000 series 10/40G NIC | Bert Kenward | 1 | -0/+6 |
2015-12-01 | sfc: make TSO version a per-queue parameter | Bert Kenward | 3 | -9/+14 |
2015-11-19 | net: provide generic busy polling to all NAPI drivers | Eric Dumazet | 1 | -1/+0 |
2015-11-19 | net: move skb_mark_napi_id() into core networking stack | Eric Dumazet | 1 | -1/+0 |
2015-11-16 | sfc: constify pci_error_handlers structures | Julia Lawall | 1 | -1/+1 |
2015-11-11 | sfc: don't call dma_supported | Christoph Hellwig | 1 | -5/+3 |
2015-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 6 | -91/+126 |
2015-11-04 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |
2015-11-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -4/+36 |
2015-11-03 | sfc: push partner queue for skb->xmit_more | Martin Habets | 4 | -4/+36 |
2015-10-28 | sfc: replace spinlocks with bit ops for busy poll locking | Bert Kenward | 2 | -75/+58 |
2015-10-12 | sfc: fully reset if MC_REBOOT event received without warm_boot_count increment | Daniel Pieczko | 3 | -12/+32 |
2015-10-01 | net: sfc: avoid using timespec | Arnd Bergmann | 1 | -7/+7 |
2015-10-01 | ntp/pps: use y2038 safe types in pps_event_time | Arnd Bergmann | 1 | -8/+8 |
2015-09-13 | locking/atomics, cmpxchg: Privatize the inclusion of asm/cmpxchg.h | Boqun Feng | 1 | -1/+1 |
2015-08-28 | sfc: Allow driver to cope with a lower number of VIs than it needs for RSS | Shradha Shah | 6 | -28/+72 |
2015-08-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+26 |
2015-08-27 | sfc: only use vadaptor stats if firmware is capable | Bert Kenward | 1 | -1/+26 |
2015-08-01 | sfc: MC allocations must be restored following an entity reset | Daniel Pieczko | 1 | -4/+12 |
2015-08-01 | sfc: allow ethtool selftest and MC reboot to complete on an unprivileged func... | Daniel Pieczko | 2 | -1/+21 |
2015-07-22 | sfc: clean fallbacks between promisc/normal in efx_ef10_filter_sync_rx_mode | Edward Cree | 1 | -80/+208 |
2015-07-22 | sfc: support cascaded multicast filters | Daniel Pieczko | 2 | -14/+44 |
2015-07-22 | sfc: re-factor efx_ef10_filter_sync_rx_mode() | Daniel Pieczko | 1 | -91/+126 |
2015-07-22 | sfc: Insert multicast filters as well as mismatch filters in promiscuous mode | Jon Cooper | 1 | -51/+53 |
2015-07-22 | sfc: warn if other functions have been reset by MCFW | Daniel Pieczko | 1 | -3/+14 |
2015-07-22 | sfc: add output flag decoding to efx_mcdi_set_workaround | Daniel Pieczko | 3 | -7/+25 |
2015-07-22 | sfc: cope with ENOSYS from efx_mcdi_get_workarounds() | Edward Cree | 2 | -14/+25 |
2015-07-22 | sfc: enable cascaded multicast filters in MCFW | Daniel Pieczko | 2 | -18/+47 |
2015-07-22 | sfc: update MCDI protocol definitions | Edward Cree | 1 | -846/+2583 |
2015-07-18 | siena: only report generic filters in get_ts_info | Jacob Keller | 1 | -5/+1 |
2015-07-09 | sfc: Report TX completions to BQL after all TX events in interrupt | Peter Dunning | 3 | -1/+18 |