aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch/vport.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-08openvswitch: fix vport packet length check.William Tu1-4/+4
2016-11-13openvswitch: add processing of L3 packetsJiri Benc1-0/+19
2016-11-13openvswitch: pass mac_proto to ovs_vport_sendJiri Benc1-1/+1
2016-11-13openvswitch: use hard_header_len instead of hardcoded ETH_HLENJiri Benc1-4/+6
2016-10-19openvswitch: remove unnecessary EXPORT_SYMBOLsJiri Benc1-1/+0
2016-10-19openvswitch: remove unused functionsJiri Benc1-16/+0
2016-10-13openvswitch: fix vlan subtraction from packet lengthJiri Benc1-1/+2
2016-09-08openvswitch: 802.1AD Flow handling, actions, vlan parsing, netlink attributesEric Garver1-1/+6
2016-06-10openvswitch: Add packet truncation support.William Tu1-0/+1
2015-12-02openvswitch: properly refcount vport-vxlan modulePaolo Abeni1-2/+2
2015-11-24net: openvswitch: Remove invalid commentAaron Conole1-2/+2
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-58/+0
2015-10-22openvswitch: Fix egress tunnel info.Pravin B Shelar1-58/+0
2015-10-22openvswitch: Use dev_queue_xmit for vport send.Pravin B Shelar1-0/+30
2015-10-18openvswitch: Scrub skb between namespacesJoe Stringer1-0/+9
2015-10-05openvswitch: Fix ovs_vport_get_stats()Pravin B Shelar1-29/+13
2015-08-31ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar1-13/+14
2015-08-29openvswitch: Remove vport stats.Pravin B Shelar1-97/+12
2015-08-29openvswitch: Remove egress_tun_info.Pravin B Shelar1-3/+3
2015-08-29ip_tunnels: record IP version in tunnel infoJiri Benc1-0/+2
2015-08-27openvswitch: Add conntrack actionJoe Stringer1-0/+1
2015-08-20ip_tunnels: use tos and ttl fields also for IPv6Jiri Benc1-2/+2
2015-08-20ip_tunnels: add IPv6 addresses to ip_tunnel_keyJiri Benc1-1/+1
2015-07-21openvswitch: Abstract vport name through ovs_vport_name()Thomas Graf1-2/+2
2015-07-21ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel genericThomas Graf1-15/+15
2015-03-31openvswitch: Return vport module ref before destructionThomas Graf1-3/+1
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