summaryrefslogtreecommitdiff
path: root/datapath/linux
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: 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
* 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-0813-32/+318
* compat: Backport ip_do_fragment().Joe Stringer2016-06-273-27/+421
* compat: ipv4: Pass struct net through ip_fragment.Eric W. Biederman2016-06-271-4/+15
* datapath:backport: openvswitch: Add packet len info to upcall.William Tu2016-06-241-0/+2
* datapath:backport: openvswitch: Add packet truncation support.William Tu2016-06-241-0/+6
* datapath: change nf_connlabels_get bit arg to 'highest used'Jarno Rajahalme2016-06-201-8/+17
* datapath: compat for NAT.Jarno Rajahalme2016-06-204-1/+103
* Add *.c to datapath/linux/.gitignoreAaron Rosen2016-06-061-51/+1
* compat: Remove skbuff header helper backports.Joe Stringer2016-05-0310-189/+0
* compat: Remove unused ipv[46] backports.Joe Stringer2016-05-032-10/+0
* compat: Document nf_defrag_ipv[46] backport.Joe Stringer2016-05-022-2/+16
* compat: nf_defrag_ipv6: fix NULL deref panic.Joe Stringer2016-05-021-5/+8
* compat: nf_defrag_ipv6: avoid nf_iterate recursion.Joe Stringer2016-05-022-43/+32
* compat: nf_defrag_ipv6: avoid/free clone operations.Joe Stringer2016-05-022-70/+46
* compat: ipv6: Pass struct net into nf_ct_frag6_gather.Joe Stringer2016-05-022-4/+4
* compat: ipv4: Pass struct net into ip_defrag.Joe Stringer2016-05-022-4/+7
* compat: Add a struct net parameter to l4_pkt_to_tuple.Joe Stringer2016-05-022-0/+18
* compat: skbuff: Remove references to old kernels.Joe Stringer2016-05-021-6/+0
* stt: linearize for CONFIG_SLUB casePravin B Shelar2016-04-271-74/+168
* datapath: Remove OVS_FRAGMENT_BACKPORTPravin B Shelar2016-03-1411-46/+17
* datapath: Drop support for kernel older than 3.10Pravin B Shelar2016-03-1411-218/+23
* 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