index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
sfc
Age
Commit message (
Expand
)
Author
Files
Lines
2013-12-13
sfc: Tidy up PTP synchronization code
Laurence Evans
1
-20
/
+24
2013-12-13
sfc: PTP - tidy up unused/useless variables
Laurence Evans
1
-15
/
+1
2013-12-13
sfc: Remove kernel-doc for efx_ptp_data fields not present in this version
Ben Hutchings
1
-15
/
+0
2013-12-13
sfc: Initialise efx_ptp_data::phc_clock_info from a static template
Ben Hutchings
1
-14
/
+16
2013-12-13
sfc: Do not use MAC address as clock name
Ben Hutchings
1
-3
/
+2
2013-12-13
sfc: Store flags from MC_CMD_DRV_ATTACH for later use
Ben Hutchings
2
-2
/
+18
2013-12-13
sfc: Remove dependency of PTP on having a dedicated channel
Ben Hutchings
3
-24
/
+41
2013-12-13
sfc: Split PTP multicast filter insertion/removal out of efx_ptp_{start,stop}()
Ben Hutchings
1
-17
/
+39
2013-12-13
sfc: Return EBUSY for filter insertion on EF10, matching Falcon/Siena
Ben Hutchings
1
-0
/
+2
2013-12-13
sfc: Expose NVRAM_PARTITION_TYPE_LICENSE on EF10
Ben Hutchings
1
-0
/
+1
2013-12-13
sfc: Fold efx_flush_all() into efx_stop_port() and update comments
Ben Hutchings
1
-18
/
+12
2013-12-13
sfc: Map MCDI error MC_CMD_ERR_ENOTSUP to Linux EOPNOTSUPP
Ben Hutchings
1
-0
/
+2
2013-12-13
sfc: Log all unexpected MCDI errors
Edward Cree
5
-229
/
+265
2013-12-13
sfc: Add new sensor names
Ben Hutchings
1
-0
/
+3
2013-12-13
sfc: Revise sensor names to be more understandable and consistent
Edward Cree
1
-23
/
+26
2013-12-13
sfc: Report units in sensor warnings
Edward Cree
1
-4
/
+20
2013-12-13
sfc: Correct RX dropped count for drops while interface is down
Jon Cooper
9
-11
/
+83
2013-12-13
sfc: Make initial fill of RX descriptors synchronous
Jon Cooper
5
-9
/
+12
2013-12-13
sfc: Tighten the check for RX merged completion events
Ben Hutchings
1
-4
/
+9
2013-12-13
sfc: Add MC BISTs to ethtool offline self test on EF10
Jon Cooper
8
-2
/
+152
2013-12-10
net: sfc: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-2
/
+0
2013-12-07
sfc: Update MCDI protocol definitions
Ben Hutchings
1
-70
/
+663
2013-12-07
sfc: Demote "MC Scheduler error" messages
Robert Stonehouse
1
-2
/
+2
2013-12-07
Merge branch 'sfc-3.13' into master
Ben Hutchings
6
-23
/
+101
2013-12-07
sfc: Poll for MCDI completion once before timeout occurs
Robert Stonehouse
1
-4
/
+12
2013-12-07
sfc: Refactor efx_mcdi_poll() by introducing efx_mcdi_poll_once()
Robert Stonehouse
1
-6
/
+17
2013-12-07
sfc: RX buffer allocation takes prefix size into account in IP header alignment
Andrew Rybchenko
3
-4
/
+9
2013-12-07
sfc: Maintain current frequency adjustment when applying a time offset
Ben Hutchings
1
-2
/
+2
2013-12-07
sfc: Stop/re-start PTP when stopping/starting the datapath.
Alexandre Rames
3
-3
/
+33
2013-12-07
sfc: Rate-limit log message for PTP packets without a matching timestamp event
Ben Hutchings
1
-2
/
+3
2013-12-07
sfc: PTP: Moderate log message on event queue overflow
Laurence Evans
1
-2
/
+21
2013-12-07
sfc: Add length checks to efx_xmit_with_hwtstamp() and efx_ptp_is_ptp_tx()
Ben Hutchings
1
-0
/
+4
2013-12-06
Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git...
David S. Miller
3
-3
/
+15
2013-11-30
sfc: Convert to use hwmon_device_register_with_groups
Guenter Roeck
2
-48
/
+32
2013-11-20
sfc: Implement the SIOCGHWTSTAMP ioctl
Ben Hutchings
3
-3
/
+15
2013-11-14
Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
1
-11
/
+1
2013-11-01
sfc: Fix DMA unmapping issue with firmware assisted TSO
Alexandre Rames
2
-2
/
+8
2013-10-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-31
/
+151
2013-10-07
sfc: Only bind to EF10 functions with the LinkCtrl and Trusted flags
Ben Hutchings
1
-1
/
+17
2013-10-05
sfc: Add PM and RXDP drop counters to ethtool stats
Edward Cree
2
-0
/
+47
2013-10-05
sfc: Add definitions for new stats counters and capability flag
Matthew Slattery
1
-2
/
+54
2013-10-05
sfc: Refactor EF10 stat mask code to allow for more conditional stats
Edward Cree
1
-21
/
+28
2013-10-05
sfc: Fix internal indices of ethtool stats for EF10
Edward Cree
1
-6
/
+3
2013-10-05
sfc: Add rmb() between reading stats and generation count to ensure consistency
Jon Cooper
1
-0
/
+1
2013-10-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+5
2013-09-24
sfc: Remove extern from function prototypes
Joe Perches
6
-249
/
+234
2013-09-22
DMA-API: net: sfc/efx.c: replace dma_set_mask()+dma_set_coherent_mask() with ...
Russell King
1
-11
/
+1
2013-09-20
sfc: Support ARFS for IPv6 flows
Ben Hutchings
1
-28
/
+62
2013-09-20
sfc: Use TX PIO for sufficiently small packets
Jon Cooper
4
-0
/
+155
2013-09-20
sfc: Introduce inline functions to simplify TX insertion
Ben Hutchings
1
-20
/
+33
[prev]
[next]