summaryrefslogtreecommitdiffstats
path: root/net/openvswitch/vport.c
Commit message (Expand)AuthorAgeFilesLines
* openvswitch: Add packet truncation support.William Tu2016-06-101-0/+1
* openvswitch: properly refcount vport-vxlan modulePaolo Abeni2015-12-021-2/+2
* net: openvswitch: Remove invalid commentAaron Conole2015-11-241-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-241-58/+0
|\
| * openvswitch: Fix egress tunnel info.Pravin B Shelar2015-10-221-58/+0
* | openvswitch: Use dev_queue_xmit for vport send.Pravin B Shelar2015-10-221-0/+30
|/
* openvswitch: Scrub skb between namespacesJoe Stringer2015-10-181-0/+9
* openvswitch: Fix ovs_vport_get_stats()Pravin B Shelar2015-10-051-29/+13
* ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar2015-08-311-13/+14
* openvswitch: Remove vport stats.Pravin B Shelar2015-08-291-97/+12
* openvswitch: Remove egress_tun_info.Pravin B Shelar2015-08-291-3/+3
* ip_tunnels: record IP version in tunnel infoJiri Benc2015-08-291-0/+2
* openvswitch: Add conntrack actionJoe Stringer2015-08-271-0/+1
* ip_tunnels: use tos and ttl fields also for IPv6Jiri Benc2015-08-201-2/+2
* ip_tunnels: add IPv6 addresses to ip_tunnel_keyJiri Benc2015-08-201-1/+1
* openvswitch: Abstract vport name through ovs_vport_name()Thomas Graf2015-07-211-2/+2
* ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel genericThomas Graf2015-07-211-15/+15
* openvswitch: Return vport module ref before destructionThomas Graf2015-03-311-3/+1
* openvswitch: Introduce ovs_tunnel_route_lookupFan Du2015-01-141-8/+1
* net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-1/+2
* openvswitch: Consistently include VLAN header in flow and port stats.Ben Pfaff2015-01-021-1/+1
* openvswitch: Fix vport_send double freePravin B Shelar2014-12-231-3/+2
* openvswitch: set correct protocol on route lookupJiri Benc2014-12-091-1/+1
* openvswitch: Constify various function argumentsThomas Graf2014-11-091-4/+4
* openvswitch: Extend packet attribute for egress tunnel infoWenyu Zhang2014-11-091-0/+61
* openvswitch: Export symbols as GPL symbols.Pravin B Shelar2014-11-091-6/+6
* ovs: Turn vports with dependencies into separate modulesThomas Graf2014-10-281-32/+70
* openvswitch: use vport instead of pFabian Frederick2014-10-151-2/+2
* openvswitch: Add support for Geneve tunneling.Jesse Gross2014-10-061-0/+3
* openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure.Jesse Gross2014-10-061-3/+3
* openvswitch: Use tun_key only for egress tunnel path.Pravin B Shelar2014-09-151-2/+10
* openvswitch: refactor ovs flow extract API.Pravin B Shelar2014-09-151-2/+3
* openvswitch: change the data type of error status to atomic_long_tLi RongQing2014-09-091-17/+8
* openvswitch: Fix memory leak in ovs_vport_alloc() error pathChristoph Jaeger2014-08-131-1/+3
* openvswitch: Allow each vport to have an array of 'port_id's.Alex Wang2014-07-241-1/+100
* net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2014-03-141-2/+2
* net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong2014-02-141-9/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller2014-01-061-1/+5
|\
| * ovs: make functions localStephen Hemminger2014-01-061-1/+5
* | net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing2014-01-041-6/+6
|/
* net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz2013-11-061-0/+8
* openvswitch: Fix argument descriptions in vport.c.Justin Pettit2013-08-231-1/+2
* 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