index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
can: m_can: Batch FIFO writes during CAN transmit
Matt Kline
2021-08-19
1
-35
/
+26
*
can: m_can: Batch FIFO reads during CAN receive
Matt Kline
2021-08-19
1
-23
/
+28
*
can: m_can: Disable IRQs on FIFO bus errors
Matt Kline
2021-08-19
5
-73
/
+152
*
can: m_can: fix block comment style
Marc Kleine-Budde
2021-08-19
1
-3
/
+4
*
can: tcan4x5x: cdev_to_priv(): remove stray empty line
Marc Kleine-Budde
2021-08-19
1
-1
/
+0
*
can: rcar_canfd: Add support for RZ/G2L family
Lad Prabhakar
2021-08-19
1
-73
/
+265
*
can: mcp251xfd: mark some instances of struct mcp251xfd_priv as const
Marc Kleine-Budde
2021-08-19
3
-4
/
+4
*
can: etas_es58x: clean-up documentation of struct es58x_fd_tx_conf_msg
Vincent Mailhol
2021-08-19
1
-16
/
+7
*
can: netlink: allow user to turn off unsupported features
Vincent Mailhol
2021-08-19
1
-1
/
+1
*
can: dev: provide optional GPIO based termination support
Oleksij Rempel
2021-08-19
1
-0
/
+66
*
net/mlx4: Use ARRAY_SIZE to get an array's size
Jason Wang
2021-08-19
1
-1
/
+1
*
octeontx2-pf: Allow VLAN priority also in ntuple filters
Subbaraya Sundeep
2021-08-18
1
-5
/
+0
*
net: dsa: tag_sja1105: be dsa_loop-safe
Vladimir Oltean
2021-08-18
1
-3
/
+2
*
nfc: virtual_ncidev: Use wait queue instead of polling
Bongsu Jeon
2021-08-18
1
-2
/
+7
*
i40e: Fix spelling mistake "dissable" -> "disable"
Colin Ian King
2021-08-17
1
-1
/
+1
*
iavf: use mutexes for locking of critical sections
Stefan Assmann
2021-08-17
3
-63
/
+56
*
octeontx2-af: configure npc for cn10k to allow packets from cpt
Vidya
2021-08-17
1
-1
/
+11
*
octeontx2-af: cn10K: Get NPC counters value
Hariprasad Kelam
2021-08-17
2
-8
/
+20
*
octeontx2-af: Allocate low priority entries for PF
Subbaraya Sundeep
2021-08-17
1
-0
/
+12
*
octeontx2-pf: devlink params support to set mcam entry count
Sunil Goutham
2021-08-17
8
-17
/
+221
*
octeontx2-pf: Unify flow management variables
Sunil Goutham
2021-08-17
4
-46
/
+80
*
octeontx2-pf: Sort the allocated MCAM entry indices
Sunil Goutham
2021-08-17
1
-0
/
+15
*
octeontx2-pf: Ntuple filters support for VF netdev
Rakesh Babu
2021-08-17
5
-60
/
+98
*
octeontx2-pf: Enable NETIF_F_RXALL support for VF driver
Sunil Goutham
2021-08-17
2
-4
/
+4
*
octeontx2-af: Add debug messages for failures
Sunil Goutham
2021-08-17
1
-19
/
+73
*
octeontx2-af: add proper return codes for AF mailbox handlers
Naveen Mamindlapalli
2021-08-17
4
-21
/
+47
*
octeontx2-af: Modify install flow error codes
Subbaraya Sundeep
2021-08-17
2
-8
/
+15
*
Merge tag 'mlx5-updates-2021-08-16' of git://git.kernel.org/pub/scm/linux/ker...
David S. Miller
2021-08-17
19
-716
/
+1696
|
\
|
*
net/mlx5: Bridge, support LAG
Vlad Buslov
2021-08-17
3
-48
/
+159
|
*
net/mlx5: Bridge, allow merged eswitch connectivity
Vlad Buslov
2021-08-17
5
-28
/
+112
|
*
net/mlx5: Bridge, extract FDB delete notification to function
Vlad Buslov
2021-08-17
1
-14
/
+13
|
*
net/mlx5: Bridge, identify port by vport_num+esw_owner_vhca_id pair
Vlad Buslov
2021-08-17
6
-208
/
+263
|
*
net/mlx5: Bridge, obtain core device from eswitch instead of priv
Vlad Buslov
2021-08-17
1
-4
/
+2
|
*
net/mlx5: Bridge, release bridge in same function where it is taken
Vlad Buslov
2021-08-17
1
-7
/
+9
|
*
net/mlx5e: Support MQPRIO channel mode
Tariq Toukan
2021-08-17
3
-8
/
+102
|
*
net/mlx5e: Handle errors of netdev_set_num_tc()
Tariq Toukan
2021-08-17
1
-6
/
+14
|
*
net/mlx5e: Maintain MQPRIO mode parameter
Tariq Toukan
2021-08-17
2
-17
/
+28
|
*
net/mlx5e: Abstract MQPRIO params
Tariq Toukan
2021-08-17
6
-25
/
+37
|
*
net/mlx5e: Support flow classification into RSS contexts
Tariq Toukan
2021-08-17
5
-21
/
+131
|
*
net/mlx5e: Support multiple RSS contexts
Tariq Toukan
2021-08-17
5
-51
/
+273
|
*
net/mlx5e: Dynamically allocate TIRs in RSS contexts
Tariq Toukan
2021-08-17
1
-13
/
+56
|
*
net/mlx5e: Convert RSS to a dedicated object
Tariq Toukan
2021-08-17
5
-428
/
+604
|
*
net/mlx5e: Introduce abstraction of RSS context
Tariq Toukan
2021-08-17
3
-73
/
+105
|
*
net/mlx5e: Introduce TIR create/destroy API in rx_res
Tariq Toukan
2021-08-17
1
-57
/
+83
|
*
net/mlx5e: Do not try enable RSS when resetting indir table
Tariq Toukan
2021-08-17
1
-5
/
+2
*
|
ptp: ocp: Have Kconfig select NET_DEVLINK
Jonathan Lemon
2021-08-17
1
-0
/
+1
*
|
ptp: ocp: Fix error path for pci_ocp_device_init()
Jonathan Lemon
2021-08-17
1
-3
/
+4
*
|
ptp: ocp: Fix uninitialized variable warning spotted by clang.
Jonathan Lemon
2021-08-17
1
-1
/
+1
*
|
net: hns3: add support ethtool extended link state
Guangbin Huang
2021-08-17
5
-0
/
+101
*
|
net: hns3: add header file hns3_ethtoo.h
Guangbin Huang
2021-08-17
2
-15
/
+26
|
/
[next]