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
/
sfc
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-3
/
+3
2023-08-22
sfc: allocate a big enough SKB for loopback selftest packet
Edward Cree
3
-3
/
+3
2023-08-18
sfc: Remove unneeded semicolon
Yang Li
1
-1
/
+1
2023-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-2
/
+2
2023-08-17
sfc: don't fail probe if MAE/TC setup fails
Edward Cree
1
-1
/
+1
2023-08-17
sfc: don't unregister flow_indr if it was never registered
Edward Cree
1
-1
/
+1
2023-08-09
sfc: offload left-hand side rules for conntrack
Edward Cree
6
-0
/
+599
2023-08-09
sfc: conntrack state matches in TC rules
Edward Cree
4
-4
/
+105
2023-08-09
sfc: handle non-zero chain_index on TC rules
Edward Cree
4
-26
/
+170
2023-08-09
sfc: offload conntrack flow entries (match only) from CT zones
Edward Cree
5
-7
/
+429
2023-08-09
sfc: functions to insert/remove conntrack entries to MAE hardware
Edward Cree
3
-0
/
+274
2023-08-09
sfc: functions to register for conntrack zone offload
Edward Cree
5
-1
/
+156
2023-08-09
sfc: add MAE table machinery for conntrack table
Edward Cree
5
-1
/
+308
2023-08-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-30
/
+39
2023-07-31
sfc: fix field-spanning memcpy in selftest
Edward Cree
3
-30
/
+39
2023-07-31
net: flow_dissector: Use 64bits for used_keys
Ratheesh Kannoth
1
-32
/
+35
2023-07-28
sfc: Remove vfdi.h
Martin Habets
1
-252
/
+0
2023-07-28
sfc: Cleanups in io.h
Martin Habets
2
-80
/
+9
2023-07-28
sfc: Miscellaneous comment removals
Martin Habets
4
-21
/
+2
2023-07-28
sfc: Remove struct efx_special_buffer
Martin Habets
8
-75
/
+25
2023-07-28
sfc: Filter cleanups for Falcon and Siena
Martin Habets
2
-23
/
+0
2023-07-28
sfc: Remove some NIC type indirections that are no longer needed
Martin Habets
5
-19
/
+0
2023-07-28
sfc: Remove PTP code for Siena
Martin Habets
2
-226
/
+1
2023-07-28
sfc: Remove EFX_REV_SIENA_A0
Martin Habets
2
-9
/
+1
2023-07-28
sfc: Remove support for siena high priority queue
Martin Habets
4
-50
/
+2
2023-07-28
sfc: Remove siena_nic_data and stats
Martin Habets
1
-95
/
+0
2023-07-28
sfc: Remove falcon references
Martin Habets
6
-3170
/
+2
2023-06-29
sfc: support for devlink port requires MAE access
Martin Habets
1
-0
/
+3
2023-06-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+10
2023-06-26
sfc: falcon: use padding to fix alignment in loopback test
Edward Cree
1
-19
/
+28
2023-06-26
sfc: siena: use padding to fix alignment in loopback test
Edward Cree
1
-19
/
+28
2023-06-26
sfc: use padding to fix alignment in loopback test
Edward Cree
1
-19
/
+28
2023-06-26
sfc: fix crash when reading stats while NIC is resetting
Edward Cree
1
-3
/
+10
2023-06-22
sfc: keep alive neighbour entries while a TC encap action is using them
Edward Cree
4
-1
/
+81
2023-06-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-13
/
+31
2023-06-20
sfc: fix uninitialized variable use
Arnd Bergmann
1
-0
/
+1
2023-06-20
sfc: add CONFIG_INET dependency for TC offload
Arnd Bergmann
1
-0
/
+1
2023-06-17
sfc: use budget for TX completions
Íñigo Huguet
6
-13
/
+31
2023-06-16
sfc: do not try to call tc functions when CONFIG_SFC_SRIOV=n
Edward Cree
2
-0
/
+23
2023-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-0
/
+4
2023-06-15
sfc: fix XDP queues mode with legacy IRQ
Íñigo Huguet
2
-0
/
+4
2023-06-12
sfc: Add devlink dev info support for EF10
Martin Habets
1
-0
/
+9
2023-06-10
sfc: generate encap headers for TC offload
Edward Cree
1
-9
/
+185
2023-06-10
sfc: neighbour lookup for TC encap action offload
Edward Cree
8
-6
/
+569
2023-06-10
sfc: MAE functions to create/update/delete encap headers
Edward Cree
2
-2
/
+95
2023-06-10
sfc: add function to atomically update a rule in the MAE
Edward Cree
2
-0
/
+24
2023-06-10
sfc: some plumbing towards TC encap action offload
Edward Cree
5
-3
/
+284
2023-06-10
sfc: add fallback action-set-lists for TC offload
Edward Cree
2
-0
/
+77
2023-06-10
net: move gso declarations and functions to their own files
Eric Dumazet
2
-0
/
+2
2023-06-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-15
/
+12
[next]