aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/veth.c
AgeCommit message (Expand)Author
2024-02-27veth: try harder when allocating queue memoryJakub Kicinski
2024-02-26net: veth: clear GRO when clearing XDP even when downJakub Kicinski
2023-12-18Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-12-13veth: Implement VLAN tag XDP hintLarysa Zaremba
2023-12-05net: veth: fix packet segmentation in veth_convert_skb_to_xdp_buffLorenzo Bianconi
2023-11-23net: veth: fix ethtool stats reportingLorenzo Bianconi
2023-11-20veth: Use tstats per-CPU traffic countersPeilin Ye
2023-11-20net: Move {l,t,d}stats allocation to core and convert veth & vrfDaniel Borkmann
2023-10-23net: veth: use newly added page pool API for veth with xdpYunsheng Lin
2023-09-12veth: Update XDP feature set when bringing up deviceToke Høiland-Jørgensen
2023-09-04veth: Fixing transmit return status for dropped packetsLiang Chen
2023-08-25veth: Avoid NAPI scheduling on failed SKB forwardingLiang Chen
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-20net: validate veth and vxcan peer ifindexesJakub Kicinski
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-14net: veth: Page pool creation error handling for existing pools onlyLiang Chen
2023-08-07page_pool: split types and declarations from page_pool.hYunsheng Lin
2023-05-10net: veth: make PAGE_POOL_STATS optionalLorenzo Bianconi
2023-05-09net: veth: rely on napi_build_skb in veth_convert_skb_to_xdp_buffLorenzo Bianconi
2023-04-24net: veth: add page_pool statsLorenzo Bianconi
2023-04-24net: veth: add page_pool for page recyclingLorenzo Bianconi
2023-04-18veth: take into account peer device for NETDEV_XDP_ACT_NDO_XMIT xdp_features ...Lorenzo Bianconi
2023-04-13veth: bpf_xdp_metadata_rx_hash add xdp rss hash typeJesper Dangaard Brouer
2023-04-13xdp: rss hash types representationJesper Dangaard Brouer
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