summaryrefslogtreecommitdiff
path: root/net/openvswitch/vport.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-14net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-1/+2
2015-01-03openvswitch: Consistently include VLAN header in flow and port stats.Ben Pfaff1-1/+1
2014-12-24openvswitch: Fix vport_send double freePravin B Shelar1-3/+2
2014-12-10openvswitch: set correct protocol on route lookupJiri Benc1-1/+1
2014-11-10openvswitch: Constify various function argumentsThomas Graf1-4/+4
2014-11-10openvswitch: Extend packet attribute for egress tunnel infoWenyu Zhang1-0/+61
2014-11-10openvswitch: 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-16openvswitch: 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-16openvswitch: Use tun_key only for egress tunnel path.Pravin B Shelar1-2/+10
2014-09-16openvswitch: 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-14openvswitch: 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-15net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman1-2/+2
2014-02-15net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong1-9/+1
2014-01-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller1-1/+5
2014-01-07ovs: make functions localStephen Hemminger1-1/+5
2014-01-05net: 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-24openvswitch: Fix argument descriptions in vport.c.Justin Pettit1-1/+2
2013-08-20openvswitch: Add vxlan tunneling support.Pravin B Shelar1-0/+3
2013-07-02openvswitch: 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-20openvswitch: Add gre tunnel support.Pravin B Shelar1-0/+19
2013-06-20openvswitch: Add tunneling interface.Pravin B Shelar1-1/+3
2013-06-15openvswitch: Fix misspellings in comments and docs.Andy Hill1-1/+1
2013-06-15openvswitch: Unify vport error stats handling.Pravin B Shelar1-2/+7
2013-04-16openvswitch: Use generic struct pcpu_tstats.Pravin B Shelar1-11/+11
2013-04-16openvswitch: Simplify datapath locking.Pravin B Shelar1-13/+9
2013-04-03openvswitch: 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/o...David S. Miller1-2/+1
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin1-2/+1
2013-02-23openvswitch: remove some useless commentsCong Wang1-2/+1
2012-11-17net: openvswitch: use this_cpu_ptr per-cpu helperShan Wei1-3/+2
2012-09-19net/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-04openvswitch: Increase maximum number of datapath ports.Pravin B Shelar1-0/+1
2012-08-23openvswitch: Add support for network namespaces.Pravin B Shelar1-8/+14
2012-05-04openvswitch: 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