index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
iwlegacy
/
common.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
iwlegacy: Use standard #defines for PCIe Capability ASPM fields
Bjorn Helgaas
2012-12-07
1
-3
/
+2
*
iwlegacy: collapse wrapper for pcie_capability_read_word()
Bjorn Helgaas
2012-12-07
1
-2
/
+3
*
iwlegacy: use eth_broadcast_addr
Johannes Berg
2012-09-24
1
-2
/
+2
*
iwlegacy: clean up suspend/resume
Johannes Berg
2012-08-10
1
-12
/
+3
*
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
2012-07-12
1
-1
/
+1
|
\
|
*
mac80211: add time synchronisation with BSS for assoc
Johannes Berg
2012-07-12
1
-1
/
+1
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2012-07-09
1
-8
/
+6
|
\
\
|
*
|
iwlegacy: always monitor for stuck queues
Stanislaw Gruszka
2012-07-09
1
-8
/
+6
|
|
/
*
/
iwlegacy: print how long queue was actually stuck
Paul Bolle
2012-06-28
1
-3
/
+4
|
/
*
drivers/net: Convert compare_ether_addr to ether_addr_equal
Joe Perches
2012-05-11
1
-7
/
+7
*
iwlegacy: fix BSSID setting
Stanislaw Gruszka
2012-03-26
1
-10
/
+6
*
iwlegacy: do not nulify il->vif on reset
Stanislaw Gruszka
2012-03-26
1
-3
/
+12
*
mac80211: rename bss_conf timestamp to last_tsf
Johannes Berg
2012-03-13
1
-1
/
+1
*
iwlegacy: s/il_txq_mem/il_free_txq_mem/g
Stanislaw Gruszka
2012-02-22
1
-2
/
+2
*
iwlegacy: s/S_RF_KILL_HW/S_RFKILL/g
Stanislaw Gruszka
2012-02-22
1
-3
/
+3
*
iwlegacy: small queue initializations cleanup
Stanislaw Gruszka
2012-02-22
1
-30
/
+36
*
iwlegacy: check correct il_poll_bit error value
Stanislaw Gruszka
2012-02-22
1
-1
/
+1
*
iwlegacy: do not grab nic access if rfkill
Stanislaw Gruszka
2012-02-22
1
-6
/
+19
*
iwlegacy: improve mac operation debuggability a bit
Stanislaw Gruszka
2012-02-22
1
-45
/
+44
*
iwlegacy: get rid of tx/rx traffic log
Stanislaw Gruszka
2012-02-22
1
-247
/
+0
*
iwlegacy: merge all ops structures into one
Stanislaw Gruszka
2012-02-22
1
-31
/
+19
*
iwlegacy: merge il_lib_ops into il_ops
Stanislaw Gruszka
2012-02-22
1
-17
/
+17
*
iwlegacy: remove il_apm_ops
Stanislaw Gruszka
2012-02-22
1
-1
/
+1
*
iwlegacy: merge eeprom_ops into lib_ops
Stanislaw Gruszka
2012-02-22
1
-2
/
+2
*
iwlegacy: regulatory_bands is not an ops
Stanislaw Gruszka
2012-02-22
1
-6
/
+4
*
iwlegacy: cleanup/fix memory barriers
Stanislaw Gruszka
2012-02-22
1
-2
/
+0
*
iwlegacy: always check if got h/w access before write
Stanislaw Gruszka
2012-02-22
1
-5
/
+5
*
iwlegacy: dump stack when fail to gain access to the device
Stanislaw Gruszka
2012-02-22
1
-2
/
+3
*
iwlegacy: remove struct il_tx_info
Stanislaw Gruszka
2012-02-06
1
-13
/
+11
*
iwlegacy: merge il_base_params into il_cfg
Stanislaw Gruszka
2012-02-06
1
-14
/
+14
*
iwlegacy: move ops out of config
Stanislaw Gruszka
2012-02-06
1
-70
/
+45
*
iwlegacy: get rid of ctx structure
Stanislaw Gruszka
2012-02-06
1
-120
/
+79
*
iwlegacy: remove il_setup_interface()
Stanislaw Gruszka
2012-02-06
1
-19
/
+3
*
iwlegacy: get rid of ctx->is_active
Stanislaw Gruszka
2012-02-06
1
-18
/
+3
*
iwlegacy: move ht out of ctx structure
Stanislaw Gruszka
2012-02-06
1
-25
/
+24
*
iwlegacy: move qos_data out of ctx structure
Stanislaw Gruszka
2012-02-06
1
-12
/
+12
*
iwlegacy: remove ctx interface_modes
Stanislaw Gruszka
2012-02-06
1
-25
/
+4
*
iwlegacy: get rid of ctx->station_flags
Stanislaw Gruszka
2012-02-06
1
-1
/
+1
*
iwlegacy: get rid of ctxid
Stanislaw Gruszka
2012-02-06
1
-6
/
+0
*
iwlegacy: get rid of *_devtype
Stanislaw Gruszka
2012-02-06
1
-3
/
+3
*
iwlegacy: move bcast_sta_id to hw_params
Stanislaw Gruszka
2012-02-06
1
-1
/
+1
*
iwlegacy: get rid of ap_sta_id
Stanislaw Gruszka
2012-02-06
1
-1
/
+1
*
iwlegacy: get rid of qos_cmd
Stanislaw Gruszka
2012-02-06
1
-1
/
+1
*
iwlegacy: get rid of ctx->rxon_timing_cmd
Stanislaw Gruszka
2012-02-06
1
-1
/
+1
*
iwlegacy: move rxon commands out of ctx structure
Stanislaw Gruszka
2012-02-06
1
-80
/
+77
*
iwlegacy: move some i/o helpers out of inline
Stanislaw Gruszka
2012-01-04
1
-0
/
+161
*
iwlegacy: Use kcalloc instead of kzalloc to allocate array
Thomas Meyer
2011-12-06
1
-3
/
+2
*
iwlegacy: checkpatch.pl fixes
Stanislaw Gruszka
2011-11-15
1
-126
/
+31
*
iwlegacy: indentions and whitespaces
Stanislaw Gruszka
2011-11-15
1
-936
/
+991
*
iwlegacy: merge iwl-debug.h into common.h
Stanislaw Gruszka
2011-11-15
1
-1
/
+0
[next]