summaryrefslogtreecommitdiff
path: root/lib/netdev-linux.c
Commit message (Expand)AuthorAgeFilesLines
* netdev-linux: Fix segfault in update_lag().Tiago Lam2018-07-051-1/+7
* netdev-linux: monitor and offload LAG slaves to TCJohn Hurley2018-06-291-0/+73
* netdev-linux: assign LAG devs to tc blocksJohn Hurley2018-06-291-5/+29
* netdev-linux: indicate if netdev is a LAG masterJohn Hurley2018-06-291-0/+20
* netdev-provider: add class op to get block_idJohn Hurley2018-06-291-1/+2
* tc: allow offloading of block idsJohn Hurley2018-06-291-2/+2
* tap: flag as present after opening it.Flavio Leitner2018-06-141-0/+1
* linux: Assume it is local if no API is available.Flavio Leitner2018-06-141-1/+7
* linux: disable netns support for tap.Flavio Leitner2018-06-141-1/+5
* netdev: Add optional qfill output parameter to rxq_recv()Jan Scheurich2018-05-111-1/+6
* netdev-linux: fail ops not supporting remote netns.Flavio Leitner2018-03-311-14/+120
* netlink linux: enable listening to all nsidsFlavio Leitner2018-03-311-0/+1
* netdev-linux: use netlink to update netdev.Flavio Leitner2018-03-311-3/+111
* netnsid: update device only if netnsid matches.Flavio Leitner2018-03-311-6/+58
* netlink: provide network namespace id from a msg.Flavio Leitner2018-03-311-1/+1
* dp-packet: Add index to DP_PACKET_BATCH_FOR_EACH to prevent shadowing.Justin Pettit2018-02-281-2/+2
* Don't shadow global VLOG "rl" definition.Justin Pettit2018-02-281-4/+4
* netdev-linux: Report netdev change events when mac changed.Tonghao Zhang2018-02-051-0/+3
* netdev-linux: do not send packets to down tap ifaces.Flavio Leitner2018-01-221-0/+16
* netdev: Custom statistics.Michal Weglicki2018-01-101-0/+1
* Merge branch 'dpdk_merge' of https://github.com/istokes/ovs into HEADBen Pfaff2018-01-021-4/+4
|\
| * netdev: Remove useless cutlen.Ilya Maximets2017-12-201-2/+2
| * netdev: Remove unused may_steal.Ilya Maximets2017-12-201-2/+2
* | sparse: Add guards to prevent FreeBSD-incompatible #include order.Ben Pfaff2017-12-221-2/+2
|/
* Update mailing list archive pointers to the current server.Justin Pettit2017-11-271-3/+3
* netdev-linux: Clean up netdev_linux_sock_batch_send().Bhanuprakash Bodireddy2017-11-031-6/+7
* netdev-linux: Use DP_PACKET_BATCH_FOR_EACH in netdev_linux_tap_batch_send.Bhanuprakash Bodireddy2017-11-031-2/+2
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* netdev-linux: Fix wrong ceil rate when max-rate less than 8bit.Kaige Fu2017-11-021-4/+3
* netdev-linux: Reduce log level for ENODEV errors getting ifindexRoi Dayan2017-08-091-2/+6
* netdev-linux: Replace sendmsg with sendmmsg in netdev_linux_sendZhenyu Gao2017-08-021-74/+89
* dp-packet: New function dp_packet_get_send_len().Ben Pfaff2017-08-021-4/+1
* Eliminate most shadowing for local variable names.Ben Pfaff2017-08-021-1/+1
* userspace: Handling of versatile tunnel portsBen Pfaff2017-06-271-0/+1
* tc: Tidy up includes.Joe Stringer2017-06-191-0/+1
* netdev-vport: Use common offloads interfacePaul Blakey2017-06-151-4/+3
* netdev-linux: Disallow setting policing when configured with hw offloadPaul Blakey2017-06-151-0/+8
* netdev: Adding a new netdev API to be used for offloading flowsPaul Blakey2017-06-141-4/+11
* tc: Introduce tc modulePaul Blakey2017-06-141-99/+1
* netdev-linux: Refactor two tc functionsRoi Dayan2017-06-141-36/+55
* netdev-linux: maintain original device's stateFlavio Leitner2017-06-061-0/+1
* netdev-linux: make tap devices persistent.Flavio Leitner2017-06-061-0/+8
* netdev-linux: Refactor netdev_linux_send() in forwarding batch packets.Zhenyu Gao2017-05-311-30/+34
* userspace: Add packet_type in dp_packet and flowJan Scheurich2017-05-031-1/+3
* bridge: Prohibit "default" and "all" bridge name.William Tu2017-05-011-9/+30
* dp-packet: Enhance packet batch APIs.Andy Zhou2017-01-261-2/+1
* netdev-linux: double tagged packets should use 0x88a8Eric Garver2016-10-041-3/+11
* netdev-linux: Use ethtool when miimon fails.David Hill2016-09-271-3/+2
* netdev: Pass 'netdev_class' to ->run() and ->wait().Daniele Di Proietto2016-08-151-3/+3
* netdev: Make netdev_set_mtu() netdev parameter non-const.Daniele Di Proietto2016-08-121-1/+1