summaryrefslogtreecommitdiffstats
path: root/net/openvswitch/vport.c
Commit message (Expand)AuthorAgeFilesLines
...
* openvswitch: Add vxlan tunneling support.Pravin B Shelar2013-08-201-0/+3
* openvswitch: Add Kconfig dependency on GRE-DEMUX.Pravin B Shelar2013-07-011-1/+1
* openvswitch: Use correct config guard.Pravin B Shelar2013-06-241-1/+1
* openvswitch: Add gre tunnel support.Pravin B Shelar2013-06-191-0/+19
* openvswitch: Add tunneling interface.Pravin B Shelar2013-06-191-1/+3
* openvswitch: Fix misspellings in comments and docs.Andy Hill2013-06-141-1/+1
* openvswitch: Unify vport error stats handling.Pravin B Shelar2013-06-141-2/+7
* openvswitch: Use generic struct pcpu_tstats.Pravin B Shelar2013-04-151-11/+11
* openvswitch: Simplify datapath locking.Pravin B Shelar2013-04-151-13/+9
* openvswitch: Don't insert empty OVS_VPORT_ATTR_OPTIONS attributeThomas Graf2013-04-021-6/+8
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...David S. Miller2013-03-151-2/+1
|\
| * openvswitch: remove some useless commentsCong Wang2013-02-221-2/+1
* | hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-2/+1
|/
* net: openvswitch: use this_cpu_ptr per-cpu helperShan Wei2012-11-161-3/+2
* net/openvswitch/vport.c: Remove unecessary semicolonPeter Senna Tschudin2012-09-181-1/+1
* netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-1/+1
* openvswitch: Increase maximum number of datapath ports.Pravin B Shelar2012-09-031-0/+1
* openvswitch: Add support for network namespaces.Pravin B Shelar2012-08-221-8/+14
* openvswitch: Replace Nicira Networks.Raju Subramanian2012-05-031-1/+1
* net: remove version.h includes in net/openvswitch/Devendra Naga2012-01-171-1/+0
* openvswitch: small potential memory leak in ovs_vport_alloc()Dan Carpenter2011-12-061-1/+3
* net: Add Open vSwitch kernel components.Jesse Gross2011-12-031-0/+396