Age | Commit message (Expand) | Author |
2021-08-24 | ethtool: extend coalesce setting uAPI with CQE mode | Yufeng Mo |
2021-07-27 | dev_ioctl: split out ndo_eth_ioctl | Arnd Bergmann |
2021-06-24 | netsec: Remove rcu_read_lock() around XDP program invocation | Toke Høiland-Jørgensen |
2021-05-17 | net: socionext: Demote non-compliant kernel-doc headers | Yang Shen |
2021-04-13 | of: net: pass the dst buffer to of_get_mac_address() | Michael Walle |
2021-03-25 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2021-03-18 | netsec: restore phy power state after controller reset | Mian Yousaf Kaukab |
2021-03-18 | bpf, devmap: Move drop error path to devmap for XDP_REDIRECT | Lorenzo Bianconi |
2021-01-08 | net, xdp: Introduce xdp_prepare_buff utility routine | Lorenzo Bianconi |
2021-01-08 | net, xdp: Introduce xdp_init_buff utility routine | Lorenzo Bianconi |
2020-12-04 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski |
2020-12-01 | xsk: Propagate napi_id to XDP socket Rx path | Björn Töpel |
2020-11-20 | net: netsec: add xdp tx return bulking support | Lorenzo Bianconi |
2020-10-20 | netsec: ignore 'phy-mode' device property on ACPI systems | Ard Biesheuvel |
2020-09-28 | net: ethernet: ave: Replace alloc_etherdev() with devm_alloc_etherdev() | Kunihiko Hayashi |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-07-25 | bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commands | Andrii Nakryiko |
2020-07-21 | net: ethernet: ave: Fix error returns in ave_init | Wang Hai |
2020-06-25 | socionext: account for napi_gro_receive never returning GRO_DROP | Jason A. Donenfeld |
2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada |
2020-06-01 | xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frame | Lorenzo Bianconi |
2020-05-14 | net: netsec: Add support for XDP frame size | Ilias Apalodimas |
2020-05-06 | net: socionext: Fix use correct return type for ndo_start_xmit() | Yunjian Wang |
2020-03-17 | net: socionext: reject unsupported coalescing params | Jakub Kicinski |
2020-02-20 | net: page_pool: API cleanup and comments | Ilias Apalodimas |
2020-02-19 | net: socionext: use new helper tcp_v6_gso_csum_prep | Heiner Kallweit |
2020-02-12 | net: ethernet: ave: Add capability of rgmii-id mode | Kunihiko Hayashi |
2020-01-27 | net: socionext: fix xdp_result initialization in netsec_process_rx | Lorenzo Bianconi |
2020-01-27 | net: socionext: fix possible user-after-free in netsec_process_rx | Lorenzo Bianconi |
2020-01-22 | net: convert additional drivers to use phy_do_ioctl | Heiner Kallweit |
2020-01-19 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-01-16 | net: ethernet: ave: Avoid lockdep warning | Kunihiko Hayashi |
2020-01-14 | net: socionext: get rid of huge dma sync in netsec_alloc_rx_data | Lorenzo Bianconi |
2020-01-03 | net: netsec: Change page pool nid to NUMA_NO_NODE | Ilias Apalodimas |
2019-11-04 | net: of_get_phy_mode: Change API to solve int/unit warnings | Andrew Lunn |
2019-10-17 | net: netsec: Correct dma sync for XDP_TX frames | Ilias Apalodimas |
2019-10-17 | net: socionext: netsec: fix xdp stats accounting | Lorenzo Bianconi |
2019-10-01 | net: socionext: netsec: always grab descriptor lock | Lorenzo Bianconi |
2019-09-27 | net: socionext: ave: Avoid using netdev_err() before calling register_netdev() | Kunihiko Hayashi |
2019-09-27 | net: socionext: Fix a signedness bug in ave_probe() | Dan Carpenter |
2019-09-27 | net: netsec: Fix signedness bug in netsec_probe() | Dan Carpenter |
2019-08-21 | net: socionext: use devm_platform_ioremap_resource() to simplify code | YueHaibing |
2019-07-30 | net: Remove dev_err() usage after platform_get_irq() | Stephen Boyd |
2019-07-09 | net: netsec: remove static declaration for netsec_set_tx_de() | Ilias Apalodimas |
2019-07-09 | net: netsec: remove superfluous if statement | Ilias Apalodimas |
2019-07-09 | net: netsec: start using buffers if page_pool registration succeeded | Ilias Apalodimas |
2019-07-08 | net: core: page_pool: add user refcnt and reintroduce page_pool_destroy | Ivan Khoronzhuk |
2019-07-08 | net: netsec: Sync dma for device on buffer allocation | Ilias Apalodimas |
2019-07-05 | net: netsec: Sync dma for device on buffer allocation | Ilias Apalodimas |
2019-07-05 | net: socionext: remove set but not used variable 'pkts' | YueHaibing |