summaryrefslogtreecommitdiff
path: root/drivers/net/veth.c
AgeCommit message (Expand)Author
2022-04-20veth: Ensure eth header is in skb's linear partGuillaume Nault
2022-02-16veth: fix races around rq->rx_notify_maskedEric Dumazet
2022-01-16veth: Do not record rx queue hint in veth_xmitDaniel Borkmann
2021-03-30veth: Store queue_mapping independently of XDP prog presenceMaciej Fijalkowski
2020-06-22veth: Adjust hard_start offset on redirect XDP framesJesper Dangaard Brouer
2019-06-25veth: Support bulk XDP_TXToshiaki Makita
2019-06-19veth: use xdp_release_frame for XDP_PASSJesper Dangaard Brouer
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-04-12net: veth: use generic helper to report timestamping infoJulian Wiedmann
2019-02-23veth: Fix -Wformat-truncationFlorian Fainelli
2019-02-08veth: Mark expected switch fall-throughsGustavo A. R. Silva
2018-11-06net: Add extack argument to rtnl_create_linkDavid Ahern
2018-10-15veth: Add ethtool statistics support for XDPToshiaki Makita
2018-10-15veth: Account for XDP packet statistics on rx sideToshiaki Makita
2018-10-15veth: Account for packet drops in ndo_xdp_xmitToshiaki Makita
2018-09-18veth: rename pcpu_vstats as pcpu_lstatsLi RongQing
2018-09-18Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-16veth: Orphan skb before GROToshiaki Makita
2018-08-31veth: add software timestampingMichael Walle
2018-08-16veth: Free queues on link deleteToshiaki Makita
2018-08-10veth: Support per queue XDP ringToshiaki Makita
2018-08-10veth: Add XDP TX and REDIRECTToshiaki Makita
2018-08-10veth: Add ndo_xdp_xmitToshiaki Makita
2018-08-10veth: Handle xdp_frames in xdp napi ringToshiaki Makita
2018-08-10veth: Avoid drops by oversized packets when XDP is enabledToshiaki Makita
2018-08-10veth: Add driver XDPToshiaki Makita
2017-12-08veth: set peer GSO valuesStephen Hemminger
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer
2017-06-22veth: Be more robust on network device creation when no attributesSerhey Popovych
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-03-29net: veth: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2016-10-20net: use core MTU range checking in core net infraJarod Wilson
2016-08-30net: veth: Set features for MPLSDavid Ahern
2016-08-26veth: sctp: add NETIF_F_SCTP_CRC to device featuresXin Long
2016-04-21veth: Update features to include all tunnel GSO typesAlexander Duyck
2016-03-01veth: implement ndo_set_rx_headroomPaolo Abeni
2015-12-22veth: don’t modify ip_summed; doing so treats packets with bad checksums as...Vijay Pandurangan
2015-08-18net: veth: enable noqueue operation by defaultPhil Sutter
2015-08-03veth: Don't segment multiple tagged packets on veth deviceToshiaki Makita
2015-04-02veth: set iflink to the peer vethNicolas Dichtel
2015-01-23veth: advertise link netns via netlinkNicolas Dichtel
2014-07-15net: rtnetlink - make create_link take name_assign_typeTom Gundersen
2014-06-25veth: add netpoll supportWANG Cong
2014-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-28veth: Turn off vlan rx acceleration in vlan_featuresVlad Yasevich
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman