index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
sfc
/
tx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-25
sfc: Use kmap_local_page() instead of kmap_atomic()
Anirudh Venkataramanan
1
-2
/
+2
2022-09-20
sfc: fix null pointer dereference in efx_hard_start_xmit
Íñigo Huguet
1
-1
/
+1
2022-07-22
sfc: support passing a representor to the EF100 TX path
Edward Cree
1
-2
/
+4
2022-06-29
sfc: Encapsulate access to netdev_priv()
Jonathan Cooper
1
-2
/
+2
2022-04-09
sfc: use hardware tx timestamps for more than PTP
Bert Kenward
1
-1
/
+2
2022-04-06
net: sfc: fix using uninitialized xdp tx_queue
Taehee Yoo
1
-0
/
+3
2021-09-09
sfc: last resort fallback for lack of xdp tx queues
Íñigo Huguet
1
-3
/
+11
2021-09-09
sfc: fallback for lack of xdp tx queues
Íñigo Huguet
1
-8
/
+13
2021-03-18
bpf, devmap: Move drop error path to devmap for XDP_REDIRECT
Lorenzo Bianconi
1
-14
/
+1
2020-09-12
sfc: de-indirect TSO handling
Edward Cree
1
-2
/
+12
2020-09-12
sfc: select inner-csum-offload TX queues for skbs that need it
Edward Cree
1
-1
/
+1
2020-09-12
sfc: define inner/outer csum offload TXQ types
Edward Cree
1
-1
/
+1
2020-09-12
sfc: decouple TXQ type from label
Edward Cree
1
-6
/
+17
2020-09-05
sfc: rewrite efx_tx_may_pio
Edward Cree
1
-1
/
+25
2020-09-05
sfc: use efx_channel_tx_[old_]fill_level() in Siena/EF10 TX datapath
Edward Cree
1
-8
/
+6
2020-09-05
sfc: add and use efx_tx_send_pending in tx.c
Edward Cree
1
-28
/
+31
2020-07-27
sfc: skeleton EF100 PF driver
Edward Cree
1
-2
/
+2
2020-07-03
sfc: assign TXQs without gaps
Edward Cree
1
-40
/
+6
2020-07-03
sfc: make tx_queues_per_channel variable at runtime
Edward Cree
1
-2
/
+6
2020-06-30
sfc: commonise TSO fallback code
Edward Cree
1
-28
/
+0
2020-03-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+38
2020-03-06
sfc: complete the next packet when we receive a timestamp
Tom Zhao
1
-0
/
+38
2020-02-18
sfc: elide assignment of skb
Edward Cree
1
-2
/
+1
2020-01-10
sfc: move a couple more functions
Alex Maftei (amaftei)
1
-18
/
+0
2020-01-10
sfc: move more tx code
Alex Maftei (amaftei)
1
-77
/
+0
2020-01-09
net: sfc: use skb_list_walk_safe helper for gso segments
Jason A. Donenfeld
1
-5
/
+2
2020-01-09
sfc: move common tx code
Alex Maftei (amaftei)
1
-295
/
+0
2020-01-09
sfc: add new headers in preparation for code split
Alex Maftei (amaftei)
1
-9
/
+10
2019-11-01
sfc: handle XDP_TX outcomes of XDP eBPF programs
Charles McLachlan
1
-0
/
+88
2019-11-01
sfc: allocate channels for XDP tx queues
Charles McLachlan
1
-0
/
+2
2019-11-01
sfc: support encapsulation of xdp_frames in efx_tx_buffer
Charles McLachlan
1
-0
/
+2
2019-07-31
net: Use skb_frag_off accessors
Jonathan Lemon
1
-1
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-04-02
drivers: net: sfc: use netdev_xmit_more helper
Florian Westphal
1
-7
/
+5
2019-02-14
sfc: Replace dev_kfree_skb_any by dev_consume_skb_any
Huang Zijiang
1
-1
/
+1
2018-11-09
sfc: use the new __netdev_tx_sent_queue BQL optimisation
Edward Cree
1
-4
/
+1
2018-05-25
sfc: stop the TX queue before pushing new buffers
Martin Habets
1
-8
/
+25
2018-01-26
sfc: on 8000 series use TX queues for TX timestamps
Edward Cree
1
-1
/
+2
2018-01-26
sfc: handle TX timestamps in the normal data path
Martin Habets
1
-1
/
+19
2017-12-08
sfc: pass valid pointers from efx_enqueue_unwind
Bert Kenward
1
-1
/
+4
2017-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-1
/
+1
2017-11-08
net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIO
Nogah Frankel
1
-1
/
+1
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
1
-3
/
+3
2017-08-07
net: sched: get rid of struct tc_to_netdev
Jiri Pirko
1
-3
/
+4
2017-08-07
net: sched: change return value of ndo_setup_tc for driver supporting mqprio ...
Jiri Pirko
1
-1
/
+1
2017-08-07
net: sched: push cls related args into cls_common structure
Jiri Pirko
1
-1
/
+0
2017-08-07
net: sched: make type an argument for ndo_setup_tc
Jiri Pirko
1
-3
/
+4
2017-06-08
net: propagate tc filter chain index down the ndo_setup_tc call
Jiri Pirko
1
-2
/
+2
2017-03-16
mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.
Amritha Nambiar
1
-1
/
+3
2017-01-16
sfc: get PIO buffer size from the NIC
Edward Cree
1
-1
/
+0
[next]