index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
sfc
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-02
netdev: drivers should make ethtool_ops const
Stephen Hemminger
2
-2
/
+2
2009-09-01
netdev: convert bulk of drivers to netdev_tx_t
Stephen Hemminger
4
-14
/
+15
2009-08-26
sfc: Improve reliability of RX queue flushing
Ben Hutchings
1
-0
/
+2
2009-08-26
sfc: Work around XMAC bug causing packet loss with some peers
Ben Hutchings
1
-1
/
+6
2009-08-26
sfc: QT2025C: Use hard reset only
Ben Hutchings
1
-9
/
+10
2009-08-26
sfc: Do not reinitialise XAUI serdes before it has completed reset
Ben Hutchings
2
-3
/
+7
2009-08-26
sfc: Fix ordering of device registration and initial netif_carrier_off()
Ben Hutchings
1
-9
/
+17
2009-06-11
sfc: Expose 100/1000BASE-T MDI-X status via ethtool
Ben Hutchings
1
-1
/
+10
2009-05-29
net: dont update dev->trans_start in 10GB drivers
Eric Dumazet
2
-7
/
+1
2009-05-19
sfc: Remove lro module parameter
Ben Hutchings
1
-13
/
+2
2009-05-17
sfc: Use generic XENPAK register definitions
Ben Hutchings
3
-73
/
+4
2009-05-17
sfc: modify allocation error message
Mike Travis
1
-2
/
+2
2009-04-29
sfc: Use generic MDIO flow control auto-negotiation functions
Ben Hutchings
5
-48
/
+7
2009-04-29
sfc: Use generic MDIO functions and definitions
Ben Hutchings
14
-845
/
+311
2009-04-16
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2
-5
/
+6
2009-04-16
gro: New frags interface to avoid copying shinfo
Herbert Xu
1
-8
/
+18
2009-04-14
sfc: Use correct macro to set event bitfield
Ben Hutchings
1
-2
/
+2
2009-04-14
sfc: Match calls to netif_napi_add() and netif_napi_del()
Ben Hutchings
1
-3
/
+4
2009-04-08
sfc: Don't specify unexistent IRQ
Jean Delvare
2
-5
/
+0
2009-03-31
sfc: Call netif_napi_add() before registering our interrupt handler
Ben Hutchings
1
-4
/
+3
2009-03-27
Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2
Ingo Molnar
2
-17
/
+24
2009-03-21
sfc: Implement adaptive IRQ moderation
Ben Hutchings
6
-21
/
+73
2009-03-21
sfc: Optimise falcon_writel_page_locked() for page > 0
Ben Hutchings
1
-5
/
+8
2009-03-21
sfc: Remove unused private PCI register definitions
Ben Hutchings
1
-7
/
+0
2009-03-21
sfc: Work around unreliable legacy interrupt status
Ben Hutchings
1
-12
/
+14
2009-03-21
sfc: Pad packets to 33 bytes to prevent TX packet parser lockup
Ben Hutchings
2
-0
/
+10
2009-03-04
sfc: Improve NIC internal error recovery
Ben Hutchings
1
-4
/
+19
2009-03-04
sfc: Fix search for flush completion events
Ben Hutchings
1
-12
/
+9
2009-03-04
sfc: Don't wake TX queues while they're being flushed
Ben Hutchings
1
-1
/
+1
2009-03-04
sfc: Clear I2C adapter structure in falcon_remove_nic()
Ben Hutchings
1
-0
/
+2
2009-03-04
sfc: Clean up properly on reset failure paths
Ben Hutchings
1
-3
/
+6
2009-03-04
sfc: Reject packets from the kernel TX queue during a loopback self-test
Ben Hutchings
1
-0
/
+3
2009-03-04
sfc: Fix efx_ethtool_nway_result() to use clause 45 MDIO registers
Ben Hutchings
1
-1
/
+8
2009-03-02
sfc: Add support for SFN4112F SFP+ reference design
Ben Hutchings
2
-0
/
+63
2009-03-02
sfc: Clean up LED control
Ben Hutchings
3
-12
/
+11
2009-03-02
sfc: Delete unused efx_blinker::led_num field
Ben Hutchings
2
-3
/
+0
2009-03-02
sfc: Add support for QT2025C PHY
Ben Hutchings
4
-10
/
+91
2009-03-02
sfc: Fix reporting of PHY id
Ben Hutchings
3
-7
/
+22
2009-03-02
sfc: Remove "XFP" from log messages that are not specific to XFP
Ben Hutchings
1
-4
/
+4
2009-03-02
sfc: SFT9001/SFN4111T: Check PHY boot status during board initialisation
Ben Hutchings
3
-40
/
+72
2009-03-02
sfc: Fix test for MDIO read failure
Ben Hutchings
1
-6
/
+7
2009-03-02
sfc: SFT9001: Include non-breaking cable diagnostics in online self-tests
Ben Hutchings
1
-21
/
+24
2009-02-18
drivers/net/sfc: fix sparse warnings: Should it be static?
Hannes Eder
1
-0
/
+1
2009-02-17
drivers/net/sfc: fix sparse warning: symbol shadows an earlier one
Hannes Eder
1
-4
/
+3
2009-02-13
Merge branches 'x86/acpi', 'x86/asm', 'x86/cpudetect', 'x86/crashdump', 'x86/...
Ingo Molnar
1
-12
/
+12
2009-02-11
falcon fix compilation warnings
Jaswinder Singh Rajput
1
-12
/
+12
2009-02-05
Merge branch 'x86/urgent' into x86/apic
Ingo Molnar
12
-302
/
+279
2009-02-01
net: replace uses of __constant_{endian}
Harvey Harrison
1
-2
/
+2
2009-01-30
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
12
-302
/
+279
2009-01-30
sfc: Replace stats_enabled flag with a disable count
Ben Hutchings
6
-25
/
+57
[next]