index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
sfc
/
efx_common.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sfc: use new rxfh_context API
Edward Cree
2024-06-28
1
-6
/
+4
*
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
2024-05-07
1
-1
/
+1
*
net: remove stale mentions of dev_base_lock in comments
Eric Dumazet
2024-02-14
1
-1
/
+1
*
sfc: Miscellaneous comment removals
Martin Habets
2023-07-28
1
-5
/
+0
*
sfc: Remove some NIC type indirections that are no longer needed
Martin Habets
2023-07-28
1
-2
/
+0
*
sfc: Fix use-after-free due to selftest_work
Ding Hui
2023-04-17
1
-0
/
+2
*
sfc: use sysfs_emit() to instead of scnprintf()
ye xingchen
2022-12-06
1
-1
/
+1
*
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-31
1
-1
/
+1
*
sfc: attach/detach EF100 representors along with their owning PF
Edward Cree
2022-07-22
1
-0
/
+36
*
sfc: add skeleton ef100 VF representors
Edward Cree
2022-07-22
1
-0
/
+2
*
sfc: Separate netdev probe/remove from PCI probe/remove
Jonathan Cooper
2022-06-29
1
-21
/
+17
*
sfc: Unsplit literal string.
Jonathan Cooper
2022-06-29
1
-2
/
+2
*
sfc: Encapsulate access to netdev_priv()
Jonathan Cooper
2022-06-29
1
-9
/
+9
*
sfc: Remove netdev init from efx_init_struct
Jonathan Cooper
2022-06-29
1
-4
/
+1
*
sfc: Add a PROBED state for EF100 VDPA use.
Jonathan Cooper
2022-06-29
1
-2
/
+4
*
sfc: Split STATE_READY in to STATE_NET_DOWN and STATE_NET_UP.
Jonathan Cooper
2022-06-29
1
-5
/
+5
*
sfc: Remove global definition of efx_reset_type_names
Martin Habets
2022-04-12
1
-2
/
+2
*
net: Don't include filter.h from net/sock.h
Jakub Kicinski
2021-12-29
1
-0
/
+1
*
ethernet: use eth_hw_addr_set() instead of ether_addr_copy()
Jakub Kicinski
2021-10-02
1
-2
/
+2
*
sfc: use DEVICE_ATTR_*() macro
YueHaibing
2021-05-23
1
-5
/
+7
*
sfc: move initialisation of efx->filter_sem to efx_init_struct()
Edward Cree
2020-10-20
1
-0
/
+1
*
net: sfc: Replace in_interrupt() usage
Edward Cree
2020-09-29
1
-1
/
+1
*
sfc: advertise encapsulated offloads on EF10
Edward Cree
2020-09-11
1
-0
/
+84
*
sfc: simplify DMA mask setting
Edward Cree
2020-09-07
1
-11
/
+1
*
sfc: remove phy_op indirection
Edward Cree
2020-09-07
1
-22
/
+4
*
Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-08-07
1
-1
/
+1
|
\
*
|
sfc_ef100: don't call efx_reset_down()/up() on EF100
Edward Cree
2020-07-27
1
-3
/
+8
*
|
sfc: initialise RSS context ID to 'no RSS context' in efx_init_struct()
Edward Cree
2020-07-02
1
-0
/
+1
*
|
sfc: make tx_queues_per_channel variable at runtime
Edward Cree
2020-07-02
1
-0
/
+1
*
|
sfc: support setting MTU even if not privileged to configure MAC fully
Edward Cree
2020-07-02
1
-6
/
+6
*
|
sfc: commonise initialisation of efx->vport_id
Edward Cree
2020-06-30
1
-0
/
+1
*
|
sfc: commonise efx->[rt]xq_entries initialisation
Edward Cree
2020-06-30
1
-0
/
+3
*
|
sfc: commonise miscellaneous efx functions
Edward Cree
2020-06-30
1
-0
/
+102
*
|
sfc: commonise PCI error handlers
Edward Cree
2020-06-29
1
-0
/
+91
*
|
sfc: track which BAR is mapped
Edward Cree
2020-06-29
1
-7
/
+12
*
|
sfc: commonise FC advertising
Edward Cree
2020-06-29
1
-0
/
+24
|
/
*
sfc: fix XDP-redirect in this driver
Jesper Dangaard Brouer
2020-03-16
1
-4
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-01-28
1
-1
/
+1
*
sfc: move yet more functions
Alex Maftei (amaftei)
2020-01-10
1
-0
/
+45
*
sfc: move various functions
Alex Maftei (amaftei)
2020-01-10
1
-0
/
+10
*
sfc: refactor selftest work init code
Alex Maftei (amaftei)
2020-01-10
1
-1
/
+1
*
sfc: move MCDI logging device attribute
Alex Maftei (amaftei)
2020-01-09
1
-0
/
+39
*
sfc: conditioned some functionality
Alex Maftei (amaftei)
2020-01-09
1
-19
/
+28
*
sfc: move channel alloc/removal code
Alex Maftei (amaftei)
2020-01-08
1
-11
/
+0
*
sfc: move channel start/stop code
Alex Maftei (amaftei)
2020-01-08
1
-69
/
+0
*
sfc: move struct init and fini code
Alex Maftei (amaftei)
2020-01-08
1
-0
/
+411
*
sfc: move some device reset code
Alex Maftei (amaftei)
2020-01-08
1
-0
/
+237
*
sfc: move datapath management code
Alex Maftei (amaftei)
2020-01-08
1
-0
/
+328
*
sfc: move mac configuration and status functions
Alex Maftei (amaftei)
2020-01-08
1
-0
/
+45
*
sfc: move reset workqueue code
Alex Maftei (amaftei)
2020-01-08
1
-0
/
+58