summaryrefslogtreecommitdiff
path: root/datapath/datapath.c
Commit message (Expand)AuthorAgeFilesLines
* datapath: Add meter infrastructureAndy Zhou2018-02-121-2/+12
* datapath: reliable interface indentification in port dumpsJiri Benc2018-02-121-13/+36
* datapath: export get_dp() APIAndy Zhou2018-02-121-29/+0
* datapath: fix data type in queue_gso_packetsGustavo A. R. Silva2018-02-121-1/+1
* datapath: Fix an error handling path in 'ovs_nla_init_match_and_action()Christophe JAILLET2018-02-121-1/+2
* datapath: Fix SKB_GSO_UDP usageGreg Rose2018-02-121-3/+6
* datapath: nsh: add GSO supportYi Yang2018-02-071-0/+4
* datapath: fix skb_panic due to the incorrect actions attrlenGreg Rose2017-09-221-3/+4
* datapath: Avoid using stack larger than 1024.Tonghao Zhang2017-07-241-23/+58
* compat: convert many more places to skb_put_zero().Joe Stringer2017-07-241-1/+1
* datapath: more accurate checksumming in queue_userspace_packet()Joe Stringer2017-07-241-1/+1
* datapath: Fix kernel panic for ovs reassemble.wangzhike2017-07-211-9/+13
* datapath: pass extended ACK struct to parsing functionsJohannes Berg2017-04-201-1/+1
* datapath: netns: make struct pernet_operations::id unsigned int.Alexey Dobriyan2017-03-021-1/+1
* datapath: netlink: support L3 packetsYang, Yi Y2017-03-021-1/+0
* datapath: add processing of L3 packetsYang, Yi Y2017-03-021-13/+1
* datapath: remove unnecessary EXPORT_SYMBOLsJiri Benc2017-03-021-2/+0
* datapath: avoid resetting flow key while installing new flow.pravin shelar2017-03-021-4/+4
* datapath: Fix Frame-size larger than 1024 bytes warning.pravin shelar2017-03-021-6/+9
* datapath: Allow compile against current net-next.Jarno Rajahalme2016-12-091-9/+9
* datapath: backport: openvswitch: use alias for genetlink family namesThadeu Lima de Souza Cascardo2016-09-161-0/+4
* datapath: Add support for kernel 4.4Pravin B Shelar2016-07-181-2/+1
* datapath: genlmsg_new_unicast to genlmsg_newPravin B Shelar2016-07-181-14/+8
* datapath: backport: ovs: propagate per dp max headroom to all vportsPravin B Shelar2016-07-171-0/+41
* datapath: backport: ovs: use nla_put_u64_64bit()Pravin B Shelar2016-07-171-1/+2
* datapath: backport: ovs: align nlattr properly when neededPravin B Shelar2016-07-171-12/+15
* datapath: backport: ovs: allow nl 'flow set' to use ufid without flow keyPravin B Shelar2016-07-171-11/+17
* datapath: backport: openvswitch: allow management from inside user namespacesPravin B Shelar2016-07-171-10/+10
* datapath: compat: Refactor egress tunnel infoPravin B Shelar2016-07-081-3/+2
* datapath:backport: openvswitch: Add packet len info to upcall.William Tu2016-06-241-1/+12
* datapath:backport: openvswitch: Add packet truncation support.William Tu2016-06-241-12/+17
* datapath: Drop support for kernel older than 3.10Pravin B Shelar2016-03-141-6/+1
* datapath: Allow matching on conntrack labelJoe Stringer2015-12-031-7/+12
* datapath: Add conntrack actionJoe Stringer2015-12-031-16/+49
* datapath: Serialize acts with original netlink lenJoe Stringer2015-12-031-1/+1
* compat: Backport IPv4 reassembly.Joe Stringer2015-12-031-1/+8
* datapath: Add support for lwtunnelPravin B Shelar2015-12-031-13/+15
* datapath: Backport "openvswitch: Zero flows on allocation."Jesse Gross2015-09-231-2/+2
* datapath: Add support for 4.1 kernel.Joe Stringer2015-09-181-3/+1
* datapath: Revert "datapath: Constify netlink structs."Pravin B Shelar2015-08-051-13/+12
* datapath: Use eth_proto_is_802_3.Alexander Duyck2015-07-301-1/+1
* datapath: Constify netlink structs.Joe Stringer2015-07-301-12/+13
* datapath: Whitespace fixes.Joe Stringer2015-07-301-0/+2
* datapath: Include datapath actions with sampled-packet upcall to userspace.Neil McKee2015-07-171-2/+16
* datapath: Stop using __DATE__ and __TIME__ in startup string.Jesse Gross2015-04-271-2/+1
* datapath: Turn vports with dependencies into separate modulesThomas Graf2015-04-041-2/+15
* datapath: Add support for unique flow IDs.Joe Stringer2015-02-271-50/+157
* datapath: Refactor ovs_nla_fill_match().Joe Stringer2015-02-271-35/+6
* datapath: Fix net exit.Pravin B Shelar2015-02-201-2/+43
* datapath: Account for "netlink: make nlmsg_end() and genlmsg_end() void"Thomas Graf2015-02-031-3/+6