summaryrefslogtreecommitdiffstats
path: root/drivers/net/veth.c
Commit message (Expand)AuthorAgeFilesLines
* drivers: net: turn on XDP featuresMarek Majtyka2023-02-021-0/+4
* veth: Support RX XDP metadataStanislav Fomichev2023-01-231-0/+31
* veth: Introduce veth_xdp_buff wrapper for xdp_buffStanislav Fomichev2023-01-231-25/+31
* veth: Fix race with AF_XDP exposing old or uninitialized descriptorsShawn Bohrer2022-12-221-2/+3
* Revert "veth: Avoid drop packets when xdp_redirect performs"Heng Qi2022-11-221-76/+12
* Revert "bpf: veth driver panics when xdp prog attached before veth_open"Heng Qi2022-11-221-1/+1
* bpf: veth driver panics when xdp prog attached before veth_openJohn Fastabend2022-11-091-1/+1
* veth: Avoid drop packets when xdp_redirect performsHeng Qi2022-11-021-12/+76
* rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu2022-10-311-1/+1
* net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner2022-10-281-6/+6
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-2/+2
* net: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-2/+2
* Revert "veth: Add updating of trans_start"Vladimir Oltean2022-08-031-4/+0
* veth: Add updating of trans_startJay Vosburgh2022-06-171-0/+4
* veth: enable BIG TCP packetsEric Dumazet2022-05-161-0/+1
* net: add netif_inherit_tso_max()Jakub Kicinski2022-05-061-2/+1
* net: enable memcg accounting for veth queuesVasily Averin2022-05-011-1/+1
* veth: Ensure eth header is in skb's linear partGuillaume Nault2022-04-081-1/+1
* veth: Allow jumbo frames in xdp modeLorenzo Bianconi2022-03-171-3/+8
* veth: Rework veth_xdp_rcv_skb in order to accept non-linear skbLorenzo Bianconi2022-03-171-56/+121
* net: veth: Account total xdp_frame len running ndo_xdp_xmitLorenzo Bianconi2022-03-171-2/+2
* net: dev: Makes sure netif_rx() can be invoked in any context.Sebastian Andrzej Siewior2022-02-141-1/+1
* veth: fix races around rq->rx_notify_maskedEric Dumazet2022-02-091-5/+8
* veth: Do not record rx queue hint in veth_xmitDaniel Borkmann2022-01-061-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-311-2/+2
|\
| * bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni2021-12-131-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-231-2/+6
|\ \ | |/ |/|
| * veth: ensure skb entering GRO are not cloned.Paolo Abeni2021-12-231-2/+6
* | veth: use ethtool_sprintf instead of snprintfTonghao Zhang2021-11-251-17/+10
* | net: annotate accesses to dev->gso_max_segsEric Dumazet2021-11-221-1/+1
* | net: annotate accesses to dev->gso_max_sizeEric Dumazet2021-11-221-1/+1
|/
* veth: use skb_prepare_for_gro()Paolo Abeni2021-07-291-1/+1
* veth: create by default nr_possible_cpus queuesPaolo Abeni2021-07-201-0/+37
* veth: implement support for set_channel ethtool opPaolo Abeni2021-07-201-2/+123
* veth: factor out initialization helperPaolo Abeni2021-07-201-49/+92
* veth: always report zero combined channelsPaolo Abeni2021-07-201-2/+0
* veth: check for NAPI instead of xdp_prog before xmit of XDP frameToke Høiland-Jørgensen2021-04-161-4/+3
* veth: refine napi usagePaolo Abeni2021-04-111-1/+22
* veth: allow enabling NAPI even without XDPPaolo Abeni2021-04-111-13/+116
* veth: use skb_orphan_partial instead of skb_orphanPaolo Abeni2021-04-111-1/+1
* veth: Implement ethtool's get_channels() callbackMaciej Fijalkowski2021-03-301-0/+12
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-03-251-13/+15
|\
| * bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi2021-03-181-13/+15
* | veth: Store queue_mapping independently of XDP prog presenceMaciej Fijalkowski2021-03-061-2/+1
|/
* net, veth: Alloc skb in bulk for ndo_xdp_xmitLorenzo Bianconi2021-02-041-20/+58
* net, xdp: Introduce xdp_build_skb_from_frame utility routineLorenzo Bianconi2021-01-201-15/+3
* net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi2021-01-081-6/+2
* net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi2021-01-081-4/+4
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-041-4/+8
|\
| * xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel2020-12-011-4/+8