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.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
2014-03-10
sfc: Use ether_addr_copy and eth_broadcast_addr
Edward Cree
9
-39
/
+37
2014-03-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+7
2014-02-27
sfc: check for NULL efx->ptp_data in efx_ptp_event
Edward Cree
1
-0
/
+7
2014-02-19
sfc: Use pci_enable_msix_range() instead of pci_enable_msix()
Alexander Gordeev
1
-11
/
+9
2014-02-13
sfc: Add/remove blank lines to taste
Ben Hutchings
5
-7
/
+2
2014-02-13
sfc: Fail self-test with -EBUSY, not -EIO, if the device is busy
Ben Hutchings
1
-1
/
+1
2014-02-13
sfc: Cosmetic changes to self-test from the out-of-tree driver
Ben Hutchings
1
-5
/
+13
2014-02-13
sfc: Update product naming
Ben Hutchings
2
-2
/
+2
2014-02-13
sfc: Use canonical pointer type for MAC address in efx_set_mac_address()
Ben Hutchings
1
-1
/
+1
2014-02-13
sfc: Rename 'use_options' variable in tso_start() to clearer 'use_opt_desc'
Ben Hutchings
1
-2
/
+2
2014-02-13
sfc: Preserve rx_frm_trunc counters when resizing DMA rings
Ben Hutchings
1
-2
/
+0
2014-02-13
sfc: Correct comment about number of TX queues used on EF10
Ben Hutchings
1
-2
/
+2
2014-02-13
sfc: Remove unused definitions of EF10 user-mode DMA descriptors
Ben Hutchings
1
-61
/
+0
2014-02-13
sfc: Replace TSOH_OFFSET with the equivalent NET_IP_ALIGN
Ben Hutchings
1
-13
/
+4
2014-02-13
sfc: Rewrite adjustment of PPS event in a clearer way
Ben Hutchings
1
-24
/
+23
2014-02-13
sfc: Cache skb->data in local variable in efx_ptp_rx()
Ben Hutchings
1
-10
/
+13
2014-02-13
sfc: Removed adhoc scheme to rate limit PTP event queue overflow message
Laurence Evans
1
-20
/
+2
2014-02-07
drivers/net: fix build warning in ethernet/sfc/tx.c
Paul Gortmaker
1
-0
/
+2
2014-01-24
sfc: Use the correct maximum TX DMA ring size for SFC9100
Ben Hutchings
2
-2
/
+5
2014-01-22
sfc: Fix transposed ptp_{under, over}size_sync_windows statistics
Ben Hutchings
1
-2
/
+2
2014-01-22
sfc: Change efx_mcdi_reset_port to use ENTITY_RESET MC command.
Jon Cooper
2
-8
/
+37
2013-12-20
sfc: fix sparse non static symbol warning
Wei Yongjun
1
-1
/
+1
2013-12-19
net: sfc calls skb_set_hash
Tom Herbert
1
-1
/
+2
2013-12-18
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...
David S. Miller
11
-206
/
+362
2013-12-16
sfc: Fix RX drop filters for EF10
Ben Hutchings
1
-1
/
+3
2013-12-15
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...
David S. Miller
10
-217
/
+797
2013-12-14
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...
David S. Miller
20
-421
/
+1418
2013-12-13
sfc: Add PTP counters to ethtool stats
Ben Hutchings
3
-9
/
+127
2013-12-13
sfc: Changed the statistic name emerg_{fetch,wait} to hlb_{fetch,wait}
Shradha Shah
2
-6
/
+6
2013-12-13
sfc: remove unused 'enum efx_rx_alloc_method'
Andrew Rybchenko
1
-6
/
+0
2013-12-13
sfc: remove unused 'refcnt' from efx_rx_page_state
Andrew Rybchenko
1
-3
/
+0
2013-12-13
sfc: Implement efx_nic_type::filter_clear_rx operation for EF10
Ben Hutchings
6
-28
/
+32
2013-12-13
sfc: Allow filter removal only with exactly matching priority
Ben Hutchings
2
-2
/
+2
2013-12-13
sfc: Don't refer to 'stack' in filter implementation
Ben Hutchings
2
-56
/
+56
2013-12-13
sfc: Change priority and flags for automatic MAC filters
Ben Hutchings
4
-54
/
+67
2013-12-13
sfc: Change efx_nic_type::rx_push_indir_table to push hash key as well
Andrew Rybchenko
7
-39
/
+57
2013-12-13
sfc: Add more information to many warnings using WARN() and netdev_WARN()
Ben Hutchings
1
-10
/
+20
2013-12-13
sfc: Remove unnecessary condition for processing the TX timestamp queue
Ben Hutchings
1
-12
/
+4
2013-12-13
sfc: Don't clear timestamps in efx_ptp_rx()
Ben Hutchings
1
-6
/
+0
2013-12-13
sfc: Enable PTP clock and timestamping for all functions on EF10
Ben Hutchings
2
-17
/
+30
2013-12-13
sfc: Associate primary and secondary functions of controller
Ben Hutchings
4
-0
/
+93
2013-12-13
sfc: Store VPD serial number at probe time
Ben Hutchings
2
-7
/
+34
2013-12-13
sfc: Add RX packet timestamping for EF10
Jon Cooper
7
-15
/
+277
2013-12-13
sfc: Copy RX prefix into skb head area in efx_rx_mk_skb()
Ben Hutchings
2
-12
/
+7
2013-12-13
sfc: split setup of hardware timestamping into NIC-type operation
Daniel Pieczko
4
-72
/
+78
2013-12-13
sfc: Add support for SFC9100 timestamp format
Laurence Evans
1
-25
/
+231
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
[next]