summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* sfc: Merge efx_mac_operations into efx_nic_typeBen Hutchings2012-01-2711-81/+35
* sfc: Hold efx_nic::stats_lock while reading efx_nic::mac_statsBen Hutchings2012-01-273-3/+9
* sfc: Use new names for MC shared memory layout constantsBen Hutchings2012-01-271-10/+4
* sfc: Make handling of MC reboot more reliableBen Hutchings2012-01-271-6/+27
* sfc: Remove fallback for invalid permanent MAC addressBen Hutchings2012-01-271-30/+2
* sfc: Set default parallelism to per-core by defaultBen Hutchings2012-01-091-7/+7
* sfc: Rename efx_wanted_channels() to efx_wanted_parallelism()Ben Hutchings2012-01-091-4/+2
* sfc: Update MCDI (firmware interface) definitionsBen Hutchings2012-01-095-1491/+2119
* sfc: Remove unnecessary inclusion of <asm/io.h>, prompted by checkpatchBen Hutchings2012-01-091-1/+0
* sfc: Const-qualify static data as appropriate, partly prompted by checkpatchBen Hutchings2012-01-099-22/+22
* sfc: Remove parentheses around return expressions, reported by checkpatchBen Hutchings2012-01-051-8/+7
* sfc: Avoid assignment in an if-statement, reported by checkpatchBen Hutchings2012-01-051-3/+5
* sfc: Fix some formatting errors reported by checkpatchBen Hutchings2012-01-0512-30/+30
* r6040: place comments before codeFlorian Fainelli2012-01-041-3/+4
* r6040: use __aligned(size)Florian Fainelli2012-01-041-1/+1
* r6040: use definitions for MAC_SM register read/writesFlorian Fainelli2012-01-041-2/+3
* r6040: use MAC_RST bit definition with MCR1 read/writesFlorian Fainelli2012-01-041-3/+3
* r6040: define more MCR0 register bitsFlorian Fainelli2012-01-041-3/+6
* r6040: remove unused variables and definitionsFlorian Fainelli2012-01-041-13/+1
* r6040: use an unique MDIO bus nameFlorian Fainelli2012-01-041-1/+2
* sfc: Remove now-unused filter functionBen Hutchings2012-01-042-48/+0
* sfc: Implement ethtool RX NFC rules API instead of n-tuple APIBen Hutchings2012-01-041-39/+149
* sfc: Add support for retrieving and removing filters by IDBen Hutchings2012-01-043-0/+266
* sfc: Use consistent types for filter IDs, indices and search depthsBen Hutchings2012-01-042-8/+8
* sfc: Change filter ID generation to satisfy priority semantics of RX NFCBen Hutchings2012-01-042-5/+43
* gianfar: Reject out-of-range RX NFC locationsBen Hutchings2012-01-041-2/+3
* net/smsc911x: Check if PHY is in operational mode before software resetJavier Martinez Canillas2012-01-031-0/+92
* net: phy: smsc: Move SMSC PHY constants to <linux/smscphy.h>Javier Martinez Canillas2012-01-032-20/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-03141-5022/+6284
|\
| * mwifiex: fix issues in band configuration codeAmitkumar Karwar2011-12-212-30/+20
| * mwifiex: use IEEE80211_HT_PARAM_CHA_SEC_* macrosAmitkumar Karwar2011-12-217-39/+35
| * mwifiex: remove redundant band config codeAmitkumar Karwar2011-12-214-95/+24
| * atheros: force endian checks on atheros wireless driversLuis R. Rodriguez2011-12-211-0/+1
| * mwl8k: Call ieee80211_stop_tx_ba_cb_irqsafe for already deleted BA streamYogesh Ashok Powar2011-12-211-7/+7
| * ath9k: fix roadkill due to Joe's patch on ath_dbg() changesLuis R. Rodriguez2011-12-211-4/+4
| * iwlagn: fix (remove) use of PAGE_SIZEJohannes Berg2011-12-212-44/+31
| * rt2800: Add support for the Fujitsu Stylistic Q550Alan Cox2011-12-211-0/+2
| * libertas: clean up scan thread handlingAndres Salomon2011-12-211-4/+6
| * ath9k: classify DFS debug header furtherLuis R. Rodriguez2011-12-211-3/+3
| * Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2011-12-217-64/+96
| |\
| | * wl12xx: mark no sched scan only after FW eventEyal Shapira2011-12-202-2/+1
| | * wl12xx: fix sched scan of DFS channelsEyal Shapira2011-12-201-7/+8
| | * wl12xx: add missing copyright noticeLuciano Coelho2011-12-201-0/+21
| | * wl12xx: check the actual vif operstate in wl1271_dev_notifyEliad Peller2011-12-201-1/+11
| | * wl12xx: stop device role on remove_interfaceEliad Peller2011-12-201-1/+5
| | * wl12xx: fix checking of started dev roleEliad Peller2011-12-201-23/+18
| | * wl12xx: flush packets before stopping dev roleEliad Peller2011-12-201-0/+3
| | * wl12xx: make WL1271_FLAG_IDLE flag per-vifEliad Peller2011-12-204-6/+16
| | * wl12xx: remove redundant code from wl1271_op_conf_txEliad Peller2011-12-201-24/+1
| | * wl12xx: implement change_interfaceEliad Peller2011-12-201-0/+12
OpenPOWER on IntegriCloud