summaryrefslogtreecommitdiff
path: root/datapath/vport.c
Commit message (Expand)AuthorAgeFilesLines
* datapath: compat: Refactor egress tunnel infoPravin B Shelar2016-07-081-78/+0
* datapath:backport: openvswitch: Add packet truncation support.William Tu2016-06-241-0/+1
* datapath: Drop support for kernel older than 3.10Pravin B Shelar2016-03-141-10/+22
* datapath/vport: Remove an invalid commentAaron Conole2015-12-211-2/+2
* datapath: Backport: openvswitch: properly refcount vport-vxlan modulePravin B Shelar2015-12-081-2/+2
* datapath: Scrub skb between namespacesJoe Stringer2015-12-031-0/+9
* datapath: Add conntrack actionJoe Stringer2015-12-031-0/+1
* datapath: Add support for lwtunnelPravin B Shelar2015-12-031-178/+146
* datapath: Whitespace fixes.Joe Stringer2015-07-301-2/+1
* datapath: Turn vports with dependencies into separate modulesThomas Graf2015-04-041-30/+70
* datapath: Account for "rename vlan_tx_* helpers since "tx" is misleading there"Thomas Graf2015-02-031-1/+1
* datapath: Consistently include VLAN header in flow and port stats.Ben Pfaff2015-01-061-1/+1
* datapath: Simplify vport_send() error handling.Pravin B Shelar2014-12-231-2/+2
* datapath: Fix comment style.Pravin B Shelar2014-10-231-1/+2
* datapath: Replace __force type cast with rcu_dereference_raw().Pravin B Shelar2014-10-231-1/+1
* datapath: use vport instead of pFabian Frederick2014-10-171-2/+2
* datapath: Constify various function argumentsThomas Graf2014-09-231-4/+4
* datapath: Remove pkt_key from OVS_CB.Pravin B Shelar2014-09-201-1/+1
* datapath: change the data type of error status to atomic_long_tLi RongQing2014-09-201-18/+8
* datapath: Remove support to set vport stats.Pravin B Shelar2014-09-201-32/+14
* datapath: introduce netdev_alloc_pcpu_stats() for driversWANG Cong2014-09-121-8/+1
* datapath: Remove recirc stack depth limit checkAndy Zhou2014-09-051-1/+1
* Extend OVS IPFIX exporter to export tunnel headersWenyu Zhang2014-08-181-0/+58
* datapath: Fix memory leak in ovs_vport_alloc() error pathChristoph Jaeger2014-08-121-1/+3
* datapath: Use tun_info only for egress tunnel path.Pravin B Shelar2014-08-061-2/+10
* datapath: Check for NULL upcall_portids.Pravin B Shelar2014-07-151-0/+3
* datapath: Change u64_stats_* to use _irq instead of _bh().Jesse Gross2014-07-011-2/+2
* datapath: Initialize OVS_CB in ovs_vport_receive()Pravin B Shelar2014-06-271-1/+4
* datapath: Add support for Geneve tunneling.Jesse Gross2014-06-201-0/+1
* datapath: Wrap struct ovs_key_ipv4_tunnel in a new structure.Jesse Gross2014-06-191-3/+3
* datapath: Add support for kernel 3.14.Pritesh Kothari2014-05-011-8/+8
* datapath: Allow each vport to have an array of 'port_id's.Alex Wang2014-04-141-1/+101
* datapath: Add support for kernels 3.13Pravin Shelar2014-03-311-0/+7
* datapath: make functions localStephen Hemminger2013-12-171-1/+5
* datapath: Fix typos in comment.Ben Pfaff2013-09-241-1/+1
* datapath: vport: Remove compat supportPravin B Shelar2013-09-061-2/+0
* datapath: Fix argument descriptions in vport.c.Justin Pettit2013-08-191-1/+2
* datapath: Make GRE support conditional on CONFIG_NET_IPGRE_DEMUX.Jesse Gross2013-06-271-0/+3
* Fix misspellings in comments and docs.Andy Hill2013-06-041-1/+1
* datapath: Check for positive packet length in vport_send().Jesse Gross2013-05-131-1/+1
* datapath: Kill VPORT_F_TUN_ID vport flag.Pravin B Shelar2013-05-061-4/+3
* datapath: Move vport init to first port create.Pravin B Shelar2013-05-061-52/+6
* datapath: Unify vport error stats handling.Pravin B Shelar2013-05-061-1/+6
* tunneling: Remove struct tnl_vport and tnl_ops.Pravin B Shelar2013-05-061-0/+15
* datapath: Use generic struct pcpu_tstats.Pravin B Shelar2013-04-291-11/+11
* datapath: Simplify datapath locking.Pravin B Shelar2013-04-121-17/+10
* datapath: Don't insert empty OVS_VPORT_ATTR_OPTIONS attributeThomas Graf2013-04-021-6/+8
* datapath: Remove checks for preinitialized flow.Jesse Gross2013-03-181-3/+0
* datapath: hlist: drop the node parameter from iteratorsSasha Levin2013-03-151-2/+1
* Add support for LISP tunnelingLorand Jakab2013-02-251-0/+1