index
:
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.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
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
sfc
Commit message (
Expand
)
Author
Age
Files
Lines
*
ethtool: Support for configurable RSS hash function
Eyal Perry
2014-12-08
1
-4
/
+14
*
sfc: use netdev_rss_key_fill() helper
Eric Dumazet
2014-11-16
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-11-06
1
-1
/
+2
|
\
|
*
sfc: don't BUG_ON efx->max_channels == 0 in probe
Edward Cree
2014-11-03
1
-1
/
+2
*
|
sfc: Add NIC type operations to replace direct calls from efx.c into siena_sr...
Shradha Shah
2014-11-06
7
-8
/
+56
*
|
sfc: Rename implementations in siena_sriov.c to have a 'siena' prefix
Shradha Shah
2014-11-06
6
-141
/
+149
*
|
sfc: Move the current VF state from efx_nic into siena_nic_data
Shradha Shah
2014-11-06
5
-52
/
+84
|
/
*
sfc: remove incorrect EFX_BUG_ON_PARANOID check
Jon Cooper
2014-10-22
1
-4
/
+0
*
sfc: add support for skb->xmit_more
Edward Cree
2014-10-17
2
-29
/
+43
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-09-23
1
-0
/
+3
|
\
|
*
sfc: fix addr_list_lock spinlock use before init
Edward Cree
2014-09-16
1
-0
/
+3
*
|
sfc: Convert the normal transmit complete path to dev_consume_skb_any()
Rick Jones
2014-09-09
1
-1
/
+1
|
/
*
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
Benoit Taine
2014-08-12
1
-1
/
+1
*
sfc: Use __iowrite64_copy instead of a slightly different local function
Ben Hutchings
2014-07-29
1
-17
/
+7
*
sfc: Add support for busy polling
Alexandre Rames
2014-07-22
5
-7
/
+208
*
sfc: Add per-queue statistics in ethtool
Andrew Rybchenko
2014-07-17
4
-2
/
+66
*
sfc: add extra RX drop counters for nodesc_trunc and noskb_drop
Edward Cree
2014-07-15
9
-10
/
+56
*
sfc: Add 40G link capability decoding
Edward Cree
2014-07-14
1
-0
/
+11
*
sfc: Adding PCI ID for Solarflare 7000 series 40G network adapter.
Mateusz Wrzesinski
2014-07-14
1
-0
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-06-11
2
-5
/
+24
|
\
|
*
sfc: PIO:Restrict to 64bit arch and use 64-bit writes.
Jon Cooper
2014-06-11
2
-5
/
+24
*
|
Merge branch 'ethtool-rssh-fixes' of git://git.kernel.org/pub/scm/linux/kerne...
David S. Miller
2014-06-02
1
-5
/
+5
|
\
\
|
*
|
ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()
Ben Hutchings
2014-06-03
1
-5
/
+5
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-05-24
1
-6
/
+8
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
sfc: fix calling of free_irq with already free vector
Nikolay Aleksandrov
2014-05-12
1
-6
/
+8
*
|
|
net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate t...
Sucheta Chakraborty
2014-05-23
1
-1
/
+2
|
|
/
|
/
|
*
|
net: get rid of SET_ETHTOOL_OPS
Wilfried Klaebe
2014-05-13
1
-1
/
+1
|
/
*
sfc:On MCDI timeout, issue an FLR (and mark MCDI to fail-fast)
Edward Cree
2014-04-16
10
-22
/
+133
*
Call efx_set_channels() before efx->type->dimension_resources()
Daniel Pieczko
2014-04-01
2
-1
/
+9
*
ptp: drivers: set the number of programmable pins.
Richard Cochran
2014-03-21
1
-0
/
+1
*
sfc: Don't receive packets when the napi budget == 0
Eric W. Biederman
2014-03-14
2
-0
/
+6
*
sfc: Use ether_addr_copy and eth_broadcast_addr
Edward Cree
2014-03-10
9
-39
/
+37
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-03-05
1
-0
/
+7
|
\
|
*
sfc: check for NULL efx->ptp_data in efx_ptp_event
Edward Cree
2014-02-26
1
-0
/
+7
*
|
sfc: Use pci_enable_msix_range() instead of pci_enable_msix()
Alexander Gordeev
2014-02-18
1
-11
/
+9
*
|
sfc: Add/remove blank lines to taste
Ben Hutchings
2014-02-12
5
-7
/
+2
*
|
sfc: Fail self-test with -EBUSY, not -EIO, if the device is busy
Ben Hutchings
2014-02-12
1
-1
/
+1
*
|
sfc: Cosmetic changes to self-test from the out-of-tree driver
Ben Hutchings
2014-02-12
1
-5
/
+13
*
|
sfc: Update product naming
Ben Hutchings
2014-02-12
2
-2
/
+2
*
|
sfc: Use canonical pointer type for MAC address in efx_set_mac_address()
Ben Hutchings
2014-02-12
1
-1
/
+1
*
|
sfc: Rename 'use_options' variable in tso_start() to clearer 'use_opt_desc'
Ben Hutchings
2014-02-12
1
-2
/
+2
*
|
sfc: Preserve rx_frm_trunc counters when resizing DMA rings
Ben Hutchings
2014-02-12
1
-2
/
+0
*
|
sfc: Correct comment about number of TX queues used on EF10
Ben Hutchings
2014-02-12
1
-2
/
+2
*
|
sfc: Remove unused definitions of EF10 user-mode DMA descriptors
Ben Hutchings
2014-02-12
1
-61
/
+0
*
|
sfc: Replace TSOH_OFFSET with the equivalent NET_IP_ALIGN
Ben Hutchings
2014-02-12
1
-13
/
+4
*
|
sfc: Rewrite adjustment of PPS event in a clearer way
Ben Hutchings
2014-02-12
1
-24
/
+23
*
|
sfc: Cache skb->data in local variable in efx_ptp_rx()
Ben Hutchings
2014-02-12
1
-10
/
+13
*
|
sfc: Removed adhoc scheme to rate limit PTP event queue overflow message
Laurence Evans
2014-02-12
1
-20
/
+2
|
/
*
drivers/net: fix build warning in ethernet/sfc/tx.c
Paul Gortmaker
2014-02-06
1
-0
/
+2
*
sfc: Use the correct maximum TX DMA ring size for SFC9100
Ben Hutchings
2014-01-23
2
-2
/
+5
[next]