summaryrefslogtreecommitdiffstats
path: root/drivers/net/7990.h (unfollow)
Commit message (Expand)AuthorFilesLines
2010-12-06sfc: Remove locking from implementation of efx_writeo_paged()Ben Hutchings1-1/+14
2010-12-06sfc: Add compile-time checks for correctness of paged register writesBen Hutchings1-8/+23
2010-12-06sfc: Remove redundant memory barriers between MMIOsBen Hutchings1-5/+0
2010-12-06sfc: Expand/correct comments on collector behaviour and function usageBen Hutchings1-49/+49
2010-12-06sfc: Use ACCESS_ONCE when copying efx_tx_queue::read_countBen Hutchings1-3/+2
2010-12-06sfc: Reorder struct efx_nic to separate fields by volatilityBen Hutchings1-18/+23
2010-12-03ixgbe: add support for new format of PBA numbersDon Skidmore4-16/+105
2010-12-03ixgbe: add support for 82599 FCoE SKUDon Skidmore3-0/+8
2010-12-03ixgbe: add WOL support for SFP+ subdeviceDon Skidmore3-5/+22
2010-12-03ixgbe: fix link behavior for SFP+ when driver is brought downDon Skidmore2-11/+27
2010-12-03qlcnic: Updated driver version to 5.0.13Anirban Chakraborty1-2/+2
2010-12-03qlcnic: LICENSE file for qlcnicSritej Velaga8-140/+348
2010-12-03qlcnic: validate eswitch config values for PFAmit Kumar Salecha1-3/+6
2010-12-03qlcnic: Disable loopback supportSucheta Chakraborty5-311/+1
2010-12-03sfc: Store MAC address from NVRAM in net_device::perm_addrBen Hutchings4-13/+7
2010-12-03sfc: Use current MAC address, not NVRAM MAC address, for WoL filterBen Hutchings1-1/+1
2010-12-03sfc: When waking a stopped tx_queue, only lock that tx_queueSteve Hodgson1-2/+6
2010-12-03sfc: Update kernel-doc to match earlier move of Toeplitz hash keyBen Hutchings2-1/+1
2010-12-03sfc: Move xmac_poll_required into struct falcon_nic_dataBen Hutchings5-8/+15
2010-12-03sfc: Move Falcon global event handling to falcon.cBen Hutchings3-43/+43
2010-12-03sfc: Move mdio_lock to struct falcon_nic_dataBen Hutchings4-7/+9
2010-12-03sfc: Move SPI state to struct falcon_nic_dataBen Hutchings6-75/+69
2010-12-03sfc: Remove unnecessary inclusion of various private header filesBen Hutchings8-10/+0
2010-12-03sfc: Expose Falcon BootROM config through MTD, not ethtoolBen Hutchings2-82/+54
2010-12-03sfc: Remove broken automatic fallback for invalid Falcon chip/board configBen Hutchings1-33/+24
2010-12-03sfc: Fix event based MCDI completion and MC REBOOT/CMDDONE ordering issueSteve Hodgson1-0/+1
2010-12-03sfc: Clear RXIN_SEL when soft-resetting QT2025CBen Hutchings1-0/+6
2010-12-03sfc: Read-to-clear LM87 alarm/interrupt status at start of dayBen Hutchings1-0/+4
2010-12-03sfc: Distinguish critical and non-critical over-temperature conditionsBen Hutchings1-29/+80
2010-12-03sfc: Fix condition for no-op in set_phy_flash_cfg()Ben Hutchings1-1/+1
2010-12-03sfc: Reduce log level for MCDI error response in efx_mcdi_rpc()Ben Hutchings1-1/+1
2010-12-02tipc: Delete tipc_ownidentity()Allan Stephens3-10/+2
2010-12-02tipc: Eliminate obsolete native API forwarding routinesAllan Stephens2-87/+15
2010-12-02tipc: Eliminate an unused symbolic constant in link codeAllan Stephens1-6/+0
2010-12-02tipc: Eliminate useless initialization when creating subscriberAllan Stephens1-1/+1
2010-12-02tipc: Remove unused domain argument from multicast send routineAllan Stephens3-3/+2
2010-12-02tipc: Remove support for TIPC mode change callbackAllan Stephens4-53/+5
2010-12-02tipc: Delete useless function prototypesAllan Stephens4-4/+0
2010-12-02tipc: Eliminate useless return value when disabling a bearerAllan Stephens1-4/+5
2010-12-02tipc: Delete unused configuration service structure definitionAllan Stephens1-7/+0
2010-12-02tipc: Remove obsolete inclusions of header filesAllan Stephens22-77/+0
2010-12-02tipc: Remove obsolete native API files and exportsAllan Stephens15-690/+382
2010-12-02net: kill unused macros from head fileShan Wei6-16/+0
2010-12-02ipv6: use ND_REACHABLE_TIME and ND_RETRANS_TIMER instead of magic numberShan Wei1-12/+12
2010-12-02tcp: use TCP_BASE_MSS to set basic mss valueShan Wei1-1/+1
2010-12-02net: snmp: fix the wrong ICMP_MIB_MAX valueShan Wei1-2/+1
2010-12-02can: EG20T PCH: Delete unnecessary spin_lockTomoya1-34/+0
2010-12-02can: EG20T PCH: Enumerate LEC macrosTomoya1-36/+41
2010-12-02can: EG20T PCH: Change Message Object IndexTomoya1-147/+116
2010-12-02can: EG20T PCH: Separate Interface Register(IF1/IF2)Tomoya1-244/+201