summaryrefslogtreecommitdiff
path: root/datapath/linux
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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-191-19/+6
* datapath: Add support for kernel 4.4Pravin B Shelar2016-07-1812-58/+78
* dataoath: compat: Do not use upstream fill-meta-data function for compat tunnelPravin B Shelar2016-07-184-2/+6
* datapath: genlmsg_new_unicast to genlmsg_newPravin B Shelar2016-07-181-9/+0
* datapath: internal-dev: set IFF_NO_QUEUEPravin B Shelar2016-07-171-0/+6
* datapath: use PTR_ERR_OR_ZEROPravin B Shelar2016-07-171-0/+9
* datapath: backport: libnl: nla_put_be64(): align on a 64-bit areaPravin B Shelar2016-07-172-0/+8
* datapath: backport: ovs: propagate per dp max headroom to all vportsPravin B Shelar2016-07-171-0/+19
* datapath: backport: ovs: use nla_put_u64_64bit()Pravin B Shelar2016-07-171-0/+7
* datapath: backport: ovs: align nlattr properly when neededPravin B Shelar2016-07-173-0/+87
* datapath: backport: openvswitch: allow management from inside user namespacesPravin B Shelar2016-07-172-0/+11
* datapath: remove get_pcpu_ptrPravin B Shelar2016-07-171-6/+0
* datapath: Use skb_postpush_rcsum()Pravin B Shelar2016-07-171-0/+20
* 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: compat: Use dst-cache for Geneve and VxLAN tunnels.Pravin B Shelar2016-07-085-4/+96
* 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-0818-30/+30
* datapath: backport: ip_tunnel: add support for setting flow label via collect...Pravin B Shelar2016-07-087-9/+39