index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpio-cadence.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-10-31
dpaa_eth: register a device link for the qman portal used
Madalin Bucur
3
-15
/
+3
2019-10-31
soc: fsl: qbman: allow registering a device link for the portal user
Madalin Bucur
2
-0
/
+31
2019-10-31
dpaa_eth: extend delays in ndo_stop
Madalin Bucur
1
-1
/
+3
2019-10-31
dpaa_eth: remove netdev_err() for user errors
Madalin Bucur
1
-12
/
+4
2019-10-31
dpaa_eth: add dropped frames to percpu ethtool stats
Madalin Bucur
1
-0
/
+8
2019-10-31
dpaa_eth: use a page to store the SGT
Madalin Bucur
1
-22
/
+21
2019-10-31
dpaa_eth: cleanup skb_to_contig_fd()
Madalin Bucur
1
-7
/
+7
2019-10-31
dpaa_eth: use fd information in dpaa_cleanup_tx_fd()
Madalin Bucur
1
-6
/
+7
2019-10-31
dpaa_eth: simplify variables used in dpaa_cleanup_tx_fd()
Madalin Bucur
1
-7
/
+7
2019-10-31
dpaa_eth: avoid timestamp read on error paths
Madalin Bucur
1
-7
/
+10
2019-10-31
dpaa_eth: perform DMA unmapping before read
Madalin Bucur
1
-15
/
+17
2019-10-31
dpaa_eth: use page backed rx buffers
Madalin Bucur
1
-29
/
+22
2019-10-31
dpaa_eth: use only one buffer pool per interface
Madalin Bucur
4
-92
/
+57
2019-10-31
net: hns3: cleanup byte order issues when printed
Guojia Liao
4
-62
/
+83
2019-10-31
net: hns3: cleanup some print format warning
Guojia Liao
14
-101
/
+101
2019-10-31
net: hns3: add or modify some comments
Guangbin Huang
3
-2
/
+5
2019-10-31
net: hns3: optimize local variable initialization
Guangbin Huang
2
-3
/
+2
2019-10-31
net: hns3: cleanup a format-truncation warning
Guojia Liao
1
-1
/
+2
2019-10-31
net: hns3: cleanup some coding style issues
Guangbin Huang
7
-14
/
+13
2019-10-31
net: hns3: cleanup some magic numbers
Guojia Liao
6
-20
/
+34
2019-10-31
net: hns3: add struct netdev_queue debug info for TX timeout
Yunsheng Lin
1
-0
/
+3
2019-10-31
net: hns3: dump some debug information when reset fail
Huazhong Tan
4
-4
/
+35
2019-10-31
bnxt_en: Add support to collect crash dump via ethtool
Vasundhara Volam
3
-2
/
+40
2019-10-31
bnxt_en: Add support to invoke OP-TEE API to reset firmware
Vasundhara Volam
2
-2
/
+14
2019-10-31
firmware: broadcom: add OP-TEE based BNXT f/w manager
Vikas Gupta
4
-0
/
+302
2019-10-31
mlxsw: spectrum: Generalize split count check
Jiri Pirko
1
-3
/
+3
2019-10-31
mlxsw: spectrum: Iterate over all ports in gap during unsplit create
Jiri Pirko
1
-13
/
+8
2019-10-31
mlxsw: spectrum: Fix base port get for split count 4 and 8
Jiri Pirko
1
-13
/
+15
2019-10-31
mlxsw: spectrum: Use port_module_max_width to compute base port index
Jiri Pirko
1
-2
/
+0
2019-10-31
mlxsw: spectrum: Remember split base local port and use it in unsplit
Jiri Pirko
2
-9
/
+8
2019-10-31
mlxsw: spectrum: Introduce resource for getting offset of 4 lanes split port
Jiri Pirko
2
-0
/
+4
2019-10-31
mlxsw: spectrum: Push getting offsets of split ports into a helper
Jiri Pirko
1
-23
/
+35
2019-10-31
mlxsw: spectrum: Add sanity checks into module info get
Jiri Pirko
1
-2
/
+37
2019-10-31
mlxsw: spectrum: Pass mapping values in port mapping structure
Jiri Pirko
1
-30
/
+26
2019-10-31
mlxsw: spectrum: Use mapping of port being split for creating split ports
Jiri Pirko
1
-10
/
+13
2019-10-31
mlxsw: spectrum: Replace port_to_module array with array of structs
Jiri Pirko
2
-39
/
+84
2019-10-31
mlxsw: spectrum: Distinguish between unsplittable and split port
Jiri Pirko
1
-4
/
+11
2019-10-31
mlxsw: spectrum: Move max_width check up before count check
Jiri Pirko
1
-6
/
+6
2019-10-31
mlxsw: spectrum: Use PMTM register to get max module width
Jiri Pirko
4
-19
/
+67
2019-10-31
mlxsw: reg: Add Port Module Type Mapping Register
Jiri Pirko
1
-0
/
+50
2019-10-31
mlxsw: reg: Extend PMLP tx/rx lane value size to 4 bits
Jiri Pirko
1
-2
/
+3
2019-10-31
cxgb4/l2t: Simplify 't4_l2e_free()' and '_t4_l2e_free()'
Christophe JAILLET
1
-6
/
+2
2019-10-31
tc-testing: implement tests for new fast_init action flag
Vlad Buslov
6
-0
/
+144
2019-10-31
net: sched: update action implementations to support flags
Vlad Buslov
21
-27
/
+53
2019-10-31
net: sched: extend TCA_ACT space with TCA_ACT_FLAGS
Vlad Buslov
22
-26
/
+44
2019-10-31
net: sched: modify stats helper functions to support regular stats
Vlad Buslov
2
-14
/
+35
2019-10-31
net: sched: don't expose action qstats to skb_tc_reinsert()
Vlad Buslov
2
-12
/
+4
2019-10-31
net: sched: extract qstats update code into functions
Vlad Buslov
6
-5
/
+21
2019-10-31
net: sched: extract bstats update code into function
Vlad Buslov
7
-6
/
+13
2019-10-31
net: sched: extract common action counters update code into function
Vlad Buslov
7
-26
/
+21
[next]