aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/veth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-11-23net: veth: fix ethtool stats reportingLorenzo Bianconi1-1/+1
2023-11-20veth: Use tstats per-CPU traffic countersPeilin Ye1-19/+11
2023-11-20net: Move {l,t,d}stats allocation to core and convert veth & vrfDaniel Borkmann1-14/+2
2023-10-23net: veth: use newly added page pool API for veth with xdpYunsheng Lin1-9/+16
2023-09-12veth: Update XDP feature set when bringing up deviceToke Høiland-Jørgensen1-0/+2
2023-09-04veth: Fixing transmit return status for dropped packetsLiang Chen1-1/+3
2023-08-25veth: Avoid NAPI scheduling on failed SKB forwardingLiang Chen1-3/+2
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+1
2023-08-20net: validate veth and vxcan peer ifindexesJakub Kicinski1-4/+1
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2023-08-14net: veth: Page pool creation error handling for existing pools onlyLiang Chen1-1/+2
2023-08-07page_pool: split types and declarations from page_pool.hYunsheng Lin1-1/+1
2023-05-10net: veth: make PAGE_POOL_STATS optionalLorenzo Bianconi1-7/+17
2023-05-09net: veth: rely on napi_build_skb in veth_convert_skb_to_xdp_buffLorenzo Bianconi1-1/+1
2023-04-24net: veth: add page_pool statsLorenzo Bianconi1-3/+17
2023-04-24net: 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 flagLorenzo 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-23Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-2/+2
2023-03-22xdp: bpf_xdp_metadata use EOPNOTSUPP for no driver supportJesper Dangaard Brouer1-2/+2
2023-03-15veth: 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_xdp_features()Lorenzo Bianconi1-1/+1
2023-03-10veth: take into account device reconfiguration for xdp_features flagLorenzo Bianconi1-4/+38
2023-02-02drivers: 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-22Revert "veth: Avoid drop packets when xdp_redirect performs"Heng Qi1-76/+12
2022-11-22Revert "bpf: veth driver panics when xdp prog attached before veth_open"Heng Qi1-1/+1
2022-11-09bpf: 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-10-31rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu1-1/+1
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner1-6/+6
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+2
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-08-03Revert "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-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+6