index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
macvtap.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-09-18
ath10k: fix parenthesis alignment warning in ath10k_htt_rx_alloc()
Kalle Valo
1
-3
/
+4
2014-09-11
ath10k: fix debugfs_create_dir() checking
Michal Kazior
1
-2
/
+6
2014-09-11
ath10k: support firmware crash-by-assert
Ben Greear
1
-1
/
+27
2014-09-11
ath10k: add testmode
Kalle Valo
11
-30
/
+614
2014-09-11
ath10k: make ath10k_wmi_cmd_send() public
Kalle Valo
2
-3
/
+6
2014-09-10
ath10k: ATH10K_DEBUGFS depends on DEBUG_FS
Matteo Croce
1
-1
/
+1
2014-09-10
ath10k: use proper service bitmap size
Michal Kazior
4
-11
/
+9
2014-09-10
ath10k: move fw_crash_dump allocation
Michal Kazior
3
-22
/
+41
2014-09-02
ath10k: don't access tx_info while overwriting it
Michal Kazior
1
-5
/
+4
2014-09-02
ath10k: add device/driver strings to tracepoints
Michal Kazior
4
-38
/
+89
2014-09-02
ath10k: remove diag_*_access functions
Michal Kazior
1
-85
/
+24
2014-09-02
ath10k: stop monitor vdev for sta assoc
Michal Kazior
1
-1
/
+9
2014-09-02
ath10k: fix monitor start/stop sequences
Michal Kazior
2
-73
/
+49
2014-09-02
ath10k: kill tasklets after free_irq
Michal Kazior
1
-0
/
+2
2014-09-02
ath10k: fix num_legacy_stations tracking
Michal Kazior
1
-1
/
+1
2014-09-02
ath10k: re-enable interrupts properly in hw recovery
Michal Kazior
1
-21
/
+14
2014-08-28
carl9170: tx: Replace rcu_assign_pointer() with RCU_INIT_POINTER()
Andreea-Cristina Bernat
1
-1
/
+1
2014-08-28
ath9k: Fix channel context timer
Sujith Manoharan
1
-1
/
+1
2014-08-28
ath9k: Add more debug statements for channel context
Sujith Manoharan
2
-12
/
+81
2014-08-28
ath9k: Disable fastcc for channel context mode
Sujith Manoharan
1
-0
/
+3
2014-08-28
rt2x00: support Ralink 5362.
Canek Peláez Valdés
2
-1
/
+9
2014-08-28
ath9k: Fix channel context creation
Sujith Manoharan
2
-1
/
+23
2014-08-28
ath9k: Fix interface limits
Sujith Manoharan
1
-2
/
+4
2014-08-28
ath9k: Print the event/state in ath_chanctx_event
Sujith Manoharan
2
-2
/
+38
2014-08-28
ath9k: Add new chanctx events
Sujith Manoharan
2
-0
/
+6
2014-08-28
ath9k: Fix ath_chanctx_get()
Sujith Manoharan
1
-4
/
+10
2014-08-28
ath9k: Move ath9k_beacon_add_noa to channel.c
Sujith Manoharan
3
-49
/
+56
2014-08-28
ath9k: Remove redundant ifdef
Sujith Manoharan
1
-2
/
+0
2014-08-28
ath9k: Fix channel context variables in ath_softc
Sujith Manoharan
1
-2
/
+6
2014-08-28
ath9k: Fix 'offchannel' in ath_softc
Sujith Manoharan
2
-1
/
+3
2014-08-28
ath9k: Fix function argument type
Sujith Manoharan
1
-2
/
+2
2014-08-28
ath9k: Use ath_chanctx_check_active properly
Sujith Manoharan
2
-47
/
+50
2014-08-28
ath9k: Add ath9k_offchannel_init
Sujith Manoharan
3
-8
/
+30
2014-08-28
ath9k: Add ath9k_chanctx_wake_queues
Sujith Manoharan
3
-13
/
+32
2014-08-28
ath9k: Add wrappers for beacon events
Sujith Manoharan
4
-9
/
+32
2014-08-28
ath9k: Fix function declarations
Sujith Manoharan
1
-3
/
+3
2014-08-28
ath9k: Fix channel context events
Sujith Manoharan
6
-33
/
+57
2014-08-28
ath9k: Make ath_chanctx_switch static
Sujith Manoharan
2
-39
/
+37
2014-08-28
ath9k: Make ath_chanctx_get_oper_chan static
Sujith Manoharan
2
-19
/
+18
2014-08-28
ath9k: Make ath_chanctx_offchan_switch static
Sujith Manoharan
2
-15
/
+13
2014-08-28
ath9k: Conditionally compile more functions
Sujith Manoharan
1
-19
/
+19
2014-08-28
ath9k: Exclude more functions
Sujith Manoharan
2
-61
/
+60
2014-08-28
ath9k: Conditionally compile a few functions
Sujith Manoharan
1
-146
/
+146
2014-08-28
ath9k: Cleanup mgd_prepare_tx callback
Sujith Manoharan
3
-34
/
+34
2014-08-28
ath9k: Make ath_chanctx_work static
Sujith Manoharan
2
-10
/
+9
2014-08-28
ath9k: Add a routine to tear down channel contexts
Sujith Manoharan
4
-2
/
+13
2014-08-28
ath9k: Add a routine for initializing channel contexts
Sujith Manoharan
3
-15
/
+25
2014-08-28
carl9170: Remove redundant protection check
Andreea-Cristina Bernat
1
-10
/
+1
2014-08-28
ath9k: Isolate ath9k_use_chanctx module parameter
Sujith Manoharan
5
-32
/
+62
2014-08-28
ath9k: Isolate P2P powersave routines
Sujith Manoharan
5
-36
/
+111
[next]