index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-09
i40evf: fix mac filter removal timing issue
Alan Brady
1
-0
/
+2
2017-10-09
i40e: use the safe hash table iterator when deleting mac filters
Lihong Yang
1
-1
/
+2
2017-10-09
i40e: fix flags declaration
Jacob Keller
1
-1
/
+1
2017-10-09
net: thunderx: mark expected switch fall-throughs in nicvf_main()
Gustavo A. R. Silva
1
-0
/
+2
2017-10-09
net/mlx4_en: Use __force to fix a sparse warning in TX datapath
Tariq Toukan
1
-1
/
+1
2017-10-09
net/mlx4_core: Fix cast warning in fw.c
Tariq Toukan
1
-3
/
+3
2017-10-09
net/mlx4: Fix endianness issue in qp context params
Tariq Toukan
3
-3
/
+3
2017-10-09
thunderbolt: Initialize Thunderbolt bus earlier
Mika Westerberg
2
-1
/
+4
2017-10-09
qed: Add iWARP support for fpdu spanned over more than two tcp packets
Michal Kalderon
2
-0
/
+194
2017-10-09
qed: Add support for MPA header being split over two tcp packets
Michal Kalderon
2
-1
/
+41
2017-10-09
qed: Add support for freeing two ll2 buffers for corner cases
Michal Kalderon
2
-0
/
+26
2017-10-09
qed: Add unaligned and packed packet processing
Michal Kalderon
2
-0
/
+270
2017-10-09
qed: Add mpa buffer descriptors for storing and processing mpa fpdus
Michal Kalderon
2
-0
/
+127
2017-10-09
qed: Add ll2 connection for processing unaligned MPA packets
Michal Kalderon
2
-0
/
+66
2017-10-09
qed: Add LL2 slowpath handling
Michal Kalderon
1
-2
/
+38
2017-10-09
qed: Add the source of a packet sent on an iWARP ll2 connection
Michal Kalderon
1
-1
/
+6
2017-10-09
qed: Fix initialization of ll2 offload feature
Michal Kalderon
1
-0
/
+3
2017-10-09
qed: Add ll2 option for dropping a tx packet
Michal Kalderon
1
-2
/
+14
2017-10-09
qed: Add ll2 ability of opening a secondary queue
Michal Kalderon
2
-1
/
+7
2017-10-09
qed: Add ll2 option to limit the number of bds per packet
Michal Kalderon
2
-14
/
+24
2017-10-09
mlxsw: spectrum_switchdev: Support bridge mrouter notifications
Yotam Gigi
1
-2
/
+63
2017-10-09
mlxsw: spectrum_switchdev: Add support for router port in SMID entries
Yotam Gigi
1
-2
/
+11
2017-10-09
mlxsw: spectrum: router: Export the mlxsw_sp_router_port function
Yotam Gigi
2
-1
/
+2
2017-10-09
ixgbe: fix crash when injecting AER after failed reset
Emil Tantilov
1
-0
/
+3
2017-10-09
ixgbe: Update adaptive ITR algorithm
Alexander Duyck
3
-55
/
+178
2017-10-09
ixgbe: fix the FWSM.PT check in ixgbe_mng_present()
Emil Tantilov
1
-2
/
+2
2017-10-09
ixgbe: fix use of uninitialized padding
Emil Tantilov
2
-2
/
+4
2017-10-09
ixgbe: add counter for times Rx pages gets allocated, not recycled
Jesper Dangaard Brouer
3
-0
/
+7
2017-10-09
nfp: bpf: pass dst register to ld_field instruction
Jakub Kicinski
1
-1
/
+2
2017-10-09
nfp: bpf: byte swap the instructions
Jakub Kicinski
1
-2
/
+4
2017-10-09
nfp: bpf: pad code with valid nops
Jakub Kicinski
2
-1
/
+13
2017-10-09
nfp: bpf: calculate code store ECC
Jakub Kicinski
3
-0
/
+60
2017-10-09
nfp: bpf: move to datapath ABI version 2
Jakub Kicinski
3
-19
/
+26
2017-10-09
nfp: bpf: encode extended LM pointer operands
Jakub Kicinski
3
-20
/
+70
2017-10-09
nfp: bpf: encode LMEM accesses
Jakub Kicinski
2
-0
/
+85
2017-10-09
nfp: add more white space to the instruction defines
Jakub Kicinski
1
-78
/
+78
2017-10-09
nfp: bpf: remove packet marking support
Jakub Kicinski
2
-15
/
+1
2017-10-09
nfp: bpf: remove register rename
Jakub Kicinski
1
-43
/
+3
2017-10-09
nfp: bpf: encode all 64bit shifts
Jakub Kicinski
1
-12
/
+36
2017-10-09
nfp: bpf: move software reg helpers and cmd table out of translator
Jakub Kicinski
4
-147
/
+192
2017-10-09
nfp: bpf: use the power of sparse to check we encode registers right
Jakub Kicinski
3
-69
/
+99
2017-10-09
nfp: bpf: lift the single-port limitation
Jakub Kicinski
1
-8
/
+0
2017-10-09
nfp: output control messages to trace_devlink_hwmsg()
Jakub Kicinski
1
-0
/
+8
2017-10-09
net: hns3: Cleanup for non-static function in hns3 driver
Yunsheng Lin
4
-27
/
+15
2017-10-09
net: hns3: Cleanup for endian issue in hns3 driver
Yunsheng Lin
5
-109
/
+145
2017-10-09
net: hns3: Cleanup for struct that used to send cmd to firmware
Yunsheng Lin
3
-119
/
+120
2017-10-09
net: hns3: Consistently using GENMASK in hns3 driver
Yunsheng Lin
2
-26
/
+26
2017-10-09
net: hns3: Cleanup indentation for Kconfig in the the hisilicon folder
Yunsheng Lin
1
-3
/
+3
2017-10-09
net: hns3: Add hns3_get_handle macro in hns3 driver
Yunsheng Lin
4
-63
/
+35
2017-10-09
net: hns3: Cleanup for shifting true in hns3 driver
Yunsheng Lin
1
-1
/
+1
[prev]
[next]