index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
freescale
/
enetc
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-09
net: enetc: Remove useless DMA-32 fallback configuration
Christophe JAILLET
2
-13
/
+4
2022-01-02
net: ethernet: enetc: name change for clarity from pcs to mdio_device
Colin Foster
1
-7
/
+7
2022-01-02
net: phy: lynx: refactor Lynx PCS module to use generic phylink_pcs
Colin Foster
2
-8
/
+12
2021-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-1
/
+1
2021-12-19
flow_offload: add index to flow_action_entry structure
Baowen Zheng
1
-3
/
+3
2021-12-13
bpf: Let bpf_warn_invalid_xdp_action() report more info
Paolo Abeni
1
-1
/
+1
2021-11-22
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
1
-1
/
+3
2021-11-17
net: enetc: use phylink_generic_validate()
Russell King (Oracle)
1
-30
/
+3
2021-11-17
net: enetc: remove interface checks in enetc_pl_mac_validate()
Russell King (Oracle)
1
-10
/
+0
2021-11-17
net: enetc: populate supported_interfaces member
Russell King (Oracle)
1
-0
/
+10
2021-10-24
net: convert users of bitmap_foo() to linkmode_foo()
Sean Anderson
1
-5
/
+3
2021-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-2
/
+5
2021-10-21
net: enetc: use the skb variable directly in enetc_clean_tx_ring()
Vladimir Oltean
1
-2
/
+1
2021-10-21
net: enetc: remove local "priv" variable in enetc_clean_tx_ring()
Vladimir Oltean
1
-4
/
+1
2021-10-21
net: enetc: make sure all traffic classes can send large frames
Vladimir Oltean
1
-1
/
+4
2021-10-21
net: enetc: fix ethtool counter name for PM0_TERR
Vladimir Oltean
1
-1
/
+1
2021-10-20
net: enetc: unmap DMA in enetc_send_cmd()
Tim Gardner
1
-7
/
+11
2021-10-16
ethernet: enetc: use eth_hw_addr_set()
Jakub Kicinski
3
-3
/
+7
2021-10-13
net: enetc: fix check for allocation failure
Dan Carpenter
1
-1
/
+3
2021-10-13
net: enetc: include ip6_checksum.h for csum_ipv6_magic
Ioana Ciornei
1
-0
/
+1
2021-10-08
net: enetc: add support for software TSO
Ioana Ciornei
4
-24
/
+311
2021-10-08
net: enetc: declare NETIF_F_HW_CSUM and do it in software
Ioana Ciornei
3
-5
/
+15
2021-10-05
ethernet: use eth_hw_addr_set() for dev->addr_len cases
Jakub Kicinski
1
-1
/
+1
2021-09-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+1
2021-09-24
net: enetc: fix the incorrect clearing of IF_MODE bits
Vladimir Oltean
1
-2
/
+1
2021-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-7
/
+4
2021-09-19
enetc: Fix uninitialized struct dim_sample field usage
Claudiu Manoil
1
-1
/
+1
2021-09-19
enetc: Fix illegal access when reading affinity_hint
Claudiu Manoil
1
-4
/
+1
2021-09-17
net: update NXP copyright text
Vladimir Oltean
2
-2
/
+2
2021-09-16
net: enetc: Make use of the helper function dev_err_probe()
Cai Huoqing
4
-20
/
+10
2021-08-24
ethtool: extend coalesce setting uAPI with CQE mode
Yufeng Mo
1
-2
/
+6
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2
-2
/
+2
2021-06-07
net: enetc: Use devm_platform_get_and_ioremap_resource()
Yang Yingliang
1
-3
/
+1
2021-06-04
net: enetc: use get/put_unaligned helpers for MAC address handling
Michael Walle
1
-4
/
+5
2021-06-01
net: enetc: catch negative return code from enetc_pf_to_port()
Vladimir Oltean
1
-7
/
+24
2021-04-23
enetc: fix locking for one-step timestamping packet transfer
Yangbo Lu
1
-9
/
+9
2021-04-20
net: enetc: automatically select IERB module
Michael Walle
1
-1
/
+1
2021-04-19
net: enetc: add support for flow control
Vladimir Oltean
3
-2
/
+85
2021-04-19
net: enetc: add a mini driver for the Integrated Endpoint Register Block
Vladimir Oltean
5
-1
/
+221
2021-04-19
net: enetc: create a common enetc_pf_to_port helper
Vladimir Oltean
2
-10
/
+22
2021-04-16
net: enetc: apply the MDIO workaround for XDP_REDIRECT too
Vladimir Oltean
1
-0
/
+4
2021-04-16
net: enetc: fix buffer leaks with XDP_TX enqueue rejections
Vladimir Oltean
1
-4
/
+12
2021-04-16
net: enetc: handle the invalid XDP action the same way as XDP_DROP
Vladimir Oltean
1
-4
/
+3
2021-04-16
net: enetc: use dedicated TX rings for XDP
Vladimir Oltean
2
-7
/
+40
2021-04-16
net: enetc: increase TX ring size
Vladimir Oltean
1
-1
/
+1
2021-04-16
net: enetc: remove unneeded xdp_do_flush_map()
Vladimir Oltean
1
-5
/
+0
2021-04-16
net: enetc: stop XDP NAPI processing when build_skb() fails
Vladimir Oltean
1
-2
/
+2
2021-04-16
net: enetc: recycle buffers for frames with RX errors
Vladimir Oltean
1
-0
/
+2
2021-04-16
net: enetc: rename the buffer reuse helpers
Vladimir Oltean
1
-30
/
+24
2021-04-16
net: enetc: remove redundant clearing of skb/xdp_frame pointer in TX conf path
Vladimir Oltean
1
-2
/
+0
[next]