index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-16
qlcnic: Use list_for_each_entry() to simplify code in qlcnic_main.c
Wang Hai
1
-3
/
+1
2021-06-16
net: hns3: use bounce buffer when rx page can not be reused
Yunsheng Lin
4
-0
/
+41
2021-06-16
net: hns3: optimize the rx page reuse handling process
Yunsheng Lin
1
-22
/
+22
2021-06-16
net: hns3: support dma_map_sg() for multi frags skb
Yunsheng Lin
3
-5
/
+113
2021-06-16
net: hns3: add support to query tx spare buffer size for pf
Huazhong Tan
5
-2
/
+24
2021-06-16
net: hns3: use tx bounce buffer for small packets
Yunsheng Lin
4
-15
/
+420
2021-06-16
net: hns3: refactor for hns3_fill_desc() function
Yunsheng Lin
1
-39
/
+48
2021-06-16
net: hns3: minor refactor related to desc_cb handling
Yunsheng Lin
3
-29
/
+25
2021-06-15
lantiq: net: fix duplicated skb in rx descriptor ring
Aleksander Jan Bajkowski
1
-1
/
+2
2021-06-15
net: ti: add pp skb recycling support
Lorenzo Bianconi
2
-4
/
+4
2021-06-15
octeontx2-pf: Fix spelling mistake "morethan" -> "more than"
Colin Ian King
1
-1
/
+1
2021-06-15
Merge tag 'mlx5-updates-2021-06-14' of git://git.kernel.org/pub/scm/linux/ker...
David S. Miller
14
-431
/
+785
2021-06-15
octeontx2-pf: Add police action for TC flower
Subbaraya Sundeep
3
-23
/
+178
2021-06-15
octeontx2-pf: Use NL_SET_ERR_MSG_MOD for TC
Subbaraya Sundeep
1
-12
/
+17
2021-06-15
octeontx2-pf: TC_MATCHALL ingress ratelimiting offload
Sunil Goutham
5
-0
/
+423
2021-06-15
octeontx2-af: cn10k: Debugfs support for bandwidth profiles
Sunil Goutham
5
-4
/
+187
2021-06-15
octeontx2-af: cn10k: Bandwidth profiles config support
Sunil Goutham
6
-4
/
+757
2021-06-15
stmmac: align RX buffers
Matteo Croce
1
-2
/
+2
2021-06-14
net/mlx5: Round-Robin EQs over IRQs
Shay Drory
3
-27
/
+188
2021-06-14
net/mlx5: Separate between public and private API of sf.h
Shay Drory
2
-36
/
+46
2021-06-14
net/mlx5: Allocating a pool of MSI-X vectors for SFs
Shay Drory
3
-101
/
+209
2021-06-14
net/mlx5: Change IRQ storage logic from static to dynamic
Shay Drory
3
-36
/
+58
2021-06-14
net/mlx5: Moving rmap logic to EQs
Shay Drory
3
-74
/
+78
2021-06-14
net/mlx5: Extend mlx5_irq_request to request IRQ from the kernel
Shay Drory
1
-71
/
+57
2021-06-14
net/mlx5: Removing rmap per IRQ
Shay Drory
1
-5
/
+12
2021-06-14
net/mlx5: Clean license text in eq.[c|h] files
Leon Romanovsky
2
-30
/
+3
2021-06-14
net/mlx5: Provide cpumask at EQ creation phase
Leon Romanovsky
3
-90
/
+43
2021-06-14
net/mlx5: Introduce API for request and release IRQs
Shay Drory
7
-37
/
+68
2021-06-14
net/mlx5: Delay IRQ destruction till all users are gone
Leon Romanovsky
1
-19
/
+36
2021-06-14
net/mlx5: Change ownership model for lag
Mark Bloch
7
-88
/
+154
2021-06-14
net/mlx5: Lag, Don't rescan if the device is going down
Mark Bloch
1
-2
/
+8
2021-06-14
net/mlx5: Lag, refactor disable flow
Mark Bloch
1
-15
/
+25
2021-06-14
Merge branch 'Ingenic-SOC-mac-support'
David S. Miller
3
-0
/
+410
2021-06-14
net: stmmac: Add Ingenic SoCs MAC support.
周琰杰 (Zhou Yanjie)
3
-0
/
+414
2021-06-14
net: marvell: prestera: devlink: add traps with DROP action
Oleksandr Mazur
3
-0
/
+137
2021-06-14
net: marvell: prestera: devlink: add traps/groups implementation
Oleksandr Mazur
6
-3
/
+452
2021-06-14
ibmvnic: fix send_request_map incompatible argument
Lijun Pan
1
-1
/
+1
2021-06-14
net: phy: micrel: move phy reg offsets to common header
Michael Grzeschik
1
-90
/
+15
2021-06-14
net: qualcomm: rmnet: always expose a few functions
Alex Elder
1
-0
/
+15
2021-06-14
octeontx2-pf: Cleanup flow rule management
Sunil Goutham
5
-63
/
+181
2021-06-14
cxgb4: fix wrong ethtool n-tuple rule lookup
Rahul Lakkireddy
1
-8
/
+16
2021-06-14
netxen_nic: Fix an error handling path in 'netxen_nic_probe()'
Christophe JAILLET
1
-0
/
+2
2021-06-14
qlcnic: Fix an error handling path in 'qlcnic_probe()'
Christophe JAILLET
1
-0
/
+1
2021-06-14
net: qualcomm: rmnet: don't over-count statistics
Alex Elder
1
-9
/
+9
2021-06-14
Merge tag 'v5.13-rc6' into char-misc-next
Greg Kroah-Hartman
34
-159
/
+265
2021-06-12
net: qualcomm: rmnet: IPv6 payload length is simple
Alex Elder
1
-5
/
+2
2021-06-12
net: qualcomm: rmnet: drop some unary NOTs
Alex Elder
1
-7
/
+7
2021-06-12
net: qualcomm: rmnet: trailer value is a checksum
Alex Elder
1
-3
/
+2
2021-06-12
net: qualcomm: rmnet: remove unneeded code
Alex Elder
1
-61
/
+14
2021-06-12
net: qualcomm: rmnet: return earlier for bad checksum
Alex Elder
1
-9
/
+27
[prev]
[next]