aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/veth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-18net: veth: do not manipulate GRO when using XDPIgnat Korchagin1-18/+0
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-20/+20
2024-02-27veth: try harder when allocating queue memoryJakub Kicinski1-2/+3
2024-02-26rtnetlink: prepare nla_put_iflink() to run under RCUEric Dumazet1-1/+1
2024-02-26net: veth: clear GRO when clearing XDP even when downJakub Kicinski1-18/+17
2024-02-13veth: rely on skb_pp_cow_data utility routineLorenzo Bianconi1-72/+2
2024-02-13net: add netdev_lockdep_set_classes() to virtual driversEric Dumazet1-0/+1
2023-12-18Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+19
2023-12-13veth: Implement VLAN tag XDP hintLarysa Zaremba1-0/+19
2023-12-05net: veth: fix packet segmentation in veth_convert_skb_to_xdp_buffLorenzo Bianconi1-1/+2
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