index
:
delta/openvswitch.git
branch-1.1
branch-1.10
branch-1.11
branch-1.2
branch-1.3
branch-1.4
branch-1.5
branch-1.6
branch-1.7
branch-1.8
branch-1.9
branch-2.0
branch-2.1
branch-2.10
branch-2.11
branch-2.12
branch-2.13
branch-2.14
branch-2.15
branch-2.16
branch-2.17
branch-2.2
branch-2.3
branch-2.4
branch-2.5
branch-2.6
branch-2.7
branch-2.8
branch-2.9
branch-3.0
branch-3.1
dpdk-hwol
dpdk-latest
dpdk-travis-build-test
elephant
ext-320
for-nox/0.4
lts-1.0
lts-1.0a
master
openflow-1.0
ovn
ovn-ddlog-patches
raft2
review/jarno_ct_bp_v1
vlan-maint
wdp
xs5.7
github.com: openvswitch/ovs.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
datapath
/
vport.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
datapath: Check if gre kernel module is loaded
Greg Rose
2018-06-07
1
-0
/
+4
*
datapath: Do not fail to load on gre protocol conflict
Greg Rose
2018-06-05
1
-9
/
+18
*
gre: Resolve gre receive issues
Greg Rose
2018-05-21
1
-4
/
+9
*
openvswitch: fix vport packet length check.
William Tu
2018-05-21
1
-4
/
+4
*
compat: Add ipv6 GRE and IPV6 Tunneling
Greg Rose
2018-05-21
1
-0
/
+12
*
datapath: add processing of L3 packets
Yang, Yi Y
2017-03-02
1
-0
/
+19
*
datapath: pass mac_proto to ovs_vport_send
Yang, Yi Y
2017-03-02
1
-1
/
+1
*
datapath: use hard_header_len instead of hardcoded ETH_HLEN
Yang, Yi Y
2017-03-02
1
-4
/
+6
*
datapath: remove unnecessary EXPORT_SYMBOLs
Jiri Benc
2017-03-02
1
-1
/
+0
*
datapath: remove unused functions
Jiri Benc
2017-03-02
1
-16
/
+0
*
datapath: 802.1AD Flow handling, actions, vlan parsing, netlink attributes
Yang, Yi Y
2017-03-02
1
-1
/
+7
*
datapath: compat: Refactor egress tunnel info
Pravin B Shelar
2016-07-08
1
-78
/
+0
*
datapath:backport: openvswitch: Add packet truncation support.
William Tu
2016-06-24
1
-0
/
+1
*
datapath: Drop support for kernel older than 3.10
Pravin B Shelar
2016-03-14
1
-10
/
+22
*
datapath/vport: Remove an invalid comment
Aaron Conole
2015-12-21
1
-2
/
+2
*
datapath: Backport: openvswitch: properly refcount vport-vxlan module
Pravin B Shelar
2015-12-08
1
-2
/
+2
*
datapath: Scrub skb between namespaces
Joe Stringer
2015-12-03
1
-0
/
+9
*
datapath: Add conntrack action
Joe Stringer
2015-12-03
1
-0
/
+1
*
datapath: Add support for lwtunnel
Pravin B Shelar
2015-12-03
1
-178
/
+146
*
datapath: Whitespace fixes.
Joe Stringer
2015-07-30
1
-2
/
+1
*
datapath: Turn vports with dependencies into separate modules
Thomas Graf
2015-04-04
1
-30
/
+70
*
datapath: Account for "rename vlan_tx_* helpers since "tx" is misleading there"
Thomas Graf
2015-02-03
1
-1
/
+1
*
datapath: Consistently include VLAN header in flow and port stats.
Ben Pfaff
2015-01-06
1
-1
/
+1
*
datapath: Simplify vport_send() error handling.
Pravin B Shelar
2014-12-23
1
-2
/
+2
*
datapath: Fix comment style.
Pravin B Shelar
2014-10-23
1
-1
/
+2
*
datapath: Replace __force type cast with rcu_dereference_raw().
Pravin B Shelar
2014-10-23
1
-1
/
+1
*
datapath: use vport instead of p
Fabian Frederick
2014-10-17
1
-2
/
+2
*
datapath: Constify various function arguments
Thomas Graf
2014-09-23
1
-4
/
+4
*
datapath: Remove pkt_key from OVS_CB.
Pravin B Shelar
2014-09-20
1
-1
/
+1
*
datapath: change the data type of error status to atomic_long_t
Li RongQing
2014-09-20
1
-18
/
+8
*
datapath: Remove support to set vport stats.
Pravin B Shelar
2014-09-20
1
-32
/
+14
*
datapath: introduce netdev_alloc_pcpu_stats() for drivers
WANG Cong
2014-09-12
1
-8
/
+1
*
datapath: Remove recirc stack depth limit check
Andy Zhou
2014-09-05
1
-1
/
+1
*
Extend OVS IPFIX exporter to export tunnel headers
Wenyu Zhang
2014-08-18
1
-0
/
+58
*
datapath: Fix memory leak in ovs_vport_alloc() error path
Christoph Jaeger
2014-08-12
1
-1
/
+3
*
datapath: Use tun_info only for egress tunnel path.
Pravin B Shelar
2014-08-06
1
-2
/
+10
*
datapath: Check for NULL upcall_portids.
Pravin B Shelar
2014-07-15
1
-0
/
+3
*
datapath: Change u64_stats_* to use _irq instead of _bh().
Jesse Gross
2014-07-01
1
-2
/
+2
*
datapath: Initialize OVS_CB in ovs_vport_receive()
Pravin B Shelar
2014-06-27
1
-1
/
+4
*
datapath: Add support for Geneve tunneling.
Jesse Gross
2014-06-20
1
-0
/
+1
*
datapath: Wrap struct ovs_key_ipv4_tunnel in a new structure.
Jesse Gross
2014-06-19
1
-3
/
+3
*
datapath: Add support for kernel 3.14.
Pritesh Kothari
2014-05-01
1
-8
/
+8
*
datapath: Allow each vport to have an array of 'port_id's.
Alex Wang
2014-04-14
1
-1
/
+101
*
datapath: Add support for kernels 3.13
Pravin Shelar
2014-03-31
1
-0
/
+7
*
datapath: make functions local
Stephen Hemminger
2013-12-17
1
-1
/
+5
*
datapath: Fix typos in comment.
Ben Pfaff
2013-09-24
1
-1
/
+1
*
datapath: vport: Remove compat support
Pravin B Shelar
2013-09-06
1
-2
/
+0
*
datapath: Fix argument descriptions in vport.c.
Justin Pettit
2013-08-19
1
-1
/
+2
*
datapath: Make GRE support conditional on CONFIG_NET_IPGRE_DEMUX.
Jesse Gross
2013-06-27
1
-0
/
+3
*
Fix misspellings in comments and docs.
Andy Hill
2013-06-04
1
-1
/
+1
[next]