index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
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
*
net: enetc: deny offload of tc-based TSN features on VF interfaces
Vladimir Oltean
2022-09-20
5
-25
/
+34
*
net: enetc: move enetc_set_psfp() out of the common enetc_set_features()
Vladimir Oltean
2022-09-20
5
-35
/
+44
*
net: enetc: Use pci_release_region() to release some resources
Christophe JAILLET
2022-05-28
1
-2
/
+2
*
net: enetc: kill PHY-less mode for PFs
Vladimir Oltean
2022-05-12
1
-10
/
+14
*
net: enetc: count the tc-taprio window drops
Po Liu
2022-05-11
4
-2
/
+16
*
net: enetc: manage ENETC_F_QBV in priv->active_offloads only when enabled
Vladimir Oltean
2022-05-11
2
-4
/
+8
*
net: enetc: allow tc-etf offload even with NETIF_F_CSUM_MASK
Vladimir Oltean
2022-04-28
1
-4
/
+0
*
net: enetc: report software timestamping via SO_TIMESTAMPING
Vladimir Oltean
2022-03-25
1
-1
/
+4
*
Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2022-03-24
5
-118
/
+127
|
\
|
*
enetc: use correct format characters
Bill Wendling
2022-03-17
1
-1
/
+1
|
*
flow_offload: reject offload for all drivers with invalid police parameters
Jianbo Liu
2022-02-28
1
-4
/
+43
|
*
net:enetc: enetc qos using the CBDR dma alloc function
Po Liu
2022-02-09
1
-75
/
+22
|
*
net:enetc: command BD ring data memory alloc as one function alone
Po Liu
2022-02-09
2
-30
/
+49
|
*
net:enetc: allocate CBD ring data memory using DMA coherent methods
Po Liu
2022-02-09
1
-64
/
+64
|
*
net: enetc: use .mac_select_pcs() interface
Russell King (Oracle)
2022-01-26
1
-5
/
+9
*
|
treewide: Replace zero-length arrays with flexible-array members
Gustavo A. R. Silva
2022-02-17
1
-1
/
+1
|
/
*
net: enetc: Remove useless DMA-32 fallback configuration
Christophe JAILLET
2022-01-09
2
-13
/
+4
*
net: ethernet: enetc: name change for clarity from pcs to mdio_device
Colin Foster
2022-01-02
1
-7
/
+7
*
net: phy: lynx: refactor Lynx PCS module to use generic phylink_pcs
Colin Foster
2022-01-02
2
-8
/
+12
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-12-31
1
-1
/
+1
|
\
|
*
bpf: Let bpf_warn_invalid_xdp_action() report more info
Paolo Abeni
2021-12-13
1
-1
/
+1
*
|
flow_offload: add index to flow_action_entry structure
Baowen Zheng
2021-12-19
1
-3
/
+3
|
/
*
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
2021-11-22
1
-1
/
+3
*
net: enetc: use phylink_generic_validate()
Russell King (Oracle)
2021-11-17
1
-30
/
+3
*
net: enetc: remove interface checks in enetc_pl_mac_validate()
Russell King (Oracle)
2021-11-17
1
-10
/
+0
*
net: enetc: populate supported_interfaces member
Russell King (Oracle)
2021-11-17
1
-0
/
+10
*
net: convert users of bitmap_foo() to linkmode_foo()
Sean Anderson
2021-10-24
1
-5
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-10-22
2
-2
/
+5
|
\
|
*
net: enetc: make sure all traffic classes can send large frames
Vladimir Oltean
2021-10-21
1
-1
/
+4
|
*
net: enetc: fix ethtool counter name for PM0_TERR
Vladimir Oltean
2021-10-21
1
-1
/
+1
*
|
net: enetc: use the skb variable directly in enetc_clean_tx_ring()
Vladimir Oltean
2021-10-21
1
-2
/
+1
*
|
net: enetc: remove local "priv" variable in enetc_clean_tx_ring()
Vladimir Oltean
2021-10-21
1
-4
/
+1
*
|
net: enetc: unmap DMA in enetc_send_cmd()
Tim Gardner
2021-10-20
1
-7
/
+11
*
|
ethernet: enetc: use eth_hw_addr_set()
Jakub Kicinski
2021-10-16
3
-3
/
+7
*
|
net: enetc: fix check for allocation failure
Dan Carpenter
2021-10-13
1
-1
/
+3
*
|
net: enetc: include ip6_checksum.h for csum_ipv6_magic
Ioana Ciornei
2021-10-13
1
-0
/
+1
*
|
net: enetc: add support for software TSO
Ioana Ciornei
2021-10-08
4
-24
/
+311
*
|
net: enetc: declare NETIF_F_HW_CSUM and do it in software
Ioana Ciornei
2021-10-08
3
-5
/
+15
*
|
ethernet: use eth_hw_addr_set() for dev->addr_len cases
Jakub Kicinski
2021-10-05
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-09-30
1
-2
/
+1
|
\
|
|
*
net: enetc: fix the incorrect clearing of IF_MODE bits
Vladimir Oltean
2021-09-24
1
-2
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-09-23
3
-7
/
+4
|
\
|
|
*
enetc: Fix uninitialized struct dim_sample field usage
Claudiu Manoil
2021-09-19
1
-1
/
+1
|
*
enetc: Fix illegal access when reading affinity_hint
Claudiu Manoil
2021-09-19
1
-4
/
+1
|
*
net: update NXP copyright text
Vladimir Oltean
2021-09-17
2
-2
/
+2
*
|
net: enetc: Make use of the helper function dev_err_probe()
Cai Huoqing
2021-09-16
4
-20
/
+10
|
/
*
ethtool: extend coalesce setting uAPI with CQE mode
Yufeng Mo
2021-08-24
1
-2
/
+6
*
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2021-07-27
2
-2
/
+2
*
net: enetc: Use devm_platform_get_and_ioremap_resource()
Yang Yingliang
2021-06-07
1
-3
/
+1
*
net: enetc: use get/put_unaligned helpers for MAC address handling
Michael Walle
2021-06-04
1
-4
/
+5
[next]