index
:
~thomash/linux
async_vma10
coherent-rebased
drm-fixes
drm-next
feature/thellstrom/render-nodes
gb-objects-3.13
ickle-wip-migrate
linux-3.13.y
locking-rework
master
original_dg1
pagewalk
thellstrom/locking-rework
topic/migration_fence_2
topic/ttm_accel_branch
topic/ttm_accel_v3
topic/ttm_accel_v9
topic/ttm_branch
topic/ttm_branch_ready
topic/ttm_branch_v2
topic/ttm_branch_v3
topic/ttm_branch_v5
topic/ttm_rebased
topic/ttm_region
ttm-fixes-3.12
ttm-fixes-3.13
ttm-fixes-3.14
ttm-next
ttm-next-3.13
ttm-prot-fix
ttm-transhuge
ttm_branch_for_mesa
vm_open2
vmwgfx-coherent
vmwgfx-fixes-3.12
vmwgfx-fixes-3.13
vmwgfx-fixes-3.14
vmwgfx-fixes-3.15
vmwgfx-fixes-3.16
vmwgfx-fixes-3.17
vmwgfx-fixes-3.18
vmwgfx-fixes-3.19
vmwgfx-fixes-4.0
vmwgfx-fixes-4.11
vmwgfx-fixes-4.12
vmwgfx-fixes-4.15
vmwgfx-fixes-4.16
vmwgfx-fixes-4.17
vmwgfx-fixes-4.19
vmwgfx-fixes-4.2
vmwgfx-fixes-4.20
vmwgfx-fixes-4.3
vmwgfx-fixes-4.4
vmwgfx-fixes-5.0
vmwgfx-fixes-5.0-2
vmwgfx-fixes-5.1
vmwgfx-fixes-5.2
vmwgfx-fixes-5.3
vmwgfx-next
vmwgfx-next-3.13
vmwgfx-next-stage
vmwgfx and ttm linux repo
thomash
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
sfc
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-24
sfc: Make board information explicitly Falcon-specific
Ben Hutchings
8
-75
/
+88
2009-11-24
sfc: Rename efx_board::init_leds to init_phy and use for SFN4111T
Ben Hutchings
5
-27
/
+33
2009-11-24
sfc: Use a single blink implementation
Ben Hutchings
8
-77
/
+62
2009-11-24
sfc: SFT9001: Reset LED configuration correctly after blinking
Ben Hutchings
1
-4
/
+7
2009-11-24
sfc: Record RX queue number on GRO path
Ben Hutchings
1
-2
/
+4
2009-11-24
sfc: Move assertions and buffer cleanup earlier in efx_rx_packet_lro()
Ben Hutchings
1
-12
/
+14
2009-11-24
sfc: Remove ridiculously paranoid assertions
Ben Hutchings
1
-3
/
+0
2009-11-24
sfc: Remove redundant gotos from __efx_rx_packet()
Ben Hutchings
1
-5
/
+2
2009-11-24
sfc: Remove pointless abstraction of memory BAR number (2)
Ben Hutchings
1
-2
/
+0
2009-11-18
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-2
/
+2
2009-11-07
i2c: Add an interface to lock/unlock an I2C bus segment
Jean Delvare
1
-2
/
+2
2009-10-29
sfc: Enable heuristic selection between page and skb RX buffers
Ben Hutchings
1
-1
/
+1
2009-10-29
sfc: Feed GRO result into RX allocation policy and interrupt moderation
Ben Hutchings
1
-2
/
+11
2009-10-29
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-3
/
+6
2009-10-28
sfc: Set ip_summed correctly for page buffers passed to GRO
Ben Hutchings
1
-3
/
+6
2009-10-28
sfc: Really allow RX checksum offload to be disabled
Ben Hutchings
1
-2
/
+3
2009-10-24
sfc: Rename 'xfp' file and functions to reflect reality
Ben Hutchings
5
-58
/
+58
2009-10-24
sfc: Remove unused code for non-autoneg speed/duplex switching
Ben Hutchings
1
-69
/
+39
2009-10-24
sfc: Merge efx_fc_resolve() into efx_mdio_get_pause()
Ben Hutchings
2
-15
/
+8
2009-10-24
sfc: Move MTD probe after netdev registration and name allocation
Ben Hutchings
1
-2
/
+4
2009-10-24
sfc: Remove unnecessary tests of efx->membase
Ben Hutchings
1
-8
/
+0
2009-10-24
sfc: Remove incorrect assertion from efx_pci_remove_main()
Ben Hutchings
1
-2
/
+0
2009-10-24
sfc: Merge falcon_probe_phy() into falcon_probe_port()
Ben Hutchings
1
-35
/
+25
2009-10-24
sfc: Remove pointless abstraction of memory BAR number
Ben Hutchings
3
-11
/
+10
2009-10-24
sfc: Removed kernel-doc for nonexistent member of efx_phy_operations
Ben Hutchings
1
-1
/
+0
2009-10-24
sfc: Maintain interrupt moderation values in ticks, not microseconds
Ben Hutchings
4
-34
/
+28
2009-10-24
sfc: Move shared members of struct falcon_nic_data into struct efx_nic
Ben Hutchings
2
-16
/
+14
2009-10-24
sfc: Move efx_xmit_done() declaration into correct stanza
Ben Hutchings
1
-1
/
+1
2009-10-24
sfc: Remove declarations of nonexistent functions
Ben Hutchings
1
-2
/
+0
2009-10-24
sfc: Change order of device removal to reverse of probe order
Ben Hutchings
1
-1
/
+1
2009-10-24
sfc: Merge struct efx_blinker into struct efx_board
Ben Hutchings
2
-29
/
+21
2009-10-24
sfc: Move all TX DMA length limiting into tx.c
Ben Hutchings
4
-25
/
+25
2009-10-24
sfc: Define DMA address mask explicitly in terms of descriptor field width
Ben Hutchings
1
-5
/
+2
2009-10-24
sfc: Eliminate indirect lookups of queue size constants
Ben Hutchings
7
-98
/
+62
2009-10-24
sfc: Rename register I/O header and functions used by both Falcon and Siena
Ben Hutchings
7
-421
/
+426
2009-10-24
sfc: Update hardware definitions for Siena
Ben Hutchings
7
-1887
/
+3756
2009-10-24
sfc: Move RX data FIFO thresholds out of struct efx_nic_type
Ben Hutchings
2
-15
/
+12
2009-10-24
sfc: Remove versioned bitfield macros
Ben Hutchings
3
-40
/
+47
2009-10-24
sfc: Remove boards.h, moving last remaining declaration to falcon.h
Ben Hutchings
9
-22
/
+2
2009-10-24
sfc: Merge sfe4001.c into falcon_boards.c
Ben Hutchings
4
-443
/
+420
2009-10-24
sfc: Rename Falcon-specific board code and types
Ben Hutchings
5
-26
/
+25
2009-10-24
sfc: Remove redundant hardware initialisation
Ben Hutchings
1
-4
/
+0
2009-10-24
sfc: Remove redundant header gmii.h
Ben Hutchings
2
-61
/
+0
2009-10-22
sfc: 10Xpress: Report support for pause frames
Ben Hutchings
1
-0
/
+1
2009-10-12
sfc: 10Xpress: Initialise pause advertising flags
Ben Hutchings
1
-0
/
+10
2009-09-24
cpumask: use zalloc_cpumask_var() where possible
Li Zefan
1
-2
/
+1
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
[next]