summaryrefslogtreecommitdiff
path: root/drivers/net/veth.c
AgeCommit message (Expand)Author
2023-03-23Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-03-22xdp: bpf_xdp_metadata use EOPNOTSUPP for no driver supportJesper Dangaard Brouer
2023-03-15veth: Fix use after free in XDP_REDIRECTShawn Bohrer
2023-03-15veth: rely on rtnl_dereference() instead of on rcu_dereference() in veth_set_...Lorenzo Bianconi
2023-03-10veth: take into account device reconfiguration for xdp_features flagLorenzo Bianconi
2023-02-02drivers: net: turn on XDP featuresMarek Majtyka
2023-01-23veth: Support RX XDP metadataStanislav Fomichev
2023-01-23veth: Introduce veth_xdp_buff wrapper for xdp_buffStanislav Fomichev
2022-12-22veth: Fix race with AF_XDP exposing old or uninitialized descriptorsShawn Bohrer
2022-11-22Revert "veth: Avoid drop packets when xdp_redirect performs"Heng Qi
2022-11-22Revert "bpf: veth driver panics when xdp prog attached before veth_open"Heng Qi
2022-11-09bpf: veth driver panics when xdp prog attached before veth_openJohn Fastabend
2022-11-02veth: Avoid drop packets when xdp_redirect performsHeng Qi
2022-10-31rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-03Revert "veth: Add updating of trans_start"Vladimir Oltean
2022-06-17veth: Add updating of trans_startJay Vosburgh
2022-05-16veth: enable BIG TCP packetsEric Dumazet
2022-05-06net: add netif_inherit_tso_max()Jakub Kicinski
2022-05-01net: enable memcg accounting for veth queuesVasily Averin
2022-04-08veth: Ensure eth header is in skb's linear partGuillaume Nault
2022-03-17veth: Allow jumbo frames in xdp modeLorenzo Bianconi
2022-03-17veth: Rework veth_xdp_rcv_skb in order to accept non-linear skbLorenzo Bianconi
2022-03-17net: veth: Account total xdp_frame len running ndo_xdp_xmitLorenzo Bianconi
2022-02-14net: dev: Makes sure netif_rx() can be invoked in any context.Sebastian Andrzej Siewior
2022-02-09veth: fix races around rq->rx_notify_maskedEric Dumazet
2022-01-06veth: Do not record rx queue hint in veth_xmitDaniel Borkmann
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-23veth: ensure skb entering GRO are not cloned.Paolo Abeni
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni
2021-11-25veth: use ethtool_sprintf instead of snprintfTonghao Zhang
2021-11-22net: annotate accesses to dev->gso_max_segsEric Dumazet
2021-11-22net: annotate accesses to dev->gso_max_sizeEric Dumazet
2021-07-29veth: use skb_prepare_for_gro()Paolo Abeni
2021-07-20veth: create by default nr_possible_cpus queuesPaolo Abeni
2021-07-20veth: implement support for set_channel ethtool opPaolo Abeni
2021-07-20veth: factor out initialization helperPaolo Abeni
2021-07-20veth: always report zero combined channelsPaolo Abeni
2021-04-16veth: check for NAPI instead of xdp_prog before xmit of XDP frameToke Høiland-Jørgensen
2021-04-11veth: refine napi usagePaolo Abeni
2021-04-11veth: allow enabling NAPI even without XDPPaolo Abeni
2021-04-11veth: use skb_orphan_partial instead of skb_orphanPaolo Abeni
2021-03-30veth: Implement ethtool's get_channels() callbackMaciej Fijalkowski
2021-03-25Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-03-18bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi
2021-03-06veth: Store queue_mapping independently of XDP prog presenceMaciej Fijalkowski
2021-02-04net, veth: Alloc skb in bulk for ndo_xdp_xmitLorenzo Bianconi