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.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
/
socionext
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-20
ethernet: netsec: use eth_hw_addr_set()
Jakub Kicinski
1
-7
/
+9
2021-10-18
net: ethernet: ave: Add compatible string and SoC-dependent data for NX1 SoC
Kunihiko Hayashi
1
-0
/
+15
2021-10-07
ethernet: make more use of device_get_ethdev_address()
Jakub Kicinski
1
-7
/
+2
2021-10-07
eth: fwnode: remove the addr len from mac helpers
Jakub Kicinski
1
-1
/
+1
2021-10-07
eth: fwnode: change the return type of mac address helpers
Jakub Kicinski
1
-5
/
+5
2021-10-07
ethernet: use of_get_ethdev_address()
Jakub Kicinski
1
-1
/
+1
2021-10-02
ethernet: use eth_hw_addr_set() instead of ether_addr_copy()
Jakub Kicinski
1
-1
/
+1
2021-09-17
net: netsec: Make use of the helper function dev_err_probe()
Cai Huoqing
1
-12
/
+9
2021-08-24
ethtool: extend coalesce setting uAPI with CQE mode
Yufeng Mo
1
-3
/
+7
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2
-2
/
+2
2021-06-24
netsec: Remove rcu_read_lock() around XDP program invocation
Toke Høiland-Jørgensen
1
-3
/
+0
2021-05-18
net: socionext: Demote non-compliant kernel-doc headers
Yang Shen
1
-1
/
+1
2021-04-14
of: net: pass the dst buffer to of_get_mac_address()
Michael Walle
1
-7
/
+3
2021-03-26
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-9
/
+7
2021-03-18
netsec: restore phy power state after controller reset
Mian Yousaf Kaukab
1
-3
/
+6
2021-03-18
bpf, devmap: Move drop error path to devmap for XDP_REDIRECT
Lorenzo Bianconi
1
-9
/
+7
2021-01-09
net, xdp: Introduce xdp_prepare_buff utility routine
Lorenzo Bianconi
1
-4
/
+2
2021-01-09
net, xdp: Introduce xdp_init_buff utility routine
Lorenzo Bianconi
1
-2
/
+1
2020-12-04
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-1
/
+1
2020-12-01
xsk: Propagate napi_id to XDP socket Rx path
Björn Töpel
1
-1
/
+1
2020-11-20
net: netsec: add xdp tx return bulking support
Lorenzo Bianconi
1
-1
/
+11
2020-10-21
netsec: ignore 'phy-mode' device property on ACPI systems
Ard Biesheuvel
1
-7
/
+17
2020-09-28
net: ethernet: ave: Replace alloc_etherdev() with devm_alloc_etherdev()
Kunihiko Hayashi
1
-21
/
+11
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+2
2020-07-26
bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commands
Andrii Nakryiko
1
-3
/
+0
2020-07-22
net: ethernet: ave: Fix error returns in ave_init
Wang Hai
1
-1
/
+1
2020-06-26
socionext: account for napi_gro_receive never returning GRO_DROP
Jason A. Donenfeld
1
-2
/
+3
2020-06-13
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
1
-3
/
+3
2020-06-02
xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frame
Lorenzo Bianconi
1
-1
/
+1
2020-05-15
net: netsec: Add support for XDP frame size
Ilias Apalodimas
1
-12
/
+18
2020-05-07
net: socionext: Fix use correct return type for ndo_start_xmit()
Yunjian Wang
1
-1
/
+1
2020-03-18
net: socionext: reject unsupported coalescing params
Jakub Kicinski
1
-0
/
+2
2020-02-20
net: page_pool: API cleanup and comments
Ilias Apalodimas
1
-12
/
+11
2020-02-19
net: socionext: use new helper tcp_v6_gso_csum_prep
Heiner Kallweit
1
-5
/
+1
2020-02-12
net: ethernet: ave: Add capability of rgmii-id mode
Kunihiko Hayashi
1
-0
/
+9
2020-01-27
net: socionext: fix xdp_result initialization in netsec_process_rx
Lorenzo Bianconi
1
-1
/
+1
2020-01-27
net: socionext: fix possible user-after-free in netsec_process_rx
Lorenzo Bianconi
1
-1
/
+1
2020-01-22
net: convert additional drivers to use phy_do_ioctl
Heiner Kallweit
1
-7
/
+1
2020-01-20
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-7
/
+13
2020-01-16
net: ethernet: ave: Avoid lockdep warning
Kunihiko Hayashi
1
-7
/
+13
2020-01-15
net: socionext: get rid of huge dma sync in netsec_alloc_rx_data
Lorenzo Bianconi
1
-17
/
+26
2020-01-03
net: netsec: Change page pool nid to NUMA_NO_NODE
Ilias Apalodimas
1
-1
/
+1
2019-11-04
net: of_get_phy_mode: Change API to solve int/unit warnings
Andrew Lunn
1
-3
/
+3
2019-10-17
net: netsec: Correct dma sync for XDP_TX frames
Ilias Apalodimas
1
-2
/
+2
2019-10-17
net: socionext: netsec: fix xdp stats accounting
Lorenzo Bianconi
1
-2
/
+3
2019-10-01
net: socionext: netsec: always grab descriptor lock
Lorenzo Bianconi
1
-23
/
+7
2019-09-27
net: socionext: ave: Avoid using netdev_err() before calling register_netdev()
Kunihiko Hayashi
1
-3
/
+3
2019-09-27
net: socionext: Fix a signedness bug in ave_probe()
Dan Carpenter
1
-1
/
+1
2019-09-27
net: netsec: Fix signedness bug in netsec_probe()
Dan Carpenter
1
-1
/
+1
2019-08-21
net: socionext: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
[next]