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
/
tx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sfc: Use kmap_local_page() instead of kmap_atomic()
Anirudh Venkataramanan
2022-11-25
1
-2
/
+2
*
sfc: fix null pointer dereference in efx_hard_start_xmit
Íñigo Huguet
2022-09-19
1
-1
/
+1
*
sfc: support passing a representor to the EF100 TX path
Edward Cree
2022-07-22
1
-2
/
+4
*
sfc: Encapsulate access to netdev_priv()
Jonathan Cooper
2022-06-29
1
-2
/
+2
*
sfc: use hardware tx timestamps for more than PTP
Bert Kenward
2022-04-08
1
-1
/
+2
*
net: sfc: fix using uninitialized xdp tx_queue
Taehee Yoo
2022-04-06
1
-0
/
+3
*
sfc: last resort fallback for lack of xdp tx queues
Íñigo Huguet
2021-09-09
1
-3
/
+11
*
sfc: fallback for lack of xdp tx queues
Íñigo Huguet
2021-09-09
1
-8
/
+13
*
bpf, devmap: Move drop error path to devmap for XDP_REDIRECT
Lorenzo Bianconi
2021-03-18
1
-14
/
+1
*
sfc: de-indirect TSO handling
Edward Cree
2020-09-11
1
-2
/
+12
*
sfc: select inner-csum-offload TX queues for skbs that need it
Edward Cree
2020-09-11
1
-1
/
+1
*
sfc: define inner/outer csum offload TXQ types
Edward Cree
2020-09-11
1
-1
/
+1
*
sfc: decouple TXQ type from label
Edward Cree
2020-09-11
1
-6
/
+17
*
sfc: rewrite efx_tx_may_pio
Edward Cree
2020-09-05
1
-1
/
+25
*
sfc: use efx_channel_tx_[old_]fill_level() in Siena/EF10 TX datapath
Edward Cree
2020-09-05
1
-8
/
+6
*
sfc: add and use efx_tx_send_pending in tx.c
Edward Cree
2020-09-05
1
-28
/
+31
*
sfc: skeleton EF100 PF driver
Edward Cree
2020-07-27
1
-2
/
+2
*
sfc: assign TXQs without gaps
Edward Cree
2020-07-02
1
-40
/
+6
*
sfc: make tx_queues_per_channel variable at runtime
Edward Cree
2020-07-02
1
-2
/
+6
*
sfc: commonise TSO fallback code
Edward Cree
2020-06-30
1
-28
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-03-12
1
-0
/
+38
|
\
|
*
sfc: complete the next packet when we receive a timestamp
Tom Zhao
2020-03-05
1
-0
/
+38
*
|
sfc: elide assignment of skb
Edward Cree
2020-02-18
1
-2
/
+1
|
/
*
sfc: move a couple more functions
Alex Maftei (amaftei)
2020-01-10
1
-18
/
+0
*
sfc: move more tx code
Alex Maftei (amaftei)
2020-01-10
1
-77
/
+0
*
net: sfc: use skb_list_walk_safe helper for gso segments
Jason A. Donenfeld
2020-01-08
1
-5
/
+2
*
sfc: move common tx code
Alex Maftei (amaftei)
2020-01-08
1
-295
/
+0
*
sfc: add new headers in preparation for code split
Alex Maftei (amaftei)
2020-01-08
1
-9
/
+10
*
sfc: handle XDP_TX outcomes of XDP eBPF programs
Charles McLachlan
2019-10-31
1
-0
/
+88
*
sfc: allocate channels for XDP tx queues
Charles McLachlan
2019-10-31
1
-0
/
+2
*
sfc: support encapsulation of xdp_frames in efx_tx_buffer
Charles McLachlan
2019-10-31
1
-0
/
+2
*
net: Use skb_frag_off accessors
Jonathan Lemon
2019-07-30
1
-1
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
*
drivers: net: sfc: use netdev_xmit_more helper
Florian Westphal
2019-04-01
1
-7
/
+5
*
sfc: Replace dev_kfree_skb_any by dev_consume_skb_any
Huang Zijiang
2019-02-14
1
-1
/
+1
*
sfc: use the new __netdev_tx_sent_queue BQL optimisation
Edward Cree
2018-11-08
1
-4
/
+1
*
sfc: stop the TX queue before pushing new buffers
Martin Habets
2018-05-25
1
-8
/
+25
*
sfc: on 8000 series use TX queues for TX timestamps
Edward Cree
2018-01-25
1
-1
/
+2
*
sfc: handle TX timestamps in the normal data path
Martin Habets
2018-01-25
1
-1
/
+19
*
sfc: pass valid pointers from efx_enqueue_unwind
Bert Kenward
2017-12-08
1
-1
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2017-11-15
1
-1
/
+1
|
\
|
*
net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIO
Nogah Frankel
2017-11-08
1
-1
/
+1
*
|
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
2017-10-25
1
-3
/
+3
|
/
*
net: sched: get rid of struct tc_to_netdev
Jiri Pirko
2017-08-07
1
-3
/
+4
*
net: sched: change return value of ndo_setup_tc for driver supporting mqprio ...
Jiri Pirko
2017-08-07
1
-1
/
+1
*
net: sched: push cls related args into cls_common structure
Jiri Pirko
2017-08-07
1
-1
/
+0
*
net: sched: make type an argument for ndo_setup_tc
Jiri Pirko
2017-08-07
1
-3
/
+4
*
net: propagate tc filter chain index down the ndo_setup_tc call
Jiri Pirko
2017-06-08
1
-2
/
+2
*
mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.
Amritha Nambiar
2017-03-15
1
-1
/
+3
*
sfc: get PIO buffer size from the NIC
Edward Cree
2017-01-16
1
-1
/
+0
[next]