summaryrefslogtreecommitdiff
path: root/datapath/vport.c
Commit message (Expand)AuthorAgeFilesLines
* datapath: Use nla_nest_start_noflag()Yi-Hung Wei2019-10-181-1/+1
* datapath: kzalloc() -> kcalloc()Kees Cook2018-12-151-1/+1
* compat: Allow IPv6 GRE/ERSPAN Tx when ip6_gre is loadedGreg Rose2018-07-271-2/+15
* datapath: work around the single GRE receive limitation.William Tu2018-07-111-4/+8
* datapath: Check if gre kernel module is loadedGreg Rose2018-06-071-0/+4
* datapath: Do not fail to load on gre protocol conflictGreg Rose2018-06-051-9/+18
* gre: Resolve gre receive issuesGreg Rose2018-05-211-4/+9
* openvswitch: fix vport packet length check.William Tu2018-05-211-4/+4
* compat: Add ipv6 GRE and IPV6 TunnelingGreg Rose2018-05-211-0/+12
* datapath: add processing of L3 packetsYang, Yi Y2017-03-021-0/+19
* datapath: pass mac_proto to ovs_vport_sendYang, Yi Y2017-03-021-1/+1
* datapath: use hard_header_len instead of hardcoded ETH_HLENYang, Yi Y2017-03-021-4/+6
* datapath: remove unnecessary EXPORT_SYMBOLsJiri Benc2017-03-021-1/+0
* datapath: remove unused functionsJiri Benc2017-03-021-16/+0
* datapath: 802.1AD Flow handling, actions, vlan parsing, netlink attributesYang, Yi Y2017-03-021-1/+7
* 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