summaryrefslogtreecommitdiff
path: root/datapath/dp_notify.c
Commit message (Expand)AuthorAgeFilesLines
* datapath: reliable interface indentification in port dumpsJiri Benc2018-02-121-1/+2
* datapath: Backport: openvswitch: fix hangup on vxlan/gre/geneve device deletionPravin B Shelar2015-12-081-1/+1
* datapath: Add support for lwtunnelPravin B Shelar2015-12-031-4/+1
* datapath: Add support for kernels 3.13Pravin Shelar2014-03-311-7/+7
* datapath: Add support for Linux 3.11Pravin B Shelar2013-10-161-1/+1
* datapath: fix vport-netdev unregisterAlexei Starovoitov2013-10-161-2/+5
* datapath: Remove compat workqueue.Pravin B Shelar2013-09-071-1/+1
* datapath: Cleanup netlink compat code.Pravin B Shelar2013-09-061-1/+1
* datapath: Move generic tunnel functions to lisp module.Pravin B Shelar2013-08-131-0/+2
* datapath: Simplify datapath locking.Pravin B Shelar2013-04-121-26/+56
* openvswitch: Remove Linux bridge compatibility.Pravin B Shelar2012-12-271-6/+0
* datapath: Fix use-after-free bug in dp_notify.Pravin B Shelar2012-06-071-2/+3
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* datapath: Add support for namespace.Pravin B Shelar2012-01-301-4/+5
* datapath: Scope global symbols with ovs_ prefix.Jesse Gross2011-11-221-10/+10
* datapath: Remove unused variable in dp_notify.c.Jesse Gross2011-11-211-4/+2
* datapath: Always notify in initial namespace for port deletions.Jesse Gross2011-11-211-8/+7
* datapath: Reformat copyright messages.Jesse Gross2011-11-161-6/+14
* datapath: Avoid use-after-free error in dp_device_event().Ben Pfaff2011-09-291-1/+1
* Set MTU in userspace rather than kernel.Justin Pettit2011-09-151-5/+0
* datapath: genl_notify() on port disappearances.Ethan Jackson2011-09-011-1/+17
* datapath: Use "OVS_*" as opposed to "ODP_*" for user<->kernel interactions.Justin Pettit2011-08-191-1/+1
* datapath: Adopt Generic Netlink-compatible locking.Ben Pfaff2011-01-271-7/+2
* datapath: Merge vport "attach" into "create" and "detach" into "destroy".Ben Pfaff2010-12-031-3/+5
* datapath: Merge "struct dp_port" into "struct vport".Ben Pfaff2010-12-031-10/+5
* datapath: Make adding and attaching a vport a single step.Ben Pfaff2010-12-031-1/+1
* treewide: Remove trailing whitespaceJoe Perches2010-08-301-2/+2
* vport-internal: Set vport to NULL when detaching.Jesse Gross2010-07-301-4/+3
* datapath: Don't hold dp_mutex when setting internal devs MTU.Jesse Gross2010-04-301-4/+1
* datapath: Add generic virtual port layer.Jesse Gross2010-04-191-11/+18
* datapath: Set datapath device MTU to minimum of MTU of ports.Jesse Gross2010-02-021-0/+8
* datapath: Additional fixes for datapath device renaming.Ben Pfaff2009-08-191-2/+7
* datapath: Update sysfs links when network devices are renamed.Ben Pfaff2009-08-061-3/+20
* datapath: Fix race against workqueue in dp_dev and simplify code.Ben Pfaff2009-07-081-1/+1
* Update primary code license to Apache 2.0.Ben Pfaff2009-06-151-0/+3
* Import from old repository commit 61ef2b42a9c4ba8e1600f15bb0236765edc2ad45.v0.90.0Ben Pfaff2009-07-081-0/+29