aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch/vport.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitchDavid S. Miller1-1/+5
2014-01-06ovs: make functions localStephen Hemminger1-1/+5
2014-01-04net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing1-6/+6
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz1-0/+8
2013-08-23openvswitch: Fix argument descriptions in vport.c.Justin Pettit1-1/+2
2013-08-20openvswitch: Add vxlan tunneling support.Pravin B Shelar1-0/+3
2013-07-01openvswitch: Add Kconfig dependency on GRE-DEMUX.Pravin B Shelar1-1/+1
2013-06-24openvswitch: Use correct config guard.Pravin B Shelar1-1/+1
2013-06-19openvswitch: Add gre tunnel support.Pravin B Shelar1-0/+19
2013-06-19openvswitch: Add tunneling interface.Pravin B Shelar1-1/+3
2013-06-14openvswitch: Fix misspellings in comments and docs.Andy Hill1-1/+1
2013-06-14openvswitch: Unify vport error stats handling.Pravin B Shelar1-2/+7
2013-04-15openvswitch: Use generic struct pcpu_tstats.Pravin B Shelar1-11/+11
2013-04-15openvswitch: Simplify datapath locking.Pravin B Shelar1-13/+9
2013-04-02openvswitch: Don't insert empty OVS_VPORT_ATTR_OPTIONS attributeThomas Graf1-6/+8
2013-03-15Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitchDavid S. Miller1-2/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-2/+1
2013-02-22openvswitch: remove some useless commentsCong Wang1-2/+1
2012-11-16net: openvswitch: use this_cpu_ptr per-cpu helperShan Wei1-3/+2
2012-09-18net/openvswitch/vport.c: Remove unecessary semicolonPeter Senna Tschudin1-1/+1
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-1/+1
2012-09-03openvswitch: Increase maximum number of datapath ports.Pravin B Shelar1-0/+1
2012-08-22openvswitch: Add support for network namespaces.Pravin B Shelar1-8/+14
2012-05-03openvswitch: Replace Nicira Networks.Raju Subramanian1-1/+1
2012-01-17net: remove version.h includes in net/openvswitch/Devendra Naga1-1/+0
2011-12-06openvswitch: small potential memory leak in ovs_vport_alloc()Dan Carpenter1-1/+3
2011-12-03net: Add Open vSwitch kernel components.Jesse Gross1-0/+396