index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
sfc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sfc: use sysfs_emit() to instead of scnprintf()
ye xingchen
2022-12-07
2
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-29
1
-0
/
+1
|
\
|
*
sfc: fix potential memleak in __ef100_hard_start_xmit()
Zhang Changzhong
2022-11-22
1
-0
/
+1
*
|
sfc: Use kmap_local_page() instead of kmap_atomic()
Anirudh Venkataramanan
2022-11-25
1
-2
/
+2
*
|
sfc: ensure type is valid before updating seen_gen
Edward Cree
2022-11-23
1
-7
/
+9
*
|
sfc: implement counters readout to TC stats
Edward Cree
2022-11-16
3
-0
/
+52
*
|
sfc: validate MAE action order
Edward Cree
2022-11-16
1
-0
/
+50
*
|
sfc: attach an MAE counter to TC actions that need it
Edward Cree
2022-11-16
3
-2
/
+32
*
|
sfc: accumulate MAE counter values from update packets
Edward Cree
2022-11-16
2
-1
/
+57
*
|
sfc: add functions to allocate/free MAE counters
Edward Cree
2022-11-16
4
-0
/
+170
*
|
sfc: add hashtables for MAE counters and counter ID mappings
Edward Cree
2022-11-16
4
-0
/
+90
*
|
sfc: add extra RX channel to receive MAE counter updates on ef100
Edward Cree
2022-11-16
7
-10
/
+373
*
|
sfc: add ef100 MAE counter support functions
Edward Cree
2022-11-16
5
-0
/
+139
*
|
sfc: add ability for extra channels to receive raw RX buffers
Edward Cree
2022-11-16
2
-0
/
+9
*
|
sfc: add start and stop methods to channels
Edward Cree
2022-11-16
2
-1
/
+12
*
|
sfc: add ability for an RXQ to grant credits on refill
Edward Cree
2022-11-16
3
-3
/
+22
*
|
sfc: fix ef100 RX prefix macro
Edward Cree
2022-11-16
1
-1
/
+1
*
|
ptp: convert remaining drivers to adjfine interface
Jacob Keller
2022-11-11
2
-6
/
+8
*
|
sfc: add Layer 4 matches to ef100 TC offload
Edward Cree
2022-11-05
3
-2
/
+37
*
|
sfc: add Layer 3 flag matches to ef100 TC offload
Edward Cree
2022-11-05
3
-1
/
+35
*
|
sfc: add Layer 3 matches to ef100 TC offload
Edward Cree
2022-11-05
4
-9
/
+100
*
|
sfc: add Layer 2 matches to ef100 TC offload
Edward Cree
2022-11-05
4
-6
/
+103
*
|
sfc: check recirc_id match caps before MAE offload
Edward Cree
2022-11-05
1
-0
/
+17
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-03
1
-2
/
+6
|
\
|
|
*
sfc: Fix an error handling path in efx_pci_probe()
Christophe JAILLET
2022-11-01
1
-2
/
+6
*
|
sfc (gcc13): synchronize ef100_enqueue_skb()'s return type
Jiri Slaby (SUSE)
2022-11-03
1
-1
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-10-21
3
-41
/
+31
|
\
|
|
*
sfc: include vport_id in filter spec hash and equal()
Pieter Jansen van Vuuren
2022-10-20
2
-7
/
+7
|
*
sfc: Change VF mac via PF as first preference if available.
Jonathan Cooper
2022-10-15
1
-34
/
+24
*
|
sfc: remove 'log-tc-errors' ethtool private flag
Edward Cree
2022-10-19
4
-43
/
+0
*
|
sfc: use formatted extacks instead of efx_tc_err()
Edward Cree
2022-10-19
3
-47
/
+23
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-09-29
1
-1
/
+1
|
\
|
*
sfc: correct filter_table_remove method for EF10 PFs
Andy Moreton
2022-09-24
1
-1
/
+1
*
|
net: drop the weight argument from netif_napi_add
Jakub Kicinski
2022-09-29
4
-5
/
+4
*
|
sfc: bare bones TC offload on EF100
Edward Cree
2022-09-28
5
-0
/
+397
*
|
sfc: interrogate MAE capabilities at probe time
Edward Cree
2022-09-28
4
-0
/
+93
*
|
sfc: add a hashtable for offloaded TC rules
Edward Cree
2022-09-28
4
-2
/
+123
*
|
sfc: optional logging of TC offload errors
Edward Cree
2022-09-28
5
-0
/
+61
*
|
sfc: bind indirect blocks for TC offload on EF100
Edward Cree
2022-09-28
3
-1
/
+84
*
|
sfc: bind blocks for TC offload on EF100
Edward Cree
2022-09-28
8
-2
/
+224
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-09-22
4
-4
/
+4
|
\
|
|
*
sfc/siena: fix null pointer dereference in efx_hard_start_xmit
Íñigo Huguet
2022-09-20
1
-1
/
+1
|
*
sfc/siena: fix TX channel offset when using legacy interrupts
Íñigo Huguet
2022-09-20
1
-1
/
+1
|
*
sfc: fix null pointer dereference in efx_hard_start_xmit
Íñigo Huguet
2022-09-20
1
-1
/
+1
|
*
sfc: fix TX channel offset when using legacy interrupts
Íñigo Huguet
2022-09-20
1
-1
/
+1
*
|
sfc: introduce shutdown entry point in efx pci driver
Pieter Jansen van Vuuren
2022-09-13
2
-0
/
+24
*
|
sfc: support PTP over Ethernet
Íñigo Huguet
2022-09-07
1
-2
/
+19
*
|
sfc: support PTP over IPv6/UDP
Íñigo Huguet
2022-09-07
2
-12
/
+71
*
|
sfc: allow more flexible way of adding filters for PTP
Íñigo Huguet
2022-09-07
1
-36
/
+32
*
|
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-31
14
-22
/
+22
|
/
[next]