summaryrefslogtreecommitdiff
path: root/datapath/datapath.c
Commit message (Expand)AuthorAgeFilesLines
* make: Remove the Linux datapath.Greg Rose2022-07-151-2707/+0
* datapath: ovs_ct_exit to be done under ovs_lockTonghao Zhang2020-11-271-1/+3
* compat: Fix build issue on RHEL 7.7.Greg Rose2020-11-161-4/+0
* datapath: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld2020-10-171-7/+4
* datapath: remove another BUG_ON()Paolo Abeni2020-10-171-1/+5
* datapath: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()Paolo Abeni2020-10-171-1/+4
* datapath: fix flow command message sizePaolo Abeni2020-10-171-1/+5
* datapath: don't call pad_packet if not necessaryTonghao Zhang2020-10-171-14/+8
* datapath: simplify the ovs_dp_cmd_newTonghao Zhang2020-10-171-22/+38
* datapath: don't unlock mutex when changing the user_features failsTonghao Zhang2020-10-171-1/+1
* datapath: fix GFP flags in rtnl_net_notifyid()Guillaume Nault2020-10-171-9/+11
* datapath: Set OvS recirc_id from tc chain indexPaul Blakey2020-10-171-5/+33
* datapath: Print error when ovs_execute_actions() failsYifeng Sun2020-10-171-2/+5
* datapath: do not update max_headroom if new headroom is equal to old headroomTaehee Yoo2020-10-171-11/+27
* datapath: drop unneeded likely() call around IS_ERR()Enrico Weigelt2020-10-171-1/+1
* datapath: return an error instead of doing BUG_ON()Eelco Chaudron2020-10-171-2/+5
* datapath: Add hash info to upcall.Han Zhou2020-05-281-1/+32
* compat: Use nla_parse deprecated functionsJohannes Berg2020-03-061-2/+2
* datapath: Use sizeof_field macroPankaj Bharadiya2020-03-061-1/+1
* compat: Move genl_ops policy to genl_familyJohannes Berg2020-03-061-0/+38
* datapath: make generic netlink group constGreg Rose2019-12-021-10/+11
* datapath: genetlink: optionally validate strictly/dumpsYi-Hung Wei2019-10-181-0/+39
* datapath: Use nla_nest_start_noflag()Yi-Hung Wei2019-10-181-3/+4
* datapath: change type of UPCALL_PID attribute to NLA_UNSPECLi RongQing2019-10-181-1/+1
* datapath: hide clang frame-overflow warningsArnd Bergmann2019-10-181-7/+8
* datapath: fix missing checks for nla_nest_startKangjie Lu2019-04-161-0/+8
* net: openvswitch: fix a NULL pointer dereferenceKangjie Lu2019-04-161-0/+4
* datapath: kmalloc() -> kmalloc_array()Kees Cook2018-12-151-2/+3
* datapath: Use correct reply values in datapath and vport opsYifeng Sun2018-10-171-10/+10
* datapath: conntrack: Support conntrack zone limitYi-Hung Wei2018-08-171-2/+5
* datapath: Introduce net_rwsem and remove rtnl_lock()Yi-Hung Wei2018-07-301-0/+8
* compat: Initialize IPv4 reassembly secret timerGreg Rose2018-07-271-10/+0
* datapath: Prevent panicGreg Rose2018-04-231-0/+10
* 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