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
/
freescale
/
enetc
Commit message (
Expand
)
Author
Age
Files
Lines
*
enetc: fix locking for one-step timestamping packet transfer
Yangbo Lu
2021-04-23
1
-9
/
+9
*
net: enetc: automatically select IERB module
Michael Walle
2021-04-20
1
-1
/
+1
*
net: enetc: add support for flow control
Vladimir Oltean
2021-04-19
3
-2
/
+85
*
net: enetc: add a mini driver for the Integrated Endpoint Register Block
Vladimir Oltean
2021-04-19
5
-1
/
+221
*
net: enetc: create a common enetc_pf_to_port helper
Vladimir Oltean
2021-04-19
2
-10
/
+22
*
net: enetc: apply the MDIO workaround for XDP_REDIRECT too
Vladimir Oltean
2021-04-16
1
-0
/
+4
*
net: enetc: fix buffer leaks with XDP_TX enqueue rejections
Vladimir Oltean
2021-04-16
1
-4
/
+12
*
net: enetc: handle the invalid XDP action the same way as XDP_DROP
Vladimir Oltean
2021-04-16
1
-4
/
+3
*
net: enetc: use dedicated TX rings for XDP
Vladimir Oltean
2021-04-16
2
-7
/
+40
*
net: enetc: increase TX ring size
Vladimir Oltean
2021-04-16
1
-1
/
+1
*
net: enetc: remove unneeded xdp_do_flush_map()
Vladimir Oltean
2021-04-16
1
-5
/
+0
*
net: enetc: stop XDP NAPI processing when build_skb() fails
Vladimir Oltean
2021-04-16
1
-2
/
+2
*
net: enetc: recycle buffers for frames with RX errors
Vladimir Oltean
2021-04-16
1
-0
/
+2
*
net: enetc: rename the buffer reuse helpers
Vladimir Oltean
2021-04-16
1
-30
/
+24
*
net: enetc: remove redundant clearing of skb/xdp_frame pointer in TX conf path
Vladimir Oltean
2021-04-16
1
-2
/
+0
*
enetc: convert to schedule_work()
Yangbo Lu
2021-04-15
1
-1
/
+1
*
net: enetc: fetch MAC address from device tree
Michael Walle
2021-04-14
1
-16
/
+49
*
enetc: support PTP Sync packet one-step timestamping
Yangbo Lu
2021-04-12
4
-26
/
+195
*
enetc: mark TX timestamp type per skb
Yangbo Lu
2021-04-12
2
-8
/
+13
*
enetc: Use generic rule to map Tx rings to interrupt vectors
Claudiu Manoil
2021-04-09
1
-5
/
+1
*
net: enetc: fix TX ring interrupt storm
Vladimir Oltean
2021-04-09
1
-1
/
+2
*
net: enetc: fix array underflow in error handling code
Dan Carpenter
2021-04-09
1
-1
/
+1
*
net: enetc: add support for XDP_REDIRECT
Vladimir Oltean
2021-03-31
4
-12
/
+218
*
net: enetc: increase RX ring default size
Vladimir Oltean
2021-03-31
1
-1
/
+1
*
net: enetc: add support for XDP_TX
Vladimir Oltean
2021-03-31
3
-25
/
+228
*
net: enetc: add support for XDP_DROP and XDP_PASS
Vladimir Oltean
2021-03-31
4
-20
/
+281
*
net: enetc: move up enetc_reuse_page and enetc_page_reusable
Vladimir Oltean
2021-03-31
1
-19
/
+19
*
net: enetc: clean the TX software BD on the TX confirmation path
Vladimir Oltean
2021-03-31
1
-0
/
+4
*
net: enetc: add a dedicated is_eof bit in the TX software BD
Vladimir Oltean
2021-03-31
2
-4
/
+4
*
net: enetc: move skb creation into enetc_build_skb
Vladimir Oltean
2021-03-31
1
-37
/
+44
*
net: enetc: consume the error RX buffer descriptors in a dedicated function
Vladimir Oltean
2021-03-31
1
-16
/
+27
*
net: enetc: don't depend on system endianness in enetc_set_mac_ht_flt
Vladimir Oltean
2021-03-24
1
-6
/
+10
*
net: enetc: don't depend on system endianness in enetc_set_vlan_ht_filter
Vladimir Oltean
2021-03-24
1
-4
/
+4
*
net: enetc: teardown CBDR during PF/VF unbind
Vladimir Oltean
2021-03-19
2
-0
/
+2
*
flow_offload: reject configuration of packet-per-second policing in offload d...
Baowen Zheng
2021-03-13
1
-0
/
+5
*
net: enetc: make enetc_refill_rx_ring update the consumer index
Vladimir Oltean
2021-03-10
1
-9
/
+8
*
net: enetc: remove forward declaration for enetc_map_tx_buffs
Vladimir Oltean
2021-03-10
1
-38
/
+35
*
net: enetc: remove forward-declarations of enetc_clean_{rx,tx}_ring
Vladimir Oltean
2021-03-10
1
-48
/
+44
*
net: enetc: use enum enetc_active_offloads
Vladimir Oltean
2021-03-10
1
-1
/
+1
*
net: enetc: simplify callers of enetc_rxbd_next
Vladimir Oltean
2021-03-10
2
-24
/
+20
*
net: enetc: don't initialize unused ports from a separate code path
Vladimir Oltean
2021-03-10
3
-50
/
+30
*
net: enetc: pass bd_count as an argument to enetc_setup_cbdr
Vladimir Oltean
2021-03-10
4
-9
/
+7
*
net: enetc: squash clear_cbdr and free_cbdr into teardown_cbdr
Vladimir Oltean
2021-03-10
4
-15
/
+8
*
net: enetc: save the mode register address inside struct enetc_cbdr
Vladimir Oltean
2021-03-10
4
-13
/
+15
*
net: enetc: squash enetc_alloc_cbdr and enetc_setup_cbdr
Vladimir Oltean
2021-03-10
4
-24
/
+18
*
net: enetc: save the DMA device for enetc_free_cbdr
Vladimir Oltean
2021-03-10
4
-20
/
+26
*
net: enetc: move the CBDR API to enetc_cbdr.c
Vladimir Oltean
2021-03-10
2
-54
/
+54
*
net: add a helper to avoid issues with HW TX timestamping and SO_TXTIME
Vladimir Oltean
2021-03-10
1
-6
/
+2
*
net: enetc: allow hardware timestamping on TX queues with tc-etf enabled
Vladimir Oltean
2021-03-08
1
-0
/
+6
*
net: enetc: set MAC RX FIFO to recommended value
Alex Marginean
2021-03-08
2
-0
/
+8
[next]