summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * b43: LCN-PHY: basic PHY initRafał Miłecki2011-08-241-2/+72
| | * carl9170: export HW random number generatorChristian Lamparter2011-08-243-0/+139
| | * carl9170: improve site surveyChristian Lamparter2011-08-245-15/+153
| | * carl9170: import updated firmware headersChristian Lamparter2011-08-242-2/+13
| | * carl9170: fix timekeeping for HW_COUNTER firmwaresChristian Lamparter2011-08-243-5/+8
| | * libertas: handle mesh networks in lbs_iface_active()Dan Carpenter2011-08-241-2/+2
| | * b43: LCN-PHY: add init tablesRafał Miłecki2011-08-243-0/+451
| | * b43: LCN-PHY: switch analogRafał Miłecki2011-08-242-1/+13
| | * b43: LCN-PHY: implement disabling radioRafał Miłecki2011-08-242-0/+32
| | * b43: LCN-PHY: add very basic PHY opsRafał Miłecki2011-08-242-3/+53
| | * b43: fix DMA on some bugged hardwareRafał Miłecki2011-08-243-36/+84
| | * ath9k: remove a bogus WARN_ONFelix Fietkau2011-08-241-2/+2
| | * ath9k: Dump modal noisefloor calibration historyRajkumar Manoharan2011-08-241-0/+55
| | * ath9k: Fix invalid noisefloor reading due to channel updateRajkumar Manoharan2011-08-241-3/+14
| | * ath9k: Fix noisefloor history update for extn chainsRajkumar Manoharan2011-08-241-2/+1
| | * ath9k: Move ath9k_init_crypto to commonRajkumar Manoharan2011-08-246-48/+30
| | * ath9k: Remove SC_OP_ENABLE_APMRajkumar Manoharan2011-08-243-9/+4
| | * ath9k_hw: Remove unnecessary chainmask configurationRajkumar Manoharan2011-08-243-18/+1
| | * ath9k: qinfo never be NULL in setuptxqueueRajkumar Manoharan2011-08-241-15/+2
| | * ath9k: Remove unused argument tsf from ath9k_hw_rxprocdescRajkumar Manoharan2011-08-243-4/+4
| | * ath9k: Re-enable RXOEL interrupt after processing rx buffersRajkumar Manoharan2011-08-241-0/+5
| | * ath9k: Fix rx overrun interrupt stormRajkumar Manoharan2011-08-241-5/+3
| | * ath9k_hw: Fix exceed transmission burst-time of 5GHzRajkumar Manoharan2011-08-242-29/+15
| | * b43: HT-PHY: allow writing longer tables with a single callRafał Miłecki2011-08-232-0/+46
| | * b43: HT-PHY: init: add missing small-tables writesRafał Miłecki2011-08-221-3/+30
| | * rtlwifi: add module parameter to set global debug levelStefan Assmann2011-08-221-1/+5
| | * b43: HT-PHY: init: add some AFE (Analog Frontend) operationRafał Miłecki2011-08-221-0/+26
| | * b43: HT-PHY: init: add missing PHY mask/set opsRafał Miłecki2011-08-221-5/+41
| | * b43: HT-PHY: init: init BPHY and upload 0x1a tableRafał Miłecki2011-08-223-0/+68
| | * b43: HT-PHY: init: copy tables and reset CCARafał Miłecki2011-08-222-0/+25
| | * b43: HT-PHY: init: implement few simple PHY writesRafał Miłecki2011-08-221-0/+22
| | * b43: HT-PHY: init: zero EXTG registersRafał Miłecki2011-08-221-0/+22
| | * mwl8k: Traffic to clients gets affected when one client leaves a cyrpto bssNishant Sarmukadam2011-08-221-3/+0
| | * b43: make forcing clock common (HT-PHY also uses that)Rafał Miłecki2011-08-223-36/+38
| | * b43: include HT-PHY in some common codeRafał Miłecki2011-08-222-0/+2
| | * b43: support new RX header, noticed to be used in 598.314+ fwRafał Miłecki2011-08-225-13/+58
| | * b43: support new TX header, noticed to be used by 598.314+ fwRafał Miłecki2011-08-224-2/+46
| | * b43: use enum for firmware header formatRafał Miłecki2011-08-224-26/+55
| | * b43: rename TX header formatsRafał Miłecki2011-08-222-16/+16
| | * b43: reload phy and bss settings after core restartsFelix Fietkau2011-08-221-5/+37
| | * ath9k: do btcoex ASPM disabling at initialization timeStanislaw Gruszka2011-08-224-29/+29
| | * ath9k: merge common ->config_pci_powersave() checksStanislaw Gruszka2011-08-223-6/+3
| | * ath9k: remove ->config_pci_powersave() redundant argumentStanislaw Gruszka2011-08-226-15/+12
* | | net: fix Makefile typos & build errorsRandy Dunlap2011-08-291-3/+3
|/ /
* | ixgbe: clear RNBC only for 82598Emil Tantilov2011-08-291-2/+3
* | ixgbe: add check for supported modesEmil Tantilov2011-08-291-3/+7
* | ixgbe: fix ixgbe_fc_autoneg_fiber bugDon Skidmore2011-08-291-2/+2
* | ixgbe: cleanup feature flags in ixgbe_probeDon Skidmore2011-08-291-1/+0
* | ixgbe: PFC not cleared on X540 devicesJohn Fastabend2011-08-292-1/+4
* | ixgbe: consolidate, setup for multiple traffic classesJohn Fastabend2011-08-292-49/+27