aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch/vport.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-13openvswitch: pass mac_proto to ovs_vport_sendJiri Benc1-1/+1
2016-10-19openvswitch: remove unused functionsJiri Benc1-1/+0
2016-02-19net: use skb_postpush_rcsum instead of own implementationsDaniel Borkmann1-7/+0
2016-01-10openvswitch: update kernel doc for struct vportJean Sacren1-1/+2
2016-01-10openvswitch: clean up unused functionJean Sacren1-20/+0
2015-12-02openvswitch: properly refcount vport-vxlan modulePaolo Abeni1-1/+7
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-16/+0
2015-10-22openvswitch: Fix egress tunnel info.Pravin B Shelar1-35/+0
2015-10-22openvswitch: Use dev_queue_xmit for vport send.Pravin B Shelar1-5/+2
2015-08-31ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar1-3/+4
2015-08-29openvswitch: Remove vport-netPravin B Shelar1-4/+0
2015-08-29openvswitch: Remove vport stats.Pravin B Shelar1-26/+10
2015-08-29openvswitch: Remove egress_tun_info.Pravin B Shelar1-2/+1
2015-08-29openvswitch: Remove vport get_name()Pravin B Shelar1-5/+1
2015-08-20ip_tunnels: use tos and ttl fields also for IPv6Jiri Benc1-1/+1
2015-08-20ip_tunnels: add IPv6 addresses to ip_tunnel_keyJiri Benc1-2/+2
2015-07-21openvswitch: Abstract vport name through ovs_vport_name()Thomas Graf1-0/+5
2015-07-21openvswitch: Move dev pointer into vport itselfThomas Graf1-1/+2
2015-07-21route: Per route IP tunnel metadata via lightweight tunnelThomas Graf1-0/+1
2015-07-21ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel genericThomas Graf1-6/+6
2015-02-20openvswitch: Fix net exit.Pravin B Shelar1-0/+2
2015-01-14openvswitch: Introduce ovs_tunnel_route_lookupFan Du1-0/+18
2014-11-09openvswitch: Constify various function argumentsThomas Graf1-3/+3
2014-11-09openvswitch: Extend packet attribute for egress tunnel infoWenyu Zhang1-0/+14
2014-10-28ovs: Turn vports with dependencies into separate modulesThomas Graf1-8/+6
2014-10-06openvswitch: Add support for Geneve tunneling.Jesse Gross1-0/+1
2014-10-06openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure.Jesse Gross1-1/+1
2014-09-26net/openvswitch: remove dup comment in vport.hWang Sheng-Hui1-1/+0
2014-09-09openvswitch: change the data type of error status to atomic_long_tLi RongQing1-6/+4
2014-07-24openvswitch: Allow each vport to have an array of 'port_id's.Alex Wang1-4/+23
2014-05-16openvswitch: avoid cast-qual warning in vport_privDaniele Di Proietto1-1/+1
2014-05-16openvswitch: avoid warnings in vport_from_privDaniele Di Proietto1-2/+2
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitchDavid S. Miller1-1/+0
2014-01-06ovs: make functions localStephen Hemminger1-1/+0
2014-01-04net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing1-1/+1
2013-08-20openvswitch: Add vxlan tunneling support.Pravin B Shelar1-0/+1
2013-06-19openvswitch: Add gre tunnel support.Pravin B Shelar1-0/+7
2013-06-19openvswitch: Add tunneling interface.Pravin B Shelar1-1/+2
2013-06-14openvswitch: make skb->csum consistent with rest of networking stack.Pravin B Shelar1-0/+7
2013-06-14openvswitch: Unify vport error stats handling.Pravin B Shelar1-1/+2
2013-06-14openvswitch: Remove unused get_config vport op.Jesse Gross1-3/+0
2013-04-30openvswitch: Remove unneeded ovs_netdev_get_ifindex()Thomas Graf1-2/+0
2013-04-15openvswitch: Use generic struct pcpu_tstats.Pravin B Shelar1-9/+2
2013-04-15openvswitch: Simplify datapath locking.Pravin B Shelar1-2/+2
2012-12-04openvswitch: Avoid useless holes in struct vportThomas Graf1-2/+2
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-3/+3
2012-09-03openvswitch: Increase maximum number of datapath ports.Pravin B Shelar1-2/+2
2012-08-22openvswitch: Add support for network namespaces.Pravin B Shelar1-1/+2
2012-05-03openvswitch: Replace Nicira Networks.Raju Subramanian1-1/+1
2011-12-03net: Add Open vSwitch kernel components.Jesse Gross1-0/+205