aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/veth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-07veth: use standard dev_lstats_add() and dev_lstats_read()Eric Dumazet1-32/+11
2019-06-25veth: Support bulk XDP_TXToshiaki Makita1-12/+48
2019-06-19veth: use xdp_release_frame for XDP_PASSJesper Dangaard Brouer1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-04-12net: veth: use generic helper to report timestamping infoJulian Wiedmann1-13/+1
2019-02-23veth: Fix -Wformat-truncationFlorian Fainelli1-1/+2
2019-02-08veth: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+4
2018-11-06net: Add extack argument to rtnl_create_linkDavid Ahern1-1/+1
2018-10-15veth: Add ethtool statistics support for XDPToshiaki Makita1-2/+46
2018-10-15veth: Account for XDP packet statistics on rx sideToshiaki Makita1-18/+79
2018-10-15veth: Account for packet drops in ndo_xdp_xmitToshiaki Makita1-8/+22
2018-09-18veth: rename pcpu_vstats as pcpu_lstatsLi RongQing1-14/+8
2018-09-18Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2018-09-16veth: Orphan skb before GROToshiaki Makita1-2/+2
2018-08-31veth: add software timestampingMichael Walle1-0/+15
2018-08-16veth: Free queues on link deleteToshiaki Makita1-37/+33
2018-08-10veth: Support per queue XDP ringToshiaki Makita1-90/+188
2018-08-10veth: Add XDP TX and REDIRECTToshiaki Makita1-9/+110
2018-08-10veth: Add ndo_xdp_xmitToshiaki Makita1-0/+51
2018-08-10veth: Handle xdp_frames in xdp napi ringToshiaki Makita1-5/+84
2018-08-10veth: Avoid drops by oversized packets when XDP is enabledToshiaki Makita1-2/+45
2018-08-10veth: Add driver XDPToshiaki Makita1-7/+367
2017-12-08veth: set peer GSO valuesStephen Hemminger1-0/+3
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer1-2/+3
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer1-1/+2
2017-06-22veth: Be more robust on network device creation when no attributesSerhey Popovych1-2/+2
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-2/+2
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-1/+2
2017-03-29net: veth: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-12/+7
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-4/+2
2016-10-20net: use core MTU range checking in core net infraJarod Wilson1-14/+3
2016-08-30net: veth: Set features for MPLSDavid Ahern1-0/+1
2016-08-26veth: sctp: add NETIF_F_SCTP_CRC to device featuresXin Long1-1/+1
2016-04-21veth: Update features to include all tunnel GSO typesAlexander Duyck1-4/+3
2016-03-01veth: implement ndo_set_rx_headroomPaolo Abeni1-0/+26
2015-12-22veth: don’t modify ip_summed; doing so treats packets with bad checksums as good.Vijay Pandurangan1-6/+0
2015-08-18net: veth: enable noqueue operation by defaultPhil Sutter1-0/+1
2015-08-03veth: Don't segment multiple tagged packets on veth deviceToshiaki Makita1-0/+1
2015-04-02veth: set iflink to the peer vethNicolas Dichtel1-0/+15
2015-01-23veth: advertise link netns via netlinkNicolas Dichtel1-0/+9
2014-07-15net: rtnetlink - make create_link take name_assign_typeTom Gundersen1-3/+8
2014-06-25veth: add netpoll supportWANG Cong1-0/+18
2014-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2014-03-28veth: Turn off vlan rx acceleration in vlan_featuresVlad Yasevich1-1/+4
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman1-2/+2
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2014-02-20veth: Fix vlan_features so as to be able to use stacked vlan interfacesToshiaki Makita1-1/+2
2014-02-18rtnl: make ifla_policy staticJiri Pirko1-4/+4
2014-02-14net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong1-10/+1