Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
8b7325b4e29256881117aff8a162e829c79b47e9
/
drivers
/
net
/
ethernet
/
sfc
/
efx.c
8b7325b
sfc: Never try to stop and start a NIC that is disabled
by Ben Hutchings
· 13 years ago
5642cee
sfc: Hold RTNL lock (only) when calling efx_stop_interrupts()
by Ben Hutchings
· 13 years ago
6032fb5
sfc: Keep disabled NICs quiescent during suspend/resume
by Ben Hutchings
· 13 years ago
61da026
sfc: Hold the RTNL lock for more of the suspend/resume cycle
by Ben Hutchings
· 13 years ago
f16aeea
sfc: Change state names to be clearer, and comment them
by Ben Hutchings
· 13 years ago
14bf718
sfc: Stop TX queues before they fill up
by Ben Hutchings
· 13 years ago
7e6d06f
sfc: Fix maximum number of TSO segments and minimum TX queue size
by Ben Hutchings
· 13 years ago
0e33d87
sfc: Use generic DMA API, not PCI-DMA API
by Ben Hutchings
· 13 years ago
0289403
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
3de4e30
sfc: Fix missing cleanup in failure path of efx_pci_probe()
by Ben Hutchings
· 13 years ago
3dca9d2
sfc: Do not attempt to flush queues if DMA is disabled
by Stuart Hodgson
· 13 years ago
3132d28
sfc: Fix division by zero when using one RX channel and no SR-IOV
by Ben Hutchings
· 13 years ago
460eeaa
sfc: Log the part number on probe
by Ben Hutchings
· 13 years ago
dd40781
sfc: Run event/IRQ self-test asynchronously when interface is brought up
by Ben Hutchings
· 13 years ago
e7bed9c
sfc: Remove TX completions from adaptive IRQ scoring
by Ben Hutchings
· 13 years ago
504f9b5
ethernet: unify return value of .ndo_set_mac_address if address is invalid
by Danny Kukawka
· 13 years ago
c92aaff
sfc: Reverse initial buffer table allocation to allow for later resizing
by Ben Hutchings
· 13 years ago
cd2d5b5
sfc: Add SR-IOV back-end support for SFC9000 family
by Ben Hutchings
· 13 years ago
28e47c4
sfc: Allocate SRAM between buffer table and descriptor caches at init time
by Ben Hutchings
· 13 years ago
a9a52506
sfc: Pass NIC structure into efx_wanted_parallelism()
by Ben Hutchings
· 13 years ago
7f967c0
sfc: Add support for 'extra' channel types
by Ben Hutchings
· 13 years ago
a16e5b2
sfc: Make all CPU/IRQ/channel/queue counts unsigned
by Ben Hutchings
· 13 years ago
9d9a697
sfc: Use proper function to test for RX channel in efx_poll()
by Ben Hutchings
· 13 years ago
9f2cb71c
sfc: Leave interrupts and event queues enabled whenever we can
by Ben Hutchings
· 13 years ago
7c43161
sfc: Warn if unable to create MTDs
by Ben Hutchings
· 13 years ago
fadac6a
sfc: Do not retry hardware probe if it schedules a reset
by Ben Hutchings
· 13 years ago
d9ab700
sfc: Skip RX end-of-batch work on channels without an RX queue
by Ben Hutchings
· 13 years ago
db33956
sfc: Replace efx_rx_buffer::is_page and other booleans with a flags field
by Ben Hutchings
· 13 years ago
0fca8c9
sfc: Rename implementation of ndo_set_rx_mode
by Ben Hutchings
· 13 years ago
6c8eef4
sfc: Remove redundant 'rc' variable, always set to 0
by Ben Hutchings
· 13 years ago
2aa9ef1
sfc: Minor formatting fixes
by Ben Hutchings
· 13 years ago
86ee530
sfc: Use existing local variables instead of repeated indirect lookups
by Ben Hutchings
· 13 years ago
73ba7b6
sfc: Remove remnants of on-load self-test
by Ben Hutchings
· 13 years ago
cc180b6
sfc: Correct interrupt timer quantum for Siena (normal and turbo mode)
by Ben Hutchings
· 13 years ago
30b81cd
sfc: Remove efx_nic_type::push_multicast_hash operation
by Ben Hutchings
· 13 years ago
710b208
sfc: Merge efx_mac_operations into efx_nic_type
by Ben Hutchings
· 13 years ago
1cb3452
sfc: Hold efx_nic::stats_lock while reading efx_nic::mac_stats
by Ben Hutchings
· 13 years ago
e332bcb
sfc: Remove fallback for invalid permanent MAC address
by Ben Hutchings
· 13 years ago
cdb08f8
sfc: Set default parallelism to per-core by default
by Ben Hutchings
· 13 years ago
fa142b9
sfc: Rename efx_wanted_channels() to efx_wanted_parallelism()
by Ben Hutchings
· 13 years ago
18e83e4
sfc: Const-qualify static data as appropriate, partly prompted by checkpatch
by Ben Hutchings
· 13 years ago
e9e0184
sfc: Avoid assignment in an if-statement, reported by checkpatch
by Ben Hutchings
· 13 years ago
9c636ba
sfc: Fix some formatting errors reported by checkpatch
by Ben Hutchings
· 13 years ago
4721d22
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next
by David S. Miller
· 13 years ago
278bc42
ethtool: Define and apply a default policy for RX flow hash indirection
by Ben Hutchings
· 13 years ago
547c474
sfc: Remove device ID macros only used once
by Ben Hutchings
· 13 years ago
c8f44af
net: introduce and use netdev_features_t for device features sets
by Michał Mirosław
· 13 years ago
0e59e7e7
Merge branch 'next-rebase' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci
by Linus Torvalds
· 13 years ago
8decf86
Merge branch 'master' of github.com:davem330/net
by David S. Miller
· 13 years ago
9e393b3
sfc: Validate IRQ moderation parameters in efx_init_irq_moderation()
by Ben Hutchings
· 13 years ago
a0c4faf
sfc: Correct reporting and validation of TX interrupt coalescing
by Ben Hutchings
· 13 years ago
b548f97
sfc: Use consistent types for interrupt coalescing parameters
by Ben Hutchings
· 13 years ago
afc4b13
net: remove use of ndo_set_multicast_list in drivers
by Jiri Pirko
· 13 years ago
874aeea
sfc: Move the Solarflare drivers
by Jeff Kirsher
· 14 years ago
[Renamed from drivers/net/sfc/efx.c]
ff79c8a
sfc: Remove 'Communications' after 'Solarflare' in references to hardware
by Ben Hutchings
· 14 years ago
0e2a9c7
sfc: Fix mapping of reset reasons and flags to methods
by Ben Hutchings
· 14 years ago
a7d529a
sfc: Allow resets to be upgraded; use atomic ops for safety
by Ben Hutchings
· 14 years ago
b5626946
sfc: Don't use enums as a bitmask.
by David S. Miller
· 14 years ago
e4abce8
sfc: Use netif_device_{detach,attach}() around reset and self-test
by Ben Hutchings
· 14 years ago
602a532
sfc: Fix TX queue numbering when separate_tx_channels=1
by Ben Hutchings
· 14 years ago
e194342
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
6c8c251
sfc: make function tables const
by stephen hemminger
· 14 years ago
d4fabcc
sfc: Do not use efx_process_channel_now() in online self-test
by Ben Hutchings
· 14 years ago
9d1aea6
sfc: Stop the TX queues during loopback self-tests
by Neil Turton
· 14 years ago
abfe903
sfc: Implement generic features interface
by Ben Hutchings
· 14 years ago
f82d9a6
sfc: Enable all TSO features on VLANs
by Ben Hutchings
· 14 years ago
d88d6b0
sfc: Siena: Disable write-combining when SR-IOV is enabled
by Steve Hodgson
· 14 years ago
65f0b41
sfc: Use write-combining to reduce TX latency
by Ben Hutchings
· 14 years ago
0a6f40c
sfc: Update copyright dates
by Ben Hutchings
· 14 years ago
64d8ad6
sfc: Implement hardware acceleration of RFS
by Ben Hutchings
· 14 years ago
94b274b
sfc: Add TX queues for high-priority traffic
by Ben Hutchings
· 14 years ago
525da90
sfc: Distinguish queue lookup from test for queue existence
by Ben Hutchings
· 14 years ago
60031fc
sfc: Move TX queue core queue mapping into tx.c
by Ben Hutchings
· 14 years ago
5b874e2
sfc: Restore the effect of the rss_cpus module parameter
by Ben Hutchings
· 14 years ago
9765343
sfc: Make efx_get_tx_queue() an inline function
by Ben Hutchings
· 14 years ago
c04bfc6
sfc: Remove ancient support for nesting of TX stop
by Ben Hutchings
· 14 years ago
fe6c791
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
e8f1499
sfc: Fix NAPI list corruption during ring reallocation
by Ben Hutchings
· 14 years ago
94dec6a
sfc: Fix crash in legacy onterrupt handler during ring reallocation
by Ben Hutchings
· 14 years ago
7e300bc
sfc: Store MAC address from NVRAM in net_device::perm_addr
by Ben Hutchings
· 14 years ago
4833f02
sfc: Move mdio_lock to struct falcon_nic_data
by Ben Hutchings
· 14 years ago
4de9218
sfc: Move SPI state to struct falcon_nic_data
by Ben Hutchings
· 14 years ago
90b7a4e
sfc: Remove unnecessary inclusion of various private header files
by Ben Hutchings
· 14 years ago
d215697
sfc: make functions static
by stephen hemminger
· 14 years ago
c4f4adc
sfc: Use netif_set_real_num_{rx,tx}_queues()
by Ben Hutchings
· 14 years ago
e254c27
sfc: Clean up and correct comments on efx_monitor()
by Ben Hutchings
· 14 years ago
64eebcf
sfc: Add filter table management
by Ben Hutchings
· 14 years ago
4642610
sfc: Allow changing the DMA ring sizes dynamically via ethtool
by Ben Hutchings
· 14 years ago
ecc910f
sfc: Make the dmaq size a run-time setting (rather than compile-time)
by Steve Hodgson
· 14 years ago
8313aca
sfc: Allocate each channel separately, along with its RX and TX queues
by Ben Hutchings
· 14 years ago
f7d12cd
sfc: Refactor channel and queue lookup and iteration
by Ben Hutchings
· 14 years ago
e42de26
sfc: Fix failure paths in efx_probe_port()
by Ben Hutchings
· 14 years ago
80485d3
sfc: Accumulate RX_NODESC_DROP count in rx_dropped, not rx_over_errors
by Ben Hutchings
· 14 years ago
2817273
net: fix 64 bit counters on 32 bit arches
by Eric Dumazet
· 15 years ago
765c9f4
sfc: Add support for RX flow hash control
by Ben Hutchings
· 15 years ago
5d3a6fc
sfc: Move siena_nic_data::ipv6_rss_key to efx_nic::rx_hash_key
by Ben Hutchings
· 15 years ago
39c9cf0
sfc: Record hardware RX hash on each skb where possible
by Ben Hutchings
· 15 years ago
c5d5f5f
sfc: Replace EFX_DRIVER_NAME with KBUILD_MODNAME
by Ben Hutchings
· 15 years ago
62776d0
sfc: Implement message level control
by Ben Hutchings
· 15 years ago
4472702
sfc: Implement 64-bit net device statistics on all architectures
by Ben Hutchings
· 15 years ago
Next »