index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
socionext
/
netsec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-28
eth: link netdev to page_pools in drivers
Jakub Kicinski
1
-0
/
+2
2023-10-03
net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().
Sebastian Andrzej Siewior
1
-1
/
+1
2023-09-20
net: ethernet: socionext: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-08-07
page_pool: split types and declarations from page_pool.h
Yunsheng Lin
1
-1
/
+1
2023-08-01
net: netsec: Ignore 'phy-mode' on SynQuacer in DT mode
Mark Brown
1
-0
/
+11
2023-02-02
drivers: net: turn on XDP features
Marek Majtyka
1
-0
/
+3
2022-10-20
net: netsec: fix error handling in netsec_register_mdio()
Yang Yingliang
1
-0
/
+2
2022-09-28
net: drop the weight argument from netif_napi_add
Jakub Kicinski
1
-1
/
+1
2022-08-31
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-2
/
+2
2022-02-28
net: netsec: enable pp skb recycling
Lorenzo Bianconi
1
-1
/
+1
2021-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-1
/
+1
2021-12-27
ethernet: netsec: Use platform_get_irq() to get the interrupt
Lad Prabhakar
1
-7
/
+6
2021-12-13
bpf: Let bpf_warn_invalid_xdp_action() report more info
Paolo Abeni
1
-1
/
+1
2021-10-20
ethernet: netsec: use eth_hw_addr_set()
Jakub Kicinski
1
-7
/
+9
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-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
1
-1
/
+1
2021-06-24
netsec: Remove rcu_read_lock() around XDP program invocation
Toke Høiland-Jørgensen
1
-3
/
+0
2021-03-25
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-08
net, xdp: Introduce xdp_prepare_buff utility routine
Lorenzo Bianconi
1
-4
/
+2
2021-01-08
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-20
netsec: ignore 'phy-mode' device property on ACPI systems
Ard Biesheuvel
1
-7
/
+17
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+2
2020-07-25
bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commands
Andrii Nakryiko
1
-3
/
+0
2020-06-25
socionext: account for napi_gro_receive never returning GRO_DROP
Jason A. Donenfeld
1
-2
/
+3
2020-06-01
xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frame
Lorenzo Bianconi
1
-1
/
+1
2020-05-14
net: netsec: Add support for XDP frame size
Ilias Apalodimas
1
-12
/
+18
2020-03-17
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-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-14
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-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: netsec: Fix signedness bug in netsec_probe()
Dan Carpenter
1
-1
/
+1
2019-07-09
net: netsec: remove static declaration for netsec_set_tx_de()
Ilias Apalodimas
1
-45
/
+41
2019-07-09
net: netsec: remove superfluous if statement
Ilias Apalodimas
1
-4
/
+4
[next]