aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch/vport.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-14openvswitch: Introduce ovs_tunnel_route_lookupFan Du1-8/+1
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-1/+2
2015-01-02openvswitch: Consistently include VLAN header in flow and port stats.Ben Pfaff1-1/+1
2014-12-23openvswitch: Fix vport_send double freePravin B Shelar1-3/+2
2014-12-09openvswitch: set correct protocol on route lookupJiri Benc1-1/+1
2014-11-09openvswitch: Constify various function argumentsThomas Graf1-4/+4
2014-11-09openvswitch: Extend packet attribute for egress tunnel infoWenyu Zhang1-0/+61
2014-11-09openvswitch: Export symbols as GPL symbols.Pravin B Shelar1-6/+6
2014-10-28ovs: Turn vports with dependencies into separate modulesThomas Graf1-32/+70
2014-10-15openvswitch: use vport instead of pFabian Frederick1-2/+2
2014-10-06openvswitch: Add support for Geneve tunneling.Jesse Gross1-0/+3
2014-10-06openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure.Jesse Gross1-3/+3
2014-09-15openvswitch: Use tun_key only for egress tunnel path.Pravin B Shelar1-2/+10
2014-09-15openvswitch: refactor ovs flow extract API.Pravin B Shelar1-2/+3
2014-09-09openvswitch: change the data type of error status to atomic_long_tLi RongQing1-17/+8
2014-08-13openvswitch: Fix memory leak in ovs_vport_alloc() error pathChristoph Jaeger1-1/+3
2014-07-24openvswitch: Allow each vport to have an array of 'port_id's.Alex Wang1-1/+100
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman1-2/+2
2014-02-14net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong1-9/+1
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