summaryrefslogtreecommitdiff
path: root/datapath
Commit message (Expand)AuthorAgeFilesLines
* datapath: Fix ip tunnel compilation for newer kernel.Pravin B Shelar2016-07-113-34/+18
* datapath: backport: iptunnel: make rx/tx bytes counters consistentPravin B Shelar2016-07-081-1/+1
* datapath: backport: ovs/vxlan: fix rtnl notifications on iface deletionPravin B Shelar2016-07-081-23/+34
* datapath: backport: ovs/geneve: fix rtnl notifications on iface deletionPravin B Shelar2016-07-081-0/+4
* datapath: backport: ovs/gre,geneve: fix error path when creating an ifacePravin B Shelar2016-07-082-10/+14
* datapath: backport: geneve: fix tx_errors statisticsPravin B Shelar2016-07-081-4/+4
* datapath: backport: udp: prevent skbs lingering in tunnel socket queuesPravin B Shelar2016-07-082-9/+5
* datapath: backport: udp_offload: Set encapsulation before inner completes.Pravin B Shelar2016-07-082-0/+5
* datapath: backport: geneve: add IPv6 bits to geneve_fill_metadata_dstPravin B Shelar2016-07-081-7/+22
* datapath: compat: get rid of OVS_CB inner header offsets.Pravin B Shelar2016-07-083-70/+9
* datapath: backport: openvswitch: correct encoding of set tunnel action attrib...Pravin B Shelar2016-07-081-1/+4
* datapath: compat: Use dst-cache for Geneve and VxLAN tunnels.Pravin B Shelar2016-07-086-4/+101
* datapath: Add support for IPv6 tunnels.Pravin B Shelar2016-07-083-44/+94
* datapath: compat: Update Geneve and VxLAN modules.Pravin B Shelar2016-07-0810-1112/+1769
* datapath: compat: Add support for IPv6 UDP tunnel segmentation.Pravin B Shelar2016-07-084-29/+88
* datapath: compat: Prepare tnl-segmentation for ipv6.Pravin B Shelar2016-07-081-4/+6
* datapath: backport: ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar2016-07-0810-88/+54
* datapath: backport: udp: Add socket based GRO and configPravin B Shelar2016-07-082-0/+13
* datapath: compat: Update IPv6 in setup_udp_tunnel_sock()Pravin B Shelar2016-07-081-1/+15
* datapath: compat: Update udp_sock_createPravin B Shelar2016-07-087-54/+153
* datapath: compat: rename HAVE_METADATA_DST to USE_UPSTREAM_TUNNELPravin B Shelar2016-07-0819-31/+31
* datapath: backport: ip_tunnel: add support for setting flow label via collect...Pravin B Shelar2016-07-087-9/+39
* datapath: compat: Remove unnecessary iptunnel_xmit() declaration.Pravin B Shelar2016-07-081-10/+0
* datapath: backport: tunnel: introduce ipv6_tun_rx_dst()Pravin B Shelar2016-07-082-3/+66
* datapath: backport: ip_tunnel_core: iptunnel_handle_offloads returns int and ...Pravin B Shelar2016-07-087-95/+106
* datapath: backport: net: add dst_cache supportPravin B Shelar2016-07-086-0/+355
* datapath: backport: tunnels: Remove encapsulation offloads on decap.Pravin B Shelar2016-07-082-1/+16
* datapath: backport: iptunnel: scrub packet in iptunnel_pull_headerPravin B Shelar2016-07-088-24/+40
* datapath: compat: Refactor egress tunnel infoPravin B Shelar2016-07-0825-216/+344
* build: Skip check-export-symbol on WindowsAlin Serdean2016-07-031-0/+2
* datapath: Only set mark and labels with a commit flag.Jarno Rajahalme2016-07-011-25/+51
* datapath: Set mark and labels before confirming.Jarno Rajahalme2016-07-011-19/+14
* datapath: Drop debug code in handle_fragments().Joe Stringer2016-06-291-5/+0
* compat: Backport ip_do_fragment().Joe Stringer2016-06-273-27/+421
* compat: ipv4: Pass struct net through ip_fragment.Eric W. Biederman2016-06-272-5/+16
* datapath: Pass net into ovs_fragment.Eric W. Biederman2016-06-271-3/+4
* datapath:backport: openvswitch: Add packet len info to upcall.William Tu2016-06-242-1/+14
* datapath:backport: openvswitch: Add packet truncation support.William Tu2016-06-246-17/+73
* datapath: Fix cached ct with helper.Joe Stringer2016-06-201-0/+13
* datapath: __nf_ct_l{3,4}proto_find() always return a valid pointerPablo Neira Ayuso2016-06-201-8/+0
* datapath: change nf_connlabels_get bit arg to 'highest used'Jarno Rajahalme2016-06-202-9/+18
* datapath: call only into reachable nf-nat codeArnd Bergmann2016-06-201-8/+8
* datapath: Fix checking for new expected connections.Jarno Rajahalme2016-06-201-2/+3
* datapath: Use proper buffer size in nla_memcpyHaishuang Yan2016-06-201-1/+2
* datapath: conntrack NF_NAT_RANGE_PROTO_RANDOM_FULLY compat code.Jarno Rajahalme2016-06-201-1/+11
* datapath: conntrack NAT helper compat code for Linux 4.5 and earlier.Jarno Rajahalme2016-06-201-1/+38
* datapath: Interface with NAT.Jarno Rajahalme2016-06-202-27/+500
* datapath: Delay conntrack helper call for new connections.Jarno Rajahalme2016-06-201-5/+16
* datapath: Handle NF_REPEAT in conntrack action.Jarno Rajahalme2016-06-201-2/+8
* datapath: Find existing conntrack entry after upcall.Jarno Rajahalme2016-06-201-13/+90