]> git.proxmox.com Git - mirror_ovs.git/history - lib/netdev-linux.c
ovsdb-idl: Fix iteration over tracked rows with no actual data.
[mirror_ovs.git] / lib / netdev-linux.c
2020-10-21 Ben PfaffEliminate use of term "slave" in bond, LACP, and bundle...
2020-07-08 Yi-Hung Weinetdev-linux: Fix broken build on Ubuntu 14.04
2020-05-16 Aaron Conolenetdev-linux: Update LAG in all cases.
2020-05-04 William Tunetdev-afxdp: Fix missing init.
2020-04-30 Jiang Lidongnetdev-linux: remove sum of vport stats and kernel...
2020-04-28 William Tunetdev-afxdp: Add interrupt mode netdev class.
2020-04-06 Usman Ansarinetdev-linux.c: Fix coverity unreachable code warning
2020-03-02 Flavio Leitnernetdev-linux: Enable TSO in the TAP device.
2020-02-26 Flavio Leitneruserspace TSO: SCTP checksum offload optional.
2020-02-26 Flavio Leitneruserspace TSO: Include UDP checksum offload.
2020-02-06 Flavio Leitnernetdev-linux: Prepend the std packet in the TSO packet
2020-01-18 William Tunetdev-linux: Detect numa node id.
2020-01-17 Flavio Leitneruserspace: Add TCP Segmentation Offload support
2020-01-09 Yi YangUse batch process recv for tap and raw socket in netdev...
2019-12-22 Paul Blakeytc: Introduce tcf_id to specify a tc filter
2019-11-21 William Tunetdev-afxdp: Enable libbpf logging to OVS.
2019-11-19 Eelco Chaudronnetdev-afxdp: add afxdp specific maximum MTU check
2019-07-24 Ilya Maximetsnetdev-afxdp: Convert AFXDP_DEBUG to custom stats.
2019-07-23 Ilya Maximetsnetdev-afxdp: Fix use of unconfigured device.
2019-07-19 William Tunetdev-afxdp: add new netdev type for AF_XDP.
2019-06-11 Ilya Maximetsnetdev: Dynamic per-port Flow API.
2019-04-22 Tonghao Zhangnetdev-linux: Add coverage counters for netdev_set_poli...
2019-04-16 Flavio Leitnernetlink linux: fix to append the netnsid netlink attr.
2019-04-16 Flavio Leitnernetlink linux: account for the netnsid netlink attr.
2019-04-10 John Hurleyovs-tc: offload datapath rules matching on internal...
2019-04-09 John Hurleyovs-tc: allow offloading TC rules to egress qdiscs
2019-03-15 Sharon Knetdev-linux: netem QoS support
2019-03-12 Roi Dayannetdev-linux: Remove ingress qdisc before trying to...
2019-03-04 Pieter Jansen van... lib/tc: add ingress ratelimiting support for tc-offload
2019-01-18 Ben Pfaffnetdev-linux: Fix function argument order in sfq_tc_load().
2018-10-03 Ben Pfaffnetdev-linux: Don't include <net/if_packet.h>.
2018-10-02 Andre McCurdynetdev-linux: use unsigned int for ifi_flags temporary...
2018-08-27 Ben Pfaffnetdev: Clean up class initialization.
2018-08-20 Ben Pfaffnetdev-linux: Avoid division by 0 if kernel reports...
2018-07-05 Tiago Lamnetdev-linux: Fix segfault in update_lag().
2018-06-29 John Hurleynetdev-linux: monitor and offload LAG slaves to TC
2018-06-29 John Hurleynetdev-linux: assign LAG devs to tc blocks
2018-06-29 John Hurleynetdev-linux: indicate if netdev is a LAG master
2018-06-29 John Hurleynetdev-provider: add class op to get block_id
2018-06-29 John Hurleytc: allow offloading of block ids
2018-06-14 Flavio Leitnertap: flag as present after opening it.
2018-06-14 Flavio Leitnerlinux: Assume it is local if no API is available.
2018-06-14 Flavio Leitnerlinux: disable netns support for tap.
2018-05-11 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-05-11 Jan Scheurichnetdev: Add optional qfill output parameter to rxq_recv()
2018-03-31 Flavio Leitnernetdev-linux: fail ops not supporting remote netns.
2018-03-31 Flavio Leitnernetlink linux: enable listening to all nsids
2018-03-31 Flavio Leitnernetdev-linux: use netlink to update netdev.
2018-03-31 Flavio Leitnernetnsid: update device only if netnsid matches.
2018-03-31 Flavio Leitnernetlink: provide network namespace id from a msg.
2018-02-28 Justin Pettitdp-packet: Add index to DP_PACKET_BATCH_FOR_EACH to...
2018-02-28 Justin PettitDon't shadow global VLOG "rl" definition.
2018-02-05 Tonghao Zhangnetdev-linux: Report netdev change events when mac...
2018-01-22 Flavio Leitnernetdev-linux: do not send packets to down tap ifaces.
2018-01-10 Michal Weglickinetdev: Custom statistics.
2018-01-02 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2017-12-22 Ben Pfaffsparse: Add guards to prevent FreeBSD-incompatible...
2017-12-20 Ilya Maximetsnetdev: Remove useless cutlen.
2017-12-20 Ilya Maximetsnetdev: Remove unused may_steal.
2017-11-27 Justin PettitUpdate mailing list archive pointers to the current...
2017-11-03 Bhanuprakash Bodireddynetdev-linux: Clean up netdev_linux_sock_batch_send().
2017-11-03 Bhanuprakash Bodireddynetdev-linux: Use DP_PACKET_BATCH_FOR_EACH in netdev_li...
2017-11-03 Xiao Lianglib: Move lib/poll-loop.h to include/openvswitch
2017-11-02 Kaige Funetdev-linux: Fix wrong ceil rate when max-rate less...
2017-08-09 Roi Dayannetdev-linux: Reduce log level for ENODEV errors gettin...
2017-08-03 Zhenyu Gaonetdev-linux: Replace sendmsg with sendmmsg in netdev_l...
2017-08-03 Ben Pfaffdp-packet: New function dp_packet_get_send_len().
2017-08-02 Ben PfaffEliminate most shadowing for local variable names.
2017-06-27 Ben Pfaffuserspace: Handling of versatile tunnel ports
2017-06-19 Joe Stringertc: Tidy up includes.
2017-06-15 Paul Blakeynetdev-vport: Use common offloads interface
2017-06-15 Paul Blakeynetdev-linux: Disallow setting policing when configured...
2017-06-14 Paul Blakeynetdev: Adding a new netdev API to be used for offloadi...
2017-06-14 Paul Blakeytc: Introduce tc module
2017-06-14 Roi Dayannetdev-linux: Refactor two tc functions
2017-06-07 Flavio Leitnernetdev-linux: maintain original device's state
2017-06-07 Flavio Leitnernetdev-linux: make tap devices persistent.
2017-05-31 Zhenyu Gaonetdev-linux: Refactor netdev_linux_send() in forwardin...
2017-05-03 Jan Scheurichuserspace: Add packet_type in dp_packet and flow
2017-05-01 William Tubridge: Prohibit "default" and "all" bridge name.
2017-01-27 Andy Zhoudp-packet: Enhance packet batch APIs.
2016-10-04 Eric Garvernetdev-linux: double tagged packets should use 0x88a8
2016-09-27 David Hillnetdev-linux: Use ethtool when miimon fails.
2016-08-15 Daniele Di Proiettonetdev: Pass 'netdev_class' to ->run() and ->wait().
2016-08-13 Daniele Di Proiettonetdev: Make netdev_set_mtu() netdev parameter non...
2016-08-08 Ben Pfaffsmap: New function smap_get_ullong().
2016-07-29 Daniele Di Proiettonetdev-*: Do not use dp_packet_pad() in recv() functions.
2016-07-27 Ilya Maximetsdpif-netdev: XPS (Transmit Packet Steering) implementation.
2016-07-23 Terry Wilsonjson: Move from lib to include/openvswitch.
2016-07-21 William Tunetdev-provider: Apply batch object to netdev provider.
2016-07-07 Daniele Di Proiettonetdev-linux: Do not log a warning if the device is...
2016-06-24 William Tuofp-actions: Add truncate action.
2016-06-23 bschanmu@redhat.comnetdev-linux: Add new QoS type linux-noop.
2016-05-23 Daniele Di Proiettonetdev-dpdk: Use ->reconfigure() call to change rx...
2016-05-23 Daniele Di Proiettonetdev: Add reconfigure request mechanism.
2016-05-06 mweglicxAdd support for extended netdev statistics based on...
2016-04-27 Daniele Di Proiettohmap: Add HMAP_FOR_EACH_POP.
2016-04-21 Miguel Angel Ajonetdev-linux: Fix ingress policing burst rate configura...
2016-04-07 William Tudp-packet: Fix use of uninitialised value at emc_lookup.
2016-03-30 Ben WarrenMove lib/ofpbuf.h to include/openvswitch directory
next