summaryrefslogtreecommitdiff
path: root/drivers/net/veth.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-10net: veth: make PAGE_POOL_STATS optionalLorenzo Bianconi1-7/+17
2023-05-10net: veth: rely on napi_build_skb in veth_convert_skb_to_xdp_buffLorenzo Bianconi1-1/+1
2023-04-25net: veth: add page_pool statsLorenzo Bianconi1-3/+17
2023-04-25net: veth: add page_pool for page recyclingLorenzo Bianconi1-4/+44
2023-04-18veth: take into account peer device for NETDEV_XDP_ACT_NDO_XMIT xdp_features ...Lorenzo Bianconi1-6/+11
2023-04-13veth: bpf_xdp_metadata_rx_hash add xdp rss hash typeJesper Dangaard Brouer1-2/+5
2023-04-13xdp: rss hash types representationJesper Dangaard Brouer1-1/+2
2023-03-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-2/+2
2023-03-22xdp: bpf_xdp_metadata use EOPNOTSUPP for no driver supportJesper Dangaard Brouer1-2/+2
2023-03-16veth: Fix use after free in XDP_REDIRECTShawn Bohrer1-4/+2
2023-03-15veth: rely on rtnl_dereference() instead of on rcu_dereference() in veth_set_...Lorenzo Bianconi1-1/+1
2023-03-11veth: take into account device reconfiguration for xdp_features flagLorenzo Bianconi1-4/+38
2023-02-03drivers: net: turn on XDP featuresMarek Majtyka1-0/+4
2023-01-23veth: Support RX XDP metadataStanislav Fomichev1-0/+31
2023-01-23veth: Introduce veth_xdp_buff wrapper for xdp_buffStanislav Fomichev1-25/+31
2022-12-22veth: Fix race with AF_XDP exposing old or uninitialized descriptorsShawn Bohrer1-2/+3
2022-11-23Revert "veth: Avoid drop packets when xdp_redirect performs"Heng Qi1-76/+12
2022-11-23Revert "bpf: veth driver panics when xdp prog attached before veth_open"Heng Qi1-1/+1
2022-11-10bpf: veth driver panics when xdp prog attached before veth_openJohn Fastabend1-1/+1
2022-11-02veth: Avoid drop packets when xdp_redirect performsHeng Qi1-12/+76
2022-11-01rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu1-1/+1
2022-10-29net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner1-6/+6
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+2
2022-09-01net: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-08-04Revert "veth: Add updating of trans_start"Vladimir Oltean1-4/+0
2022-06-17veth: Add updating of trans_startJay Vosburgh1-0/+4
2022-05-16veth: enable BIG TCP packetsEric Dumazet1-0/+1
2022-05-06net: add netif_inherit_tso_max()Jakub Kicinski1-2/+1
2022-05-01net: enable memcg accounting for veth queuesVasily Averin1-1/+1
2022-04-08veth: Ensure eth header is in skb's linear partGuillaume Nault1-1/+1
2022-03-17veth: Allow jumbo frames in xdp modeLorenzo Bianconi1-3/+8
2022-03-17veth: Rework veth_xdp_rcv_skb in order to accept non-linear skbLorenzo Bianconi1-56/+121
2022-03-17net: veth: Account total xdp_frame len running ndo_xdp_xmitLorenzo Bianconi1-2/+2
2022-02-14net: dev: Makes sure netif_rx() can be invoked in any context.Sebastian Andrzej Siewior1-1/+1
2022-02-09veth: fix races around rq->rx_notify_maskedEric Dumazet1-5/+8
2022-01-06veth: Do not record rx queue hint in veth_xmitDaniel Borkmann1-1/+0
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+2
2021-12-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+6
2021-12-23veth: ensure skb entering GRO are not cloned.Paolo Abeni1-2/+6
2021-12-14bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni1-2/+2
2021-11-26veth: use ethtool_sprintf instead of snprintfTonghao Zhang1-17/+10
2021-11-22net: annotate accesses to dev->gso_max_segsEric Dumazet1-1/+1
2021-11-22net: annotate accesses to dev->gso_max_sizeEric Dumazet1-1/+1
2021-07-29veth: use skb_prepare_for_gro()Paolo Abeni1-1/+1
2021-07-20veth: create by default nr_possible_cpus queuesPaolo Abeni1-0/+37
2021-07-20veth: implement support for set_channel ethtool opPaolo Abeni1-2/+123
2021-07-20veth: factor out initialization helperPaolo Abeni1-49/+92
2021-07-20veth: always report zero combined channelsPaolo Abeni1-2/+0
2021-04-17veth: check for NAPI instead of xdp_prog before xmit of XDP frameToke Høiland-Jørgensen1-4/+3
2021-04-12veth: refine napi usagePaolo Abeni1-1/+22