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
2018-01-29
sfc: mark some unexported symbols as static
kbuild test robot
2
-3
/
+3
2018-01-26
sfc: add suffix to large constant in ptp
Bert Kenward
1
-1
/
+1
2018-01-26
sfc: support Medford2 frequency adjustment format
Laurence Evans
1
-14
/
+31
2018-01-26
sfc: support second + quarter ns time format for receive datapath
Edward Cree
1
-33
/
+106
2018-01-26
sfc: support separate PTP and general timestamping
Laurence Evans
1
-15
/
+43
2018-01-26
sfc: simplify RX datapath timestamping
Laurence Evans
1
-8
/
+5
2018-01-26
sfc: only advertise TX timestamping if we have the license for it
Martin Habets
2
-1
/
+16
2018-01-26
sfc: on 8000 series use TX queues for TX timestamps
Edward Cree
6
-13
/
+54
2018-01-26
sfc: MAC TX timestamp handling on the 8000 series
Martin Habets
2
-2
/
+46
2018-01-26
sfc: only enable TX timestamping if the adapter is licensed for it
Martin Habets
2
-0
/
+29
2018-01-26
sfc: use main datapath for HW timestamps if available
Martin Habets
2
-15
/
+42
2018-01-26
sfc: add function to determine which TX timestamping method to use
Martin Habets
2
-0
/
+11
2018-01-26
sfc: handle TX timestamps in the normal data path
Martin Habets
5
-9
/
+119
2018-01-26
sfc: remove tx and MCDI handling from NAPI budget consideration
Bert Kenward
2
-30
/
+7
2018-01-11
sfc: add bits for 25/50/100G supported/advertised speeds
Edward Cree
1
-0
/
+12
2018-01-11
sfc: support the ethtool ksettings API properly so that 25/50/100G works
Edward Cree
5
-83
/
+92
2018-01-11
sfc: basic MCDI mapping of 25/50/100G link speeds
Edward Cree
1
-10
/
+16
2017-12-21
sfc: expose CTPIO stats on NICs that support them
Bert Kenward
2
-0
/
+67
2017-12-21
sfc: expose FEC stats on Medford2
Edward Cree
2
-1
/
+30
2017-12-21
sfc: support variable number of MAC stats
Edward Cree
5
-11
/
+29
2017-12-21
sfc: update MCDI protocol headers
Edward Cree
1
-144
/
+2309
2017-12-18
sfc: populate the timer reload field
Bert Kenward
1
-2
/
+3
2017-12-18
sfc: update EF10 register definitions
Bert Kenward
2
-25
/
+37
2017-12-18
sfc: improve PTP error reporting
Edward Cree
3
-2
/
+13
2017-12-18
sfc: add Medford2 (SFC9250) PCI Device IDs
Edward Cree
1
-0
/
+4
2017-12-18
sfc: support VI strides other than 8k
Edward Cree
5
-27
/
+70
2017-12-18
sfc: make mem_bar a function rather than a constant
Edward Cree
5
-12
/
+35
2017-12-08
sfc: pass valid pointers from efx_enqueue_unwind
Bert Kenward
1
-1
/
+4
2017-11-16
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-2
/
+2
2017-11-16
mm: remove __GFP_COLD
Mel Gorman
2
-2
/
+2
2017-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
15
-37
/
+55
2017-11-11
net: sfc: remove redundant variable start
Colin Ian King
1
-2
/
+0
2017-11-10
sfc: don't warn on successful change of MAC
Robert Stonehouse
1
-1
/
+1
2017-11-08
net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIO
Nogah Frankel
2
-2
/
+2
2017-11-07
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
2
-0
/
+2
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-0
/
+2
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2
-0
/
+2
2017-11-01
sfc: support rx-fcs and rx-all
Edward Cree
4
-8
/
+30
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
11
-36
/
+36
2017-10-25
net: ethernet/sfc: Convert timers to use timer_setup()
Kees Cook
9
-24
/
+22
2017-08-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+6
2017-08-16
sfc: don't try and read ef10 data on non-ef10 NIC
Bert Kenward
1
-2
/
+6
2017-08-07
net: sched: get rid of struct tc_to_netdev
Jiri Pirko
4
-8
/
+10
2017-08-07
net: sched: change return value of ndo_setup_tc for driver supporting mqprio ...
Jiri Pirko
2
-2
/
+2
2017-08-07
net: sched: push cls related args into cls_common structure
Jiri Pirko
4
-4
/
+0
2017-08-07
net: sched: make type an argument for ndo_setup_tc
Jiri Pirko
4
-10
/
+14
2017-07-20
sfc: Add ethtool -m support for QSFP modules
Martin Habets
1
-43
/
+181
2017-07-13
sfc: don't read beyond unicast address list
Bert Kenward
1
-5
/
+3
2017-07-02
sfc: correct comment on efx_mcdi_process_event
Edward Cree
1
-1
/
+1
2017-07-02
sfc: change Unknown MCDI event message to print full event.
Jon Cooper
1
-2
/
+3
[next]