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
2021-06-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-20
/
+19
2021-06-24
sfc: Remove rcu_read_lock() around XDP program invocation
Toke Høiland-Jørgensen
1
-7
/
+2
2021-06-22
sfc: avoid duplicated code in ef10_sriov
Íñigo Huguet
1
-3
/
+1
2021-06-22
sfc: explain that "attached" VFs only refer to Xen
Íñigo Huguet
2
-4
/
+6
2021-06-22
sfc: error code if SRIOV cannot be disabled
Íñigo Huguet
1
-4
/
+11
2021-06-22
sfc: avoid double pci_remove of VFs
Íñigo Huguet
1
-9
/
+1
2021-05-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2021-05-23
sfc: falcon: use DEVICE_ATTR_*() macro
YueHaibing
2
-7
/
+7
2021-05-23
sfc: use DEVICE_ATTR_*() macro
YueHaibing
3
-17
/
+18
2021-05-21
net:sfc: fix non-freed irq in legacy irq mode
Íñigo Huguet
1
-0
/
+1
2021-05-21
sfc: farch: fix compile warning in efx_farch_dimension_resources()
Yang Yingliang
1
-6
/
+7
2021-05-14
sfc: don't use netif_info et al before net_device is registered
Heiner Kallweit
1
-8
/
+5
2021-05-05
Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-2
/
+2
2021-04-30
PCI/VPD: Remove pci_vpd_find_tag() 'offset' argument
Heiner Kallweit
2
-2
/
+2
2021-04-27
sfc: adjust efx->xdp_tx_queue_count with the real number of initialized queues
Ignat Korchagin
1
-0
/
+2
2021-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-10
/
+9
2021-04-20
sfc: ef10: fix TX queue lookup in TX event handling
Edward Cree
1
-2
/
+1
2021-04-20
sfc: farch: fix TX queue lookup in TX event handling
Edward Cree
1
-4
/
+4
2021-04-20
sfc: farch: fix TX queue lookup in TX flush done handling
Edward Cree
1
-4
/
+4
2021-04-15
sfc: ef10: implement ethtool::get_fec_stats
Jakub Kicinski
3
-0
/
+30
2021-04-14
sfc: Remove duplicate argument
Wan Jiabing
1
-1
/
+0
2021-04-05
sfc: Use 'skb_add_rx_frag()' instead of hand coding it
Christophe JAILLET
1
-7
/
+4
2021-03-25
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-14
/
+1
2021-03-24
sfc-falcon: Fix a typo
Bhaskar Chowdhury
1
-1
/
+1
2021-03-18
bpf, devmap: Move drop error path to devmap for XDP_REDIRECT
Lorenzo Bianconi
1
-14
/
+1
2021-01-22
sfc: reduce the number of requested xdp ev queues
Ivan Babrou
1
-2
/
+4
2021-01-08
net, xdp: Introduce xdp_prepare_buff utility routine
Lorenzo Bianconi
1
-5
/
+2
2021-01-08
net, xdp: Introduce xdp_init_buff utility routine
Lorenzo Bianconi
1
-2
/
+1
2021-01-07
net: remove ndo_udp_tunnel_* callbacks
Jakub Kicinski
1
-2
/
+0
2020-12-01
xsk: Propagate napi_id to XDP socket Rx path
Björn Töpel
1
-1
/
+1
2020-11-13
sfc: support GRE TSO on EF100
Edward Cree
2
-2
/
+11
2020-11-13
sfc: correctly support non-partial GSO_UDP_TUNNEL_CSUM on EF100
Edward Cree
2
-2
/
+5
2020-11-13
sfc: extend bitfield macros to 19 fields
Edward Cree
1
-5
/
+21
2020-10-30
sfc: advertise our vlan features
Edward Cree
1
-0
/
+2
2020-10-30
sfc: only use fixed-id if the skb asks for it
Edward Cree
2
-7
/
+8
2020-10-30
sfc: implement encap TSO on EF100
Edward Cree
2
-21
/
+37
2020-10-30
sfc: extend bitfield macros to 17 fields
Edward Cree
1
-5
/
+37
2020-10-20
sfc: move initialisation of efx->filter_sem to efx_init_struct()
Edward Cree
2
-1
/
+1
2020-09-29
net: sfc: Use GFP_KERNEL in efx_ef10_try_update_nic_stats()
Sebastian Andrzej Siewior
1
-1
/
+1
2020-09-29
net: sfc: Replace in_interrupt() usage
Edward Cree
4
-10
/
+26
2020-09-25
drivers/net/ethernet: clean up mis-targeted comments
Jesse Brandeburg
4
-2
/
+9
2020-09-25
sfc: fix kdoc warning
Jesse Brandeburg
2
-1
/
+2
2020-09-25
drivers/net/ethernet: clean up unused assignments
Jesse Brandeburg
1
-18
/
+11
2020-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+1
2020-09-21
sfc: Fix error code in probe
Dan Carpenter
1
-0
/
+1
2020-09-11
sfc: advertise encapsulated offloads on EF10
Edward Cree
4
-0
/
+104
2020-09-11
sfc: implement encapsulated TSO on EF10
Edward Cree
2
-14
/
+46
2020-09-11
sfc: de-indirect TSO handling
Edward Cree
9
-37
/
+46
2020-09-11
sfc: select inner-csum-offload TX queues for skbs that need it
Edward Cree
3
-2
/
+29
2020-09-11
sfc: create inner-csum queues on EF10 if supported
Edward Cree
2
-11
/
+28
[next]