summaryrefslogtreecommitdiff
path: root/datapath
Commit message (Expand)AuthorAgeFilesLines
* 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
* datapath: compat: fix udp checksum calculationPravin B Shelar2016-07-263-4/+6
* datapath: remove VLAN compat code from GSOThadeu Lima de Souza Cascardo2016-07-251-26/+3
* datapath: remove rtnl_delete_link support for older LinuxThadeu Lima de Souza Cascardo2016-07-251-9/+3
* datapath: remove rpl_ipv6_skip_exthdrThadeu Lima de Souza Cascardo2016-07-252-52/+0
* datapath: remove net namespaceThadeu Lima de Souza Cascardo2016-07-252-44/+0
* datapath: remove flow_dissectorThadeu Lima de Souza Cascardo2016-07-254-280/+0
* datapath: remove flex_arrayThadeu Lima de Souza Cascardo2016-07-254-518/+0
* datapath: Add support for kernel 4.5Pravin B Shelar2016-07-192-20/+7
* datapath: Add support for kernel 4.4Pravin B Shelar2016-07-1814-63/+83
* dataoath: compat: Do not use upstream fill-meta-data function for compat tunnelPravin B Shelar2016-07-1810-3/+18
* datapath: backport: allow output of MPLS packets on tunnel vportsPravin B Shelar2016-07-181-1/+2
* datapath: genlmsg_new_unicast to genlmsg_newPravin B Shelar2016-07-182-23/+8
* datapath: Sync OVS recursive loop counter with upstream.Pravin B Shelar2016-07-181-19/+12
* datapath: Check for flow key tunnel proto to detect tunnel.Pravin B Shelar2016-07-172-2/+2
* datapath: openvswitch: update checksum in {push,pop}_mplsPravin B Shelar2016-07-171-4/+15
* datapath: vxlan: enable zero checksum on recv.Pravin B Shelar2016-07-171-1/+1
* datapath: internal-dev: set IFF_NO_QUEUEPravin B Shelar2016-07-172-1/+10
* datapath: backport: ovs: set name assign type of internal portPravin B Shelar2016-07-171-1/+1
* datapath: backport: ovs: do not allocate memory from offline numa nodePravin B Shelar2016-07-171-1/+2
* datapath: Move key memset to ovs_flow_key_extract_userspace()Pravin B Shelar2016-07-172-1/+2
* datapath: use PTR_ERR_OR_ZEROPravin B Shelar2016-07-172-3/+10
* datapath: backport: libnl: nla_put_be64(): align on a 64-bit areaPravin B Shelar2016-07-173-2/+11
* datapath: backport: ovs: propagate per dp max headroom to all vportsPravin B Shelar2016-07-174-1/+79
* datapath: backport: ovs: use nla_put_u64_64bit()Pravin B Shelar2016-07-172-1/+9
* datapath: backport: ovs: align nlattr properly when neededPravin B Shelar2016-07-174-12/+102
* datapath: backport: ovs: allow nl 'flow set' to use ufid without flow keyPravin B Shelar2016-07-171-11/+17
* datapath: backport: retain parsed IPv6 header fields in flow on error skippin...Pravin B Shelar2016-07-171-6/+15
* datapath: backport: openvswitch: allow management from inside user namespacesPravin B Shelar2016-07-173-10/+21
* datapath: remove get_pcpu_ptrPravin B Shelar2016-07-172-8/+2
* datapath: Use skb_postpush_rcsum()Pravin B Shelar2016-07-174-13/+24
* datapath: compat: reset md_dst on recieve.Pravin B Shelar2016-07-177-21/+23
* datapath: compat: Set OVS-GSO segment handler only for GSO packet.Pravin B Shelar2016-07-171-6/+7
* datapath: tnl-segmentation: clone dst for each segment.Pravin B Shelar2016-07-171-1/+7
* datapath: compat: clear skb IPCB block.Pravin B Shelar2016-07-171-0/+16
* 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