summaryrefslogtreecommitdiff
path: root/datapath
Commit message (Expand)AuthorAgeFilesLines
* datapath: Backport "skbuff: Fix skb checksum flag on skb pull"Pravin B Shelar2015-09-251-0/+24
* datapath: Backport "openvswitch: Zero flows on allocation."Jesse Gross2015-09-233-14/+15
* datapath: Add support for 4.2 kernel.Pravin B Shelar2015-09-238-22/+54
* datapath: Fix compilation on kernel 3.18Pravin B Shelar2015-09-221-1/+2
* datapath: Backport "openvswitch: allocate nr_node_ids flow_stats instead of n...Chris J Arges2015-09-181-1/+1
* datapath: Add support for 4.1 kernel.Joe Stringer2015-09-1812-35/+78
* datapath: Backport "openvswitch: Fix mask generation for nested attributes."Jesse Gross2015-09-171-23/+59
* datapath: Use netlink ipv4 API to handle the ipv4 addr attributes.Jiri Benc2015-09-142-4/+32
* datapath: Add net/ip6_checksum.h to stt.cJason Kölker2015-09-021-0/+1
* datapath: check for rx handler registerFlavio Leitner2015-08-313-5/+10
* datapath: check for el6 kernels for per_cpuFlavio Leitner2015-08-281-1/+1
* datapath: check for backported ip_is_fragmentFlavio Leitner2015-08-281-1/+1
* datapath: check for backported proto_ports_offsetFlavio Leitner2015-08-281-1/+1
* datapath: Make 100 percents packets sampled when sampling rate is 1.Wenyu Zhang2015-08-251-1/+4
* tunneling: Remove gre64 tunnel support.Pravin B Shelar2015-08-203-157/+42
* datapath: Fix L4 checksum handling when dealing with IP fragmentsGlenn Griffin2015-08-171-4/+13
* datapath: allocate nr_node_ids flow_stats instead of num_possible_nodesChris J Arges2015-08-171-1/+1
* datapath: disable LROJiri Benc2015-08-171-0/+1
* datapath: Revert "datapath: Constify netlink structs."Pravin B Shelar2015-08-052-14/+13
* datapath: Fix STT protocol field for sampling packet.Pravin B Shelar2015-07-311-1/+1
* datapath: Use eth_proto_is_802_3.Alexander Duyck2015-07-303-4/+4
* datapath: Backport eth_proto_is_802_3().Joe Stringer2015-07-301-0/+13
* datapath: Use skb_postpull_rcsum().Joe Stringer2015-07-301-4/+1
* datapath: Constify netlink structs.Joe Stringer2015-07-302-13/+14
* datapath: Whitespace fixes.Joe Stringer2015-07-306-12/+8
* datapath: allocate nr_node_ids flow_stats instead of num_possible_nodesChris J Arges2015-07-221-1/+1
* datapath: Include datapath actions with sampled-packet upcall to userspace.Neil McKee2015-07-174-11/+37
* datapath/README: Fix some typos.Luis E. P2015-07-021-3/+4
* tunneling: Userspace datapath support for Geneve options.Jesse Gross2015-06-261-1/+1
* datapath: Support masked set actions.Jarno Rajahalme2015-05-223-172/+374
* datapath: Fix Sparse warning.Pravin B Shelar2015-05-151-2/+2
* datapath: backport kfree_skb_list()Pravin B Shelar2015-05-152-0/+17
* datapath: define compat __skb_gso_segment()Pravin B Shelar2015-05-073-28/+56
* datapath: stt compatibility for RHEL7Pravin B Shelar2015-05-041-1/+1
* datapath: gre: Reset fix_segment pointer.Pravin B Shelar2015-05-012-35/+33
* datapath: Tidy up duplicate symbol detection.Joe Stringer2015-04-291-4/+4
* datapath: Add Stateless TCP Tunneling protocol.Pravin B Shelar2015-04-298-0/+1868
* datapath: Fix check-export-symbol for non-bash shellsYAMAMOTO Takashi2015-04-281-5/+3
* datapath: Stop using __DATE__ and __TIME__ in startup string.Jesse Gross2015-04-271-2/+1
* datapath: Use kernel Geneve implementation on 4.0 and above.Jesse Gross2015-04-262-0/+13
* udptunnel: Kernel 3.20 doesn't exist.Jesse Gross2015-04-262-4/+4
* datapath: Check the export of public functions in linux/compat/linux/.Alex Wang2015-04-264-1/+48
* datapath: Prevent linker error of unknown symbol.Alex Wang2015-04-2634-162/+236
* datapath: Remove linux/compat/include/linux/log2.h.Alex Wang2015-04-262-18/+0
* dkms.conf.in: Install all kernel modules.Alex Wang2015-04-182-0/+11
* datapath:netdevice: Export rpl_skb_gso_segment.Alex Wang2015-04-161-0/+1
* datapath: Update inner offsets when expanding headroom.Jesse Gross2015-04-133-1/+57
* datapath: Account for "udptunnels: Call handle_offloads after inserting vlan ...Jesse Gross2015-04-092-8/+8
* datapath: Turn vports with dependencies into separate modulesThomas Graf2015-04-0418-58/+259
* datapath: Use alternate name for udp_sock_create() backportThomas Graf2015-03-311-0/+1