index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
RDS: IB: include faddr in connection log
Santosh Shilimkar
2017-01-02
3
-14
/
+13
*
RDS: mark few internal functions static to make sparse build happy
Santosh Shilimkar
2017-01-02
3
-7
/
+8
*
RDS: log the address on bind failure
Santosh Shilimkar
2017-01-02
1
-2
/
+2
*
Merge branch 'mlx5-odp'
David S. Miller
2017-01-02
16
-967
/
+1000
|
\
|
*
IB/mlx5: Improve MR check
Artemy Kovalyov
2017-01-02
3
-2
/
+18
|
*
IB/mlx5: Add ODP atomics support
Artemy Kovalyov
2017-01-02
3
-39
/
+69
|
*
{net,IB}/mlx5: Refactor page fault handling
Artemy Kovalyov
2017-01-02
12
-468
/
+522
|
*
net/mlx5: Update PAGE_FAULT_RESUME layout
Artemy Kovalyov
2017-01-02
2
-13
/
+6
|
*
IB/mlx5: Add MR cache for large UMR regions
Artemy Kovalyov
2017-01-02
7
-248
/
+240
|
*
IB/mlx5: Add support for big MRs
Artemy Kovalyov
2017-01-02
3
-3
/
+11
|
*
IB/mlx5: Refactor UMR post send format
Artemy Kovalyov
2017-01-02
6
-118
/
+103
|
*
net/mlx5: Support new MR features
Artemy Kovalyov
2017-01-02
1
-2
/
+8
|
*
IB/mlx5: Add helper mlx5_ib_post_send_wait
Binoy Jayan
2017-01-02
1
-83
/
+32
|
*
IB/mlx5: Reorder code in query device command
Leon Romanovsky
2017-01-02
1
-11
/
+11
|
*
net/mlx5: Fix offset naming for reserved fields in hca_cap_bits
Max Gurtovoy
2017-01-02
1
-5
/
+5
|
/
*
Merge tag 'wireless-drivers-next-for-davem-2017-01-02' of git://git.kernel.or...
David S. Miller
2017-01-02
123
-1421
/
+1487
|
\
|
*
rtlwifi: fix spelling mistake: "encrypiton" -> "encryption"
Colin Ian King
2017-01-01
1
-1
/
+1
|
*
wlcore: fix spelling mistake in wl1271_warning
Colin Ian King
2017-01-01
1
-1
/
+1
|
*
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Kalle Valo
2017-01-01
27
-399
/
+732
|
|
\
|
|
*
ath10k: enable advertising support for channel 169, 5Ghz
Mohammed Shafi Shajakhan
2016-12-30
2
-1
/
+2
|
|
*
ath10k: Remove passing unused argument for ath10k_mac_tx
Mohammed Shafi Shajakhan
2016-12-30
1
-4
/
+3
|
|
*
ath10k: ignore configuring the incorrect board_id
Ryan Hsu
2016-12-30
1
-1
/
+4
|
|
*
ath10k: recal the txpower when removing interface
Ryan Hsu
2016-12-30
1
-0
/
+4
|
|
*
ath10k: support dev_coredump for crash dump
Arun Khandavalli
2016-12-30
3
-3
/
+54
|
|
*
ath10k: fix incorrect txpower set by P2P_DEVICE interface
Ryan Hsu
2016-12-30
1
-3
/
+4
|
|
*
ath10k: fix potential memory leak in ath10k_wmi_tlv_op_pull_fw_stats()
Christian Lamparter
2016-12-30
1
-3
/
+9
|
|
*
ath10k: add debug trace to rts/cts set function
Bartosz Markowski
2016-12-29
1
-0
/
+3
|
|
*
ath10k: set CTS protection VDEV param only if VDEV is up
Bartosz Markowski
2016-12-29
1
-8
/
+43
|
|
*
ath10k: decrease num of peers support
Bartosz Markowski
2016-12-29
1
-1
/
+1
|
|
*
ath10k: override CE5 config for QCA9377
Bartosz Markowski
2016-12-29
1
-1
/
+1
|
|
*
ath10k: fix IRAM banks number for QCA9377
Bartosz Markowski
2016-12-29
1
-1
/
+1
|
|
*
ath10k: Avoid potential page alloc BUG_ON in tx free path
Mohammed Shafi Shajakhan
2016-12-15
1
-0
/
+2
|
|
*
ath9k: Turn ath_txq_lock/unlock() into static inlines.
Toke Høiland-Jørgensen
2016-12-15
2
-14
/
+9
|
|
*
ath9k: Introduce airtime fairness scheduling between stations
Toke Høiland-Jørgensen
2016-12-15
9
-56
/
+303
|
|
*
ath9k: define all EEPROM fields in Little Endian format
Martin Blumenstingl
2016-12-15
5
-234
/
+174
|
|
*
ath9k: Make the EEPROM swapping check use the eepmisc register
Martin Blumenstingl
2016-12-15
1
-16
/
+41
|
|
*
ath9k: consistently use get_eeprom_rev(ah)
Martin Blumenstingl
2016-12-15
5
-47
/
+52
|
|
*
ath9k: replace eeprom_param EEP_MINOR_REV with get_eeprom_rev
Martin Blumenstingl
2016-12-15
6
-18
/
+4
|
|
*
ath9k: Add an eeprom_ops callback for retrieving the eepmisc value
Martin Blumenstingl
2016-12-15
5
-4
/
+29
|
|
*
ath9k: indicate that the AR9003 EEPROM template values are little endian
Martin Blumenstingl
2016-12-15
2
-5
/
+8
|
|
*
ath9k: Add a #define for the EEPROM "eepmisc" endianness bit
Martin Blumenstingl
2016-12-15
6
-6
/
+8
|
*
|
brcmfmac: fix spelling mistakes on "Ivalid"
Colin Ian King
2016-12-30
1
-2
/
+2
|
*
|
rtlwifi: fix spelling mistake: "contry" -> "country"
Colin Ian King
2016-12-30
1
-1
/
+1
|
*
|
rtlwifi: Fix alignment issues
Ping-Ke Shih
2016-12-30
2
-2
/
+2
|
*
|
libertas: constify cfg80211_ops structures
Bhumika Goyal
2016-12-30
1
-1
/
+1
|
*
|
rtlwifi: Remove some redundant code
Larry Finger
2016-12-30
7
-57
/
+11
|
*
|
rtlwifi: rtl8188ee: Remove all instances of DBG_EMERG
Larry Finger
2016-12-30
5
-63
/
+38
|
*
|
rtlwifi: rtl8192c-common: Remove all instances of DBG_EMERG
Larry Finger
2016-12-30
2
-31
/
+17
|
*
|
rtlwifi: rtl8192ce: Remove all instances of DBG_EMERG
Larry Finger
2016-12-30
5
-42
/
+28
|
*
|
rtlwifi: rtl8192cu: Remove all instances of DBG_EMERG
Larry Finger
2016-12-30
6
-47
/
+29
[next]