summaryrefslogtreecommitdiff
path: root/net/openvswitch/datapath.c
AgeCommit message (Expand)Author
2021-07-27openvswitch: fix sparse warning incorrect typeMark Gray
2021-07-27openvswitch: fix alignment issuesMark Gray
2021-07-16openvswitch: Introduce per-cpu upcall dispatchMark Gray
2021-06-22openvswitch: add trace pointsAaron Conole
2020-11-03net: openvswitch: silence suspicious RCU usage warningEelco Chaudron
2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski
2020-09-01net: openvswitch: fixes crash if nf_conncount_init() failsEelco Chaudron
2020-09-01net: openvswitch: improve the coding styleTonghao Zhang
2020-08-13net: openvswitch: introduce common code for flushing flowsTonghao Zhang
2020-08-03net: openvswitch: make masks cache size configurableEelco Chaudron
2020-08-03net: openvswitch: add masks cache hit counterEelco Chaudron
2020-07-24net: openvswitch: fixes potential deadlock in dp cleanup codeEelco Chaudron
2020-07-17net: openvswitch: reorder masks array based on usageEelco Chaudron
2020-04-20net: openvswitch: ovs_ct_exit to be done under ovs_lockTonghao Zhang
2020-03-29net: Fix typo of SKB_SGO_CB_OFFSETCambda Zhu
2020-03-03openvswitch: add missing attribute validation for hashJakub Kicinski
2020-02-18datapath.c: Use built-in RCU list checkingMadhuparna Bhowmik
2020-01-14net: openvswitch: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-12-01openvswitch: remove another BUG_ON()Paolo Abeni
2019-12-01openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()Paolo Abeni
2019-11-26openvswitch: fix flow command message sizePaolo Abeni
2019-11-15net: openvswitch: don't call pad_packet if not necessaryTonghao Zhang
2019-11-14net: openvswitch: add hash info to upcallTonghao Zhang
2019-11-03net: openvswitch: simplify the ovs_dp_cmd_newTonghao Zhang
2019-11-03net: openvswitch: don't unlock mutex when changing the user_features failsTonghao Zhang
2019-11-03net: openvswitch: add flow-mask cache for performanceTonghao Zhang
2019-10-25netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault
2019-09-26openvswitch: change type of UPCALL_PID attribute to NLA_UNSPECLi RongQing
2019-09-06net: openvswitch: Set OvS recirc_id from tc chain indexPaul Blakey
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-06openvswitch: Print error when ovs_execute_actions() failsYifeng Sun
2019-07-24ovs: datapath: hide clang frame-overflow warningsArnd Bergmann
2019-07-12net: openvswitch: do not update max_headroom if new headroom is equal to old ...Taehee Yoo
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-05net: openvswitch: drop unneeded likely() call around IS_ERR()Enrico Weigelt
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269Thomas Gleixner
2019-05-04net: openvswitch: return an error instead of doing BUG_ON()Eelco Chaudron
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-03-22genetlink: make policy common to familyJohannes Berg
2019-03-16net: openvswitch: fix missing checks for nla_nest_startKangjie Lu
2019-03-16net: openvswitch: fix a NULL pointer dereferenceKangjie Lu
2018-09-29openvswitch: Use correct reply values in datapath and vport opsYifeng Sun
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-05-25openvswitch: Support conntrack zone limitYi-Hung Wei
2018-03-29ovs: Remove rtnl_lock() from ovs_exit_net()Kirill Tkhai
2018-03-29net: Introduce net_rwsem to protect net_namespace_listKirill Tkhai
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai