index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
sfc
Commit message (
Expand
)
Author
Age
Files
Lines
*
ptp: link the phc device to its parent device
Richard Cochran
2012-09-22
1
-1
/
+2
*
sfc: Avoid generating over-length MC_CMD_FLUSH_RX_QUEUES request
Ben Hutchings
2012-09-19
2
-0
/
+10
*
sfc: Bump version to 3.2
Ben Hutchings
2012-09-19
1
-1
/
+1
*
sfc: Expose FPGA bitfile partition through MTD
Ben Hutchings
2012-09-19
1
-1
/
+3
*
sfc: Support variable-length response to MCDI GET_BOARD_CFG
Ben Hutchings
2012-09-19
2
-3
/
+6
*
sfc: Convert firmware subtypes to native byte order in efx_mcdi_get_board_cfg()
Ben Hutchings
2012-09-19
1
-7
/
+11
*
sfc: Add support for IEEE-1588 PTP
Stuart Hodgson
2012-09-19
11
-1
/
+1562
*
sfc: Fix maximum array sizes for various MCDI commands
Ben Hutchings
2012-09-19
1
-14
/
+14
*
sfc: Allow efx_mcdi_rpc to be called in two parts
Stuart Hodgson
2012-09-07
2
-3
/
+24
*
sfc: Add channel specific receive_skb handler and post_remove callback
Stuart Hodgson
2012-09-07
4
-2
/
+21
*
sfc: Add explicit RX queue flag to channel
Stuart Hodgson
2012-09-07
3
-4
/
+16
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-08-31
1
-2
/
+2
|
\
|
*
sfc: Fix reporting of IPv4 full filters through ethtool
Ben Hutchings
2012-08-24
1
-2
/
+2
*
|
sfc: Fix the initial device operstate
Ben Hutchings
2012-08-24
1
-3
/
+3
*
|
sfc: Assign efx and efx->type as early as possible in efx_pci_probe()
Ben Hutchings
2012-08-24
1
-9
/
+6
*
|
sfc: Remove bogus comment about MTU change and RX buffer overrun
Ben Hutchings
2012-08-24
1
-2
/
+0
*
|
sfc: Remove overly paranoid locking assertions from netdev operations
Ben Hutchings
2012-08-24
2
-10
/
+0
*
|
sfc: Fix reset vs probe/remove/PM races involving efx_nic::state
Ben Hutchings
2012-08-24
1
-41
/
+43
*
|
sfc: Improve log messages in case we abort probe due to a pending reset
Ben Hutchings
2012-08-24
1
-4
/
+3
*
|
sfc: Never try to stop and start a NIC that is disabled
Ben Hutchings
2012-08-24
1
-21
/
+44
*
|
sfc: Hold RTNL lock (only) when calling efx_stop_interrupts()
Ben Hutchings
2012-08-24
1
-3
/
+3
*
|
sfc: Keep disabled NICs quiescent during suspend/resume
Ben Hutchings
2012-08-24
1
-12
/
+16
*
|
sfc: Hold the RTNL lock for more of the suspend/resume cycle
Ben Hutchings
2012-08-24
1
-0
/
+8
*
|
sfc: Change state names to be clearer, and comment them
Ben Hutchings
2012-08-24
4
-21
/
+17
*
|
sfc: Stash header offsets for TSO in struct tso_state
Ben Hutchings
2012-08-24
1
-16
/
+12
*
|
sfc: Replace tso_state::full_packet_space with ip_base_len
Ben Hutchings
2012-08-24
1
-9
/
+11
*
|
sfc: Simplify TSO header buffer allocation
Ben Hutchings
2012-08-24
3
-218
/
+112
*
|
sfc: Stop TX queues before they fill up
Ben Hutchings
2012-08-24
3
-115
/
+112
*
|
sfc: Refactor struct efx_tx_buffer to use a flags field
Ben Hutchings
2012-08-24
3
-56
/
+53
|
/
*
sfc: Fix maximum number of TSO segments and minimum TX queue size
Ben Hutchings
2012-08-02
4
-9
/
+46
*
sfc: initialize dynamic sysfs attributes for lockdep
Michal Schmidt
2012-07-19
1
-0
/
+1
*
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...
David S. Miller
2012-07-18
14
-153
/
+181
|
\
|
*
sfc: Correct some comments on enum reset_type
Ben Hutchings
2012-07-17
1
-4
/
+4
|
*
sfc: Fix interface statistics running backward
Ben Hutchings
2012-07-17
3
-10
/
+28
|
*
sfc: Disable VF queues during register self-test
Ben Hutchings
2012-07-17
5
-60
/
+76
|
*
sfc: Explain why efx_mcdi_exit_assertion() ignores result of efx_mcdi_rpc()
Ben Hutchings
2012-07-17
1
-3
/
+8
|
*
sfc: Use dev_kfree_skb() in efx_end_loopback()
Ben Hutchings
2012-07-17
1
-1
/
+1
|
*
sfc: Use strlcpy() to copy ethtool stats names
Ben Hutchings
2012-07-17
1
-1
/
+1
|
*
sfc: Stop changing header offsets on TX
Ben Hutchings
2012-07-17
1
-9
/
+0
|
*
sfc: Remove dead write to tso_state::packet_space
Ben Hutchings
2012-07-17
1
-1
/
+0
|
*
sfc: Use generic DMA API, not PCI-DMA API
Ben Hutchings
2012-07-17
5
-63
/
+62
|
*
sfc: Work around bogus 'uninitialised variable' warning
Ben Hutchings
2012-07-17
1
-1
/
+1
*
|
drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markers
Ben Hutchings
2012-07-10
1
-2
/
+1
*
|
drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions
Ben Hutchings
2012-07-10
2
-1
/
+2
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-05-16
1
-1
/
+1
|
\
|
*
sfc: Fix division by zero when using one RX channel and no SR-IOV
Ben Hutchings
2012-05-08
1
-1
/
+1
*
|
drivers/net: Convert compare_ether_addr to ether_addr_equal
Joe Perches
2012-05-10
1
-1
/
+1
*
|
sfc: Implement module EEPROM access for SFE4002 and SFN4112F
Ben Hutchings
2012-05-10
1
-0
/
+33
*
|
sfc: Added support for new ethtool APIs for obtaining module eeprom
Stuart Hodgson
2012-05-10
3
-0
/
+116
*
|
sfc: By default refill RX rings as soon as space for a batch
David Riddoch
2012-05-10
1
-6
/
+12
[next]