summaryrefslogtreecommitdiff
path: root/datapath
Commit message (Expand)AuthorAgeFilesLines
* datapath: Fix build failure related to missing vlan.hPravin B Shelar2016-03-141-1/+0
* datapath: Remove OVS_FRAGMENT_BACKPORTPravin B Shelar2016-03-1412-51/+17
* datapath: Drop support for kernel older than 3.10Pravin B Shelar2016-03-1426-527/+124
* datapath: STT: Fix checksum handling.Pravin B Shelar2016-03-031-1/+2
* datapath: lisp: Relax MTU constraints.Joe Stringer2016-02-191-1/+15
* datapath: stt: Relax MTU constraints.Joe Stringer2016-02-191-1/+29
* datapath: geneve: Refine MTU limit.David Wragg2016-02-191-5/+22
* datapath: Set a large MTU on tunnel devices.David Wragg2016-02-196-10/+54
* datapath: geneve: Relax MTU constraints.David Wragg2016-02-191-1/+12
* datapath: vxlan: Relax MTU constraints.David Wragg2016-02-191-11/+25
* compat: Detect and use upstream ip_fragment().Joe Stringer2016-02-044-13/+15
* compat: Detect and use inet_frag_queue->list_evictor.Joe Stringer2016-02-043-9/+19
* compat: Rename OVS frag caches.Joe Stringer2016-02-042-2/+2
* datapath: Fix kernel-4.3 build.Joe Stringer2016-02-041-1/+1
* compat: Detect and use nf_ct_frag6_gather().Joe Stringer2016-02-022-5/+15
* compat: Detect and use inet_getpeer_v4().Joe Stringer2016-02-021-1/+2
* compat: Detect and use __skb_dst_copy().Joe Stringer2016-02-021-1/+1
* compat: Detect and use nf_connlabels_get().Joe Stringer2016-02-021-2/+2
* compat: Detect and use nf_ipv6_ops->fragment.Joe Stringer2016-02-024-10/+16
* compat: Detect and use struct nf_conntrack_zone.Joe Stringer2016-02-023-6/+6
* compat: Detect and use inet_frags->lock.Joe Stringer2016-02-021-7/+7
* compat: Detect and use inet_frags->frags_work.Joe Stringer2016-02-024-40/+40
* compat: Detect and use inet_frag_queue->last_in.Joe Stringer2016-02-021-1/+1
* datapath: inet: frag: Always orphan skbs inside ip_defrag().Joe Stringer2016-01-292-0/+14
* datapath: Fix IPv6 fragment expiry crash.Joe Stringer2016-01-294-0/+121
* datapath: test for netlink_set_err returning voidSimon Horman2016-01-281-1/+1
* datapath: compat: Add NULL check for tun-dst.Pravin B Shelar2016-01-211-1/+4
* datapath: Fix panic sending IP frags over tunnels.Joe Stringer2016-01-202-7/+8
* datapath: STT: Fix nf-hook softlockup.Pravin B Shelar2016-01-141-1/+18
* datapath: Fix deadlock on STT device destroy.Pravin B Shelar2016-01-121-6/+14
* datapath: ip4_dst_hoplimit compat code is needed prior to v2.6.38Simon Horman2015-12-231-0/+2
* datapath: Backport: openvswitch: Fix serialization of non-masked set actions.Pravin B Shelar2015-12-211-1/+7
* datapath/vport: Remove an invalid commentAaron Conole2015-12-211-2/+2
* datapath: stt: Fix device list management.Pravin B Shelar2015-12-211-5/+11
* datapath: stt: Fix error handling in stt_start().Pravin B Shelar2015-12-201-1/+3
* datapath: stt: Do not access stt_dev socket in lookup.Pravin B Shelar2015-12-201-2/+2
* compat: Backport conntrack strictly to v3.10+.Joe Stringer2015-12-183-6/+6
* compat: Always use own __ipv6_select_ident().Joe Stringer2015-12-181-3/+2
* datapath: stt: Use RCU API to update stt-dev list.Pravin B Shelar2015-12-171-2/+2
* datapath: compat: Block upstream ip_tunnels functions.Pravin B Shelar2015-12-112-7/+27
* datapath: define compat ip_tunnel_get_link_net()Pravin B Shelar2015-12-112-0/+10
* datapath: define compat ip_tunnel_get_iflink()Pravin B Shelar2015-12-112-0/+10
* datapath: Backport: skbuff: Fix skb checksum partial check.Pravin B Shelar2015-12-101-5/+6
* datapath: Fix STT packet receive handling.Pravin B Shelar2015-12-101-6/+22
* datapath: Define nf_connlabels_{put,get}.Joe Stringer2015-12-101-3/+11
* datapath: Respect conntrack zone even if invalid.Joe Stringer2015-12-101-2/+5
* datapath: Backport: vxlan: interpret IP headers for ECN correctlyPravin B Shelar2015-12-081-4/+2
* datapath: Backport: vxlan: fix incorrect RCO bit in VXLAN headerPravin B Shelar2015-12-081-1/+1
* datapath: Backport: openvswitch: properly refcount vport-vxlan modulePravin B Shelar2015-12-086-7/+9
* datapath: Backport: openvswitch: fix hangup on vxlan/gre/geneve device deletionPravin B Shelar2015-12-082-3/+9