index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
sfc
/
net_driver.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
sfc: Simplify PHY polling
Steve Hodgson
2009-11-28
1
-10
/
+14
*
sfc: Change MAC promiscuity and multicast hash at the same time
Ben Hutchings
2009-11-26
1
-1
/
+1
*
sfc: Simplify XMAC link polling
Ben Hutchings
2009-11-26
1
-6
/
+4
*
sfc: Split MAC stats DMA initiation and completion
Ben Hutchings
2009-11-26
1
-2
/
+0
*
sfc: Fix bugs in RX queue flushing
Ben Hutchings
2009-11-26
1
-2
/
+9
*
sfc: Log interrupt and reset type names, not numbers
Ben Hutchings
2009-11-24
1
-2
/
+17
*
sfc: Gather link state fields in struct efx_nic into new struct efx_link_state
Ben Hutchings
2009-11-24
1
-9
/
+17
*
sfc: Move all I2C stuff into struct falcon_board
Ben Hutchings
2009-11-24
1
-3
/
+0
*
sfc: Move struct falcon_board into struct falcon_nic_data
Ben Hutchings
2009-11-24
1
-27
/
+0
*
sfc: Make board information explicitly Falcon-specific
Ben Hutchings
2009-11-24
1
-3
/
+3
*
sfc: Rename efx_board::init_leds to init_phy and use for SFN4111T
Ben Hutchings
2009-11-24
1
-7
/
+4
*
sfc: Use a single blink implementation
Ben Hutchings
2009-11-24
1
-10
/
+8
*
sfc: Remove pointless abstraction of memory BAR number (2)
Ben Hutchings
2009-11-24
1
-2
/
+0
*
sfc: Merge efx_fc_resolve() into efx_mdio_get_pause()
Ben Hutchings
2009-10-24
1
-11
/
+0
*
sfc: Removed kernel-doc for nonexistent member of efx_phy_operations
Ben Hutchings
2009-10-24
1
-1
/
+0
*
sfc: Maintain interrupt moderation values in ticks, not microseconds
Ben Hutchings
2009-10-24
1
-1
/
+1
*
sfc: Move shared members of struct falcon_nic_data into struct efx_nic
Ben Hutchings
2009-10-24
1
-0
/
+7
*
sfc: Merge struct efx_blinker into struct efx_board
Ben Hutchings
2009-10-24
1
-15
/
+6
*
sfc: Move all TX DMA length limiting into tx.c
Ben Hutchings
2009-10-24
1
-4
/
+0
*
sfc: Eliminate indirect lookups of queue size constants
Ben Hutchings
2009-10-24
1
-6
/
+0
*
sfc: Move RX data FIFO thresholds out of struct efx_nic_type
Ben Hutchings
2009-10-24
1
-4
/
+0
*
sfc: Work around XMAC bug causing packet loss with some peers
Ben Hutchings
2009-08-26
1
-1
/
+6
*
sfc: Use generic MDIO flow control auto-negotiation functions
Ben Hutchings
2009-04-29
1
-22
/
+4
*
sfc: Use generic MDIO functions and definitions
Ben Hutchings
2009-04-29
1
-5
/
+3
*
sfc: Implement adaptive IRQ moderation
Ben Hutchings
2009-03-21
1
-0
/
+9
*
sfc: Clean up LED control
Ben Hutchings
2009-03-02
1
-4
/
+4
*
sfc: Delete unused efx_blinker::led_num field
Ben Hutchings
2009-03-02
1
-2
/
+0
*
sfc: Add support for QT2025C PHY
Ben Hutchings
2009-03-02
1
-0
/
+1
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-01-30
1
-5
/
+4
|
\
|
*
sfc: Replace stats_enabled flag with a disable count
Ben Hutchings
2009-01-30
1
-3
/
+2
|
*
sfc: SFX7101/SFT9001: Fix AN advertisements
Ben Hutchings
2009-01-30
1
-2
/
+2
*
|
sfc: Replace LRO with GRO
Herbert Xu
2009-01-21
1
-9
/
+0
|
/
*
sfc: Add support for multiple PHY self-tests
Ben Hutchings
2008-12-26
1
-1
/
+7
*
sfc: Generate unique names for per-NIC workqueues
Ben Hutchings
2008-12-26
1
-0
/
+2
*
sfc: Version 2.3
Ben Hutchings
2008-12-12
1
-1
/
+1
*
sfc: Use model numbers for PHY type names
Ben Hutchings
2008-12-12
1
-3
/
+3
*
sfc: Add support for Solarflare 10Xpress SFT9001
Ben Hutchings
2008-12-12
1
-1
/
+3
*
sfc: Rework MAC, PHY and board event handling
Ben Hutchings
2008-12-12
1
-10
/
+14
*
sfc: Implement auto-negotiation
Ben Hutchings
2008-12-12
1
-2
/
+36
*
sfc: Add support for sub-10G speeds
Ben Hutchings
2008-12-12
1
-0
/
+31
*
sfc: Remove MII extension cruft
Ben Hutchings
2008-12-12
1
-2
/
+4
*
sfc: Provide hints to irqbalance daemon
Ben Hutchings
2008-12-12
1
-0
/
+2
*
sfc: Add option to use a separate channel for TX completions
Neil Turton
2008-12-12
1
-0
/
+2
*
sfc: Make reset_workqueue driver-global rather than per-NIC
Steve Hodgson
2008-12-12
1
-2
/
+0
*
sfc: Use lm87 and lm90 drivers for board temperature/power monitoring
Ben Hutchings
2008-11-06
1
-0
/
+6
*
sfc: Expose flash region storing boot code as MTD
Ben Hutchings
2008-11-06
1
-0
/
+2
*
sfc: Use CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS where appropriate
Ben Hutchings
2008-09-24
1
-1
/
+1
*
sfc: Make queue flushes more reliable
Ben Hutchings
2008-09-24
1
-0
/
+4
*
sfc: Remove workaround for old firmware bug
Ben Hutchings
2008-09-24
1
-2
/
+0
*
sfc: Remove the STATE_RESETTING flag
Ben Hutchings
2008-09-03
1
-2
/
+1
[next]