summaryrefslogtreecommitdiff
path: root/datapath
Commit message (Expand)AuthorAgeFilesLines
* datapath: Ensure correct L4 checksum with NAT helpers.John Hurley2017-01-061-30/+17
* datapath: compat: Fix build on RHEL 7.3Yi-Hung Wei2016-12-146-4/+43
* doc: Populate 'topics' sectionStephen Finucane2016-12-122-268/+0
* datapath: Fix compile time assertion.Jarno Rajahalme2016-12-091-1/+3
* datapath: Allow compile against current net-next.Jarno Rajahalme2016-12-094-9/+24
* datapath: backport: openvswitch: Fix skb leak in IPv6 reassembly.Daniele Di Proietto2016-11-301-1/+4
* datapath: compat: vxlan: Avoid possible NULL dereference in vxlan_gro_receive.Zhang Dongya2016-11-131-1/+1
* doc: Convert datapath/README to rSTStephen Finucane2016-11-033-266/+266
* datapath: geneve: Handle vlan tagPravin B Shelar2016-11-011-2/+31
* datapath: backport: vxlan: avoid using stale vxlan socket.Pravin B Shelar2016-10-312-38/+42
* lisp: avoid using stale lisp socket.Pravin B Shelar2016-10-311-9/+25
* datapath: backport: geneve: avoid using stale geneve socket.Pravin B Shelar2016-10-311-11/+34
* datapath: Support a fixed size of 128 distinct labels.Jarno Rajahalme2016-10-201-2/+12
* datapath: avoid deferred execution of recirc actionsLance Richardson2016-09-201-3/+28
* datapath: backport: openvswitch: use alias for genetlink family namesThadeu Lima de Souza Cascardo2016-09-161-0/+4
* datapath: compat: tunnels: Log error during initialization.Pravin B Shelar2016-09-155-0/+5
* datapath: compat: geneve: use ovs specific device type for compat geneve module.Pravin B Shelar2016-09-121-1/+1
* datapath: Use pre-routing hook for conntrack.Joe Stringer2016-09-091-1/+1
* datapath: compat: handle_offloads: remove csum_help param.Pravin B Shelar2016-08-185-13/+5
* datapath: compat: backport LCO optimization.Pravin B Shelar2016-08-185-19/+47
* datapath: backport: openvswitch: do not ignore netdev errors when creating tu...Pravin B Shelar2016-08-156-6/+41
* datapath: backport: OVS: Ignore negative headroom valuePravin B Shelar2016-08-151-1/+1
* datapath: compat: keep skb mark across tunnel devices.Pravin B Shelar2016-08-122-2/+2
* datapath: compat: keep skb encapsulation zero on older kernel.Pravin B Shelar2016-08-111-2/+5
* datapath: compat: vxlan: fix vxlan_notify_add_rx_port().Pravin B Shelar2016-08-111-26/+17
* datapath: compat: geneve: fix geneve_notify_add_rx_port()Pravin B Shelar2016-08-113-27/+37
* datapath: backport: net: vxlan: lwt: Fix vxlan local traffic.Pravin B Shelar2016-08-091-2/+2
* datapath: backport: net: vxlan: lwt: Use source ip address during route lookup.Pravin B Shelar2016-08-091-12/+18
* datapath: Remove incorrect WARN_ONCE().Jarno Rajahalme2016-08-041-7/+1
* datapath: compat: Use checksum offload for outer header.Pravin B Shelar2016-08-032-32/+2
* datapath: compat: gso: tighen checks for compat GSO code.Pravin B Shelar2016-08-034-4/+11
* datapath: backport: geneve: fix max_mtu settingPravin B Shelar2016-08-031-2/+7
* datapath: backport: openvswitch: fix conntrack netlink event deliveryPravin B Shelar2016-08-031-2/+12
* datapath: compat: vxlan: fix udp-csum typoPravin B Shelar2016-08-031-1/+1
* datapath: fix size of struct ovs_gso_cbPravin B Shelar2016-08-032-1/+2
* datapath: compat: Use udp-checksum function for compat case.Pravin B Shelar2016-08-032-2/+2
* datapath: compat: remove duplicate check.Pravin B Shelar2016-08-031-4/+0
* datapath: compat: fix SKB_INIT_FILL_METADATA_DST definitionPravin B Shelar2016-08-031-2/+2
* datapath: compat: cleanup ip-tunnelsPravin B Shelar2016-08-031-8/+0
* datapath: compat: Detect GSO support at ovs configurePravin B Shelar2016-08-034-8/+9
* compat: Properly handle fragment lru.Joe Stringer2016-08-013-0/+8
* compat: Only call nf_defrag_ipv[46]_enable() once.Joe Stringer2016-08-012-16/+2
* compat: Remove inet_frag_evictor backport.Joe Stringer2016-08-011-9/+0
* compat: IPv6 fragmentation backport cleanups.Joe Stringer2016-08-011-36/+3
* compat: Remove ip6_expire_frag_queue().Joe Stringer2016-08-013-127/+0
* compat: Simplify inet_fragment backports.Joe Stringer2016-08-014-507/+93
* compat: Fix IPv6 frag expiry crash.Joe Stringer2016-08-011-1/+1
* datapath: Add support for kernel 4.6Pravin B Shelar2016-07-267-30/+45
* datapath: compat: simplify ip_local_out().Pravin B Shelar2016-07-261-49/+33
* datapath: compat: unset skb encapsulation bitPravin B Shelar2016-07-261-0/+2