Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
bc8d7da3f19191f86dcc8274cf1a3f2d6aeb0aaa
/
drivers
/
net
/
sfc
d88d6b0
sfc: Siena: Disable write-combining when SR-IOV is enabled
by Steve Hodgson
· 14 years ago
c01c6af
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next-2.6
by David S. Miller
· 14 years ago
65f0b41
sfc: Use write-combining to reduce TX latency
by Ben Hutchings
· 14 years ago
0a0e9ae
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
6d84b98
sfc: Bump version to 3.1
by Ben Hutchings
· 14 years ago
5fb6b06
sfc: Remove configurable FIFO thresholds for pause frame generation
by Ben Hutchings
· 14 years ago
119226c
sfc: Expose TX push and TSO counters through ethtool statistics
by Ben Hutchings
· 14 years ago
0a6f40c
sfc: Update copyright dates
by Ben Hutchings
· 14 years ago
a461103
sfc: Do not read STAT1.FAULT in efx_mdio_check_mmd()
by Ben Hutchings
· 14 years ago
e5f0fd2
sfc: Read MC firmware version when requested through ethtool
by Ben Hutchings
· 14 years ago
a526f14
sfc: Reduce size of efx_rx_buffer further by removing data member
by Steve Hodgson
· 14 years ago
8ba5366
sfc: Reduce size of efx_rx_buffer by unionising skb and page
by Steve Hodgson
· 14 years ago
28801f3
sfc: lower stack usage in efx_ethtool_self_test
by Eric Dumazet
· 14 years ago
64d8ad6
sfc: Implement hardware acceleration of RFS
by Ben Hutchings
· 14 years ago
d472605
sfc: Limit filter search depth further for performance hints (i.e. 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
04ed3e7
net: change netdev->features to u32
by Michał Mirosław
· 14 years ago
d018b6f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 14 years ago
d73b388
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6
by Linus Torvalds
· 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
1d3c16a
PCI: make pci_restore_state return void
by Jon Mason
· 14 years ago
a13c132
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next-2.6
by David S. Miller
· 14 years ago
ed4ba4b
netdev: Use default implementation of ethtool_ops::get_link where possible
by Ben Hutchings
· 14 years ago
4afb752
sfc: convert references to LRO to GRO
by stephen hemminger
· 14 years ago
c04bfc6
sfc: Remove ancient support for nesting of TX stop
by Ben Hutchings
· 14 years ago
6ecfd0c
sfc: Remove unused field and comment on a previously removed field
by Ben Hutchings
· 14 years ago
cf78f8e
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next-2.6
by David S. Miller
· 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
c39d35e
sfc: Generalise filter spec initialisation
by Ben Hutchings
· 14 years ago
8891681
sfc: Remove filter table IDs from filter functions
by Ben Hutchings
· 14 years ago
ac33ac6
sfc: Log start and end of ethtool self-test at INFO level
by Ben Hutchings
· 14 years ago
cd38557
sfc: Use TX push whenever adding descriptors to an empty queue
by Ben Hutchings
· 14 years ago
e506147
sfc: Remove locking from implementation of efx_writeo_paged()
by Ben Hutchings
· 14 years ago
1a29cc4
sfc: Add compile-time checks for correctness of paged register writes
by Ben Hutchings
· 14 years ago
494bdf1
sfc: Remove redundant memory barriers between MMIOs
by Ben Hutchings
· 14 years ago
9f2f6cd
sfc: Expand/correct comments on collector behaviour and function usage
by Ben Hutchings
· 14 years ago
51c56f4
sfc: Use ACCESS_ONCE when copying efx_tx_queue::read_count
by Ben Hutchings
· 14 years ago
ab28c12
sfc: Reorder struct efx_nic to separate fields by volatility
by Ben Hutchings
· 14 years ago
7e300bc
sfc: Store MAC address from NVRAM in net_device::perm_addr
by Ben Hutchings
· 14 years ago
02ebc26
sfc: Use current MAC address, not NVRAM MAC address, for WoL filter
by Ben Hutchings
· 14 years ago
4f3907e
sfc: When waking a stopped tx_queue, only lock that tx_queue
by Steve Hodgson
· 14 years ago
78d4189
sfc: Update kernel-doc to match earlier move of Toeplitz hash key
by Ben Hutchings
· 14 years ago
cef68bd
sfc: Move xmac_poll_required into struct falcon_nic_data
by Ben Hutchings
· 14 years ago
40641ed
sfc: Move Falcon global event handling to falcon.c
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
6a8872c
sfc: Expose Falcon BootROM config through MTD, not ethtool
by Ben Hutchings
· 14 years ago
6c88b0b
sfc: Remove broken automatic fallback for invalid Falcon chip/board config
by Ben Hutchings
· 14 years ago
18e3ee2
sfc: Fix event based MCDI completion and MC REBOOT/CMDDONE ordering issue
by Steve Hodgson
· 14 years ago
3157183
sfc: Clear RXIN_SEL when soft-resetting QT2025C
by Ben Hutchings
· 14 years ago
adc1d23
sfc: Read-to-clear LM87 alarm/interrupt status at start of day
by Ben Hutchings
· 14 years ago
71839f7
sfc: Distinguish critical and non-critical over-temperature conditions
by Ben Hutchings
· 14 years ago
4484cd7
sfc: Fix condition for no-op in set_phy_flash_cfg()
by Ben Hutchings
· 14 years ago
f18ca36
sfc: Reduce log level for MCDI error response in efx_mcdi_rpc()
by Ben Hutchings
· 14 years ago
89bf67f
drivers/net: use vzalloc()
by Eric Dumazet
· 14 years ago
d215697
sfc: make functions static
by stephen hemminger
· 14 years ago
993284d
sfc: Don't try to set filters with search depths we know won't work
by Ben Hutchings
· 14 years ago
c4f4adc
sfc: Use netif_set_real_num_{rx,tx}_queues()
by Ben Hutchings
· 14 years ago
807540b
drivers/net: return operator cleanup
by Eric Dumazet
· 14 years ago
7e51b43
sfc: Add support for SFE4003 board and TXC43128 PHY
by Ben Hutchings
· 14 years ago
8fbca79
sfc: Remove support for SFN4111T, SFT9001 and Falcon GMAC
by Ben Hutchings
· 14 years ago
10ed61c
sfc: Fix build due to lack of vmalloc.h include.
by David S. Miller
· 14 years ago
e254c27
sfc: Clean up and correct comments on efx_monitor()
by Ben Hutchings
· 14 years ago
75abc51
sfc: Include RX IP filter table in register dump
by Ben Hutchings
· 14 years ago
b4187e4
sfc: Implement the ethtool RX n-tuple control functions
by Ben Hutchings
· 14 years ago
64eebcf
sfc: Add filter table management
by Ben Hutchings
· 14 years ago
efbc2d7
sfc: Fix order of channel_name array dimensions
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
ba1e8a3
sfc: Abstract channel and index lookup for RX queues
by Ben Hutchings
· 14 years ago
58758aa
sfc: Allocate DMA and event rings using GFP_KERNEL
by Ben Hutchings
· 14 years ago
e42de26
sfc: Fix failure paths in efx_probe_port()
by Ben Hutchings
· 14 years ago
7db8e8e
sfc: Remove declarations of functions that no longer exist
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
1cdc2cf
sfc: Use MCDI RX_BAD_FCS_PKTS count as MAC rx_bad count
by Ben Hutchings
· 14 years ago
bc8acf2
drivers/net: avoid some skb->ip_summed initializations
by Eric Dumazet
· 14 years ago
47562e5
sfc: Remove unused field left from mis-merge
by Ben Hutchings
· 15 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
1437ce3
ethtool: Change ethtool_op_set_flags to validate flags
by Ben Hutchings
· 15 years ago
bd97a63
sfc: Log clearer error messages for hardware monitor
by Ben Hutchings
· 15 years ago
477e54e
sfc: Use Toeplitz IPv4 hash for RSS and hash insertion
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
604f604
sfc: Fix reading of inserted hash
by Ben Hutchings
· 15 years ago
39c9cf0
sfc: Record hardware RX hash on each skb where possible
by Ben Hutchings
· 15 years ago
2822235
sfc: Disable setting feature flags that are not implemented
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
0c605a2
sfc: Log MTD errors using partition name, not just net device name
by Ben Hutchings
· 15 years ago
5b98c1b
sfc: Implement ethtool register dump operation
by Ben Hutchings
· 15 years ago
4472702
sfc: Implement 64-bit net device statistics on all architectures
by Ben Hutchings
· 15 years ago
eedc765c
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
Next »