index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
ath9k: move RELAY and DEBUG_FS to ATH9K[_HTC]_DEBUGFS
Christian Lamparter
2017-01-13
8
-8
/
+64
*
ath10k: add accounting for the extended peer statistics
Christian Lamparter
2017-01-13
1
-2
/
+5
*
ath10k: add VHT160 support
Sebastian Gottschall
2017-01-13
6
-6
/
+74
*
ath10k: refactor ath10k_peer_assoc_h_phymode()
Kalle Valo
2017-01-13
1
-6
/
+16
*
ath9k: fix spelling mistake: "meaurement" -> "measurement"
Colin Ian King
2017-01-12
1
-1
/
+1
*
ath9k: ar9003_mac: kill off ACCESS_ONCE()
Mark Rutland
2017-01-12
1
-46
/
+46
*
ath9k: ar9002_mac: kill off ACCESS_ONCE()
Mark Rutland
2017-01-12
1
-32
/
+32
*
ath5k: drop bogus warning on drv_set_key with unsupported cipher
Felix Fietkau
2017-01-12
1
-2
/
+1
*
wil6210: constify cfg80211_ops structures
Bhumika Goyal
2017-01-12
1
-1
/
+1
*
ath10k: htc: simplified credit distribution
Erik Stromdahl
2017-01-12
2
-25
/
+5
*
ath10k: htc: removal of unused struct members
Erik Stromdahl
2017-01-12
2
-8
/
+0
*
wcn36xx: Don't use the destroyed hal_mutex
Bjorn Andersson
2017-01-12
1
-1
/
+2
*
wcn36xx: Implement print_reg indication
Bjorn Andersson
2017-01-12
2
-0
/
+46
*
wcn36xx: Implement firmware assisted scan
Bjorn Andersson
2017-01-12
5
-23
/
+81
*
wcn36xx: Transition driver to SMD client
Bjorn Andersson
2017-01-12
6
-66
/
+88
*
soc: qcom: smem_state: Fix include for ERR_PTR()
Bjorn Andersson
2017-01-12
1
-1
/
+1
*
packet: pdiag_put_ring() should return TX_RING info for TPACKET_V3
Sowmini Varadhan
2017-01-10
1
-2
/
+1
*
bpf: Make unnecessarily global functions static
Tobias Klauser
2017-01-10
1
-7
/
+10
*
bpf: Remove unused but set variable in __bpf_lru_list_shrink_inactive()
Tobias Klauser
2017-01-10
1
-2
/
+1
*
ipvlan: improvise dev_id generation logic in IPvlan
Mahesh Bandewar
2017-01-10
2
-1
/
+13
*
liquidio: store the L4 hash of rx packets in skb
Prasad Kanneganti
2017-01-10
3
-3
/
+33
*
Merge branch 'sfc-physical-port-ids'
David S. Miller
2017-01-10
7
-37
/
+42
|
\
|
*
sfc: stop setting dev_port
Bert Kenward
2017-01-10
1
-2
/
+0
|
*
sfc: implement ndo_get_phys_port_name
Bert Kenward
2017-01-10
1
-0
/
+11
|
*
sfc: support ndo_get_phys_port_id even when !CONFIG_SFC_SRIOV
Bert Kenward
2017-01-10
7
-35
/
+31
|
/
*
net: qcom/emac: add ethtool support
Timur Tabi
2017-01-10
4
-21
/
+221
*
net: dsa: select NET_SWITCHDEV
Vivien Didelot
2017-01-09
1
-2
/
+3
*
Merge tag 'mlx5-4kuar-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/...
David S. Miller
2017-01-09
17
-516
/
+672
|
\
|
*
net/mlx5: Activate support for 4K UARs
Eli Cohen
2017-01-09
1
-0
/
+4
|
*
IB/mlx5: Support 4k UAR for libmlx5
Eli Cohen
2017-01-09
9
-100
/
+42
|
*
IB/mlx5: Allow future extension of libmlx5 input data
Eli Cohen
2017-01-09
6
-166
/
+209
|
*
IB/mlx5: Use blue flame register allocator in mlx5_ib
Eli Cohen
2017-01-09
10
-221
/
+59
|
*
net/mlx5: Add interface to get reference to a UAR
Eli Cohen
2017-01-09
4
-14
/
+59
|
*
net/mlx5: Introduce blue flame register allocator
Eli Cohen
2017-01-08
4
-2
/
+279
|
*
IB/mlx5: Fix retrieval of index to first hi class bfreg
Eli Cohen
2017-01-08
1
-10
/
+14
|
*
mlx5: Fix naming convention with respect to UARs
Eli Cohen
2017-01-08
10
-203
/
+206
|
*
IB/mlx5: Fix error handling order in create_kernel_qp
Eli Cohen
2017-01-08
1
-2
/
+2
|
*
IB/mlx5: Fix kernel to user leak prevention logic
Eli Cohen
2017-01-08
1
-7
/
+7
*
|
tcp: make TCP_INFO more consistent
Eric Dumazet
2017-01-09
1
-4
/
+4
*
|
Merge branch 'bpf-verifier-improvements'
David S. Miller
2017-01-09
6
-104
/
+1131
|
\
\
|
*
|
bpf: rename ARG_PTR_TO_STACK
Alexei Starovoitov
2017-01-09
5
-52
/
+52
|
*
|
bpf: allow helpers access to variable memory
Gianluca Borello
2017-01-09
2
-10
/
+474
|
*
|
bpf: allow adjusted map element values to spill
Gianluca Borello
2017-01-09
2
-5
/
+62
|
*
|
bpf: allow helpers access to map element values
Gianluca Borello
2017-01-09
2
-2
/
+498
|
*
|
bpf: split check_mem_access logic for map values
Gianluca Borello
2017-01-09
1
-39
/
+49
|
/
/
*
|
Merge branch 'net-smc'
David S. Miller
2017-01-09
38
-9
/
+7127
|
\
\
|
*
|
smc: netlink interface for SMC sockets
Ursula Braun
2017-01-09
10
-1
/
+379
|
*
|
smc: socket closing and linkgroup cleanup
Ursula Braun
2017-01-09
11
-36
/
+668
|
*
|
smc: receive data from RMBE
Ursula Braun
2017-01-09
9
-3
/
+304
|
*
|
smc: send data (through RDMA)
Ursula Braun
2017-01-09
6
-4
/
+491
[next]