summaryrefslogtreecommitdiffstats
path: root/drivers/net/veth.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "net: mirror skb frag ref/unref helpers"Mina Almasry2024-05-031-1/+1
* net: mirror skb frag ref/unref helpersMina Almasry2024-04-111-1/+1
* net: move skb ref helpers to new headerMina Almasry2024-04-111-0/+1
* net: veth: do not manipulate GRO when using XDPIgnat Korchagin2024-03-181-18/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-291-20/+20
|\
| * veth: try harder when allocating queue memoryJakub Kicinski2024-02-271-2/+3
| * net: veth: clear GRO when clearing XDP even when downJakub Kicinski2024-02-261-18/+17
* | rtnetlink: prepare nla_put_iflink() to run under RCUEric Dumazet2024-02-261-1/+1
* | veth: rely on skb_pp_cow_data utility routineLorenzo Bianconi2024-02-131-72/+2
* | net: add netdev_lockdep_set_classes() to virtual driversEric Dumazet2024-02-131-0/+1
|/
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-12-181-0/+19
|\
| * veth: Implement VLAN tag XDP hintLarysa Zaremba2023-12-131-0/+19
* | net: veth: fix packet segmentation in veth_convert_skb_to_xdp_buffLorenzo Bianconi2023-12-051-1/+2
|/
* net: veth: fix ethtool stats reportingLorenzo Bianconi2023-11-231-1/+1
* veth: Use tstats per-CPU traffic countersPeilin Ye2023-11-201-19/+11
* net: Move {l,t,d}stats allocation to core and convert veth & vrfDaniel Borkmann2023-11-201-14/+2
* net: veth: use newly added page pool API for veth with xdpYunsheng Lin2023-10-231-9/+16
* veth: Update XDP feature set when bringing up deviceToke Høiland-Jørgensen2023-09-121-0/+2
* veth: Fixing transmit return status for dropped packetsLiang Chen2023-09-041-1/+3
* veth: Avoid NAPI scheduling on failed SKB forwardingLiang Chen2023-08-251-3/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-241-4/+1
|\
| * net: validate veth and vxcan peer ifindexesJakub Kicinski2023-08-201-4/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-181-1/+2
|\|
| * net: veth: Page pool creation error handling for existing pools onlyLiang Chen2023-08-141-1/+2
* | page_pool: split types and declarations from page_pool.hYunsheng Lin2023-08-071-1/+1
|/
* net: veth: make PAGE_POOL_STATS optionalLorenzo Bianconi2023-05-101-7/+17
* net: veth: rely on napi_build_skb in veth_convert_skb_to_xdp_buffLorenzo Bianconi2023-05-091-1/+1
* net: veth: add page_pool statsLorenzo Bianconi2023-04-241-3/+17
* net: veth: add page_pool for page recyclingLorenzo Bianconi2023-04-241-4/+44
* veth: take into account peer device for NETDEV_XDP_ACT_NDO_XMIT xdp_features ...Lorenzo Bianconi2023-04-181-6/+11
* veth: bpf_xdp_metadata_rx_hash add xdp rss hash typeJesper Dangaard Brouer2023-04-131-2/+5
* xdp: rss hash types representationJesper Dangaard Brouer2023-04-131-1/+2
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-03-231-2/+2
|\
| * xdp: bpf_xdp_metadata use EOPNOTSUPP for no driver supportJesper Dangaard Brouer2023-03-221-2/+2
* | veth: Fix use after free in XDP_REDIRECTShawn Bohrer2023-03-151-4/+2
* | veth: rely on rtnl_dereference() instead of on rcu_dereference() in veth_set_...Lorenzo Bianconi2023-03-151-1/+1
* | veth: take into account device reconfiguration for xdp_features flagLorenzo Bianconi2023-03-101-4/+38
|/
* drivers: net: turn on XDP featuresMarek Majtyka2023-02-021-0/+4
* veth: Support RX XDP metadataStanislav Fomichev2023-01-231-0/+31
* veth: Introduce veth_xdp_buff wrapper for xdp_buffStanislav Fomichev2023-01-231-25/+31
* veth: Fix race with AF_XDP exposing old or uninitialized descriptorsShawn Bohrer2022-12-221-2/+3
* Revert "veth: Avoid drop packets when xdp_redirect performs"Heng Qi2022-11-221-76/+12
* Revert "bpf: veth driver panics when xdp prog attached before veth_open"Heng Qi2022-11-221-1/+1
* bpf: veth driver panics when xdp prog attached before veth_openJohn Fastabend2022-11-091-1/+1
* veth: Avoid drop packets when xdp_redirect performsHeng Qi2022-11-021-12/+76
* rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu2022-10-311-1/+1
* net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner2022-10-281-6/+6
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-2/+2
* net: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-2/+2
* Revert "veth: Add updating of trans_start"Vladimir Oltean2022-08-031-4/+0