aboutsummaryrefslogtreecommitdiff
path: root/net/openvswitch/datapath.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-01genetlink: remove linux/genetlink.hGravatar Jakub Kicinski 1-1/+0
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-4/+4
2023-08-15net: openvswitch: reject negative ifindexGravatar Jakub Kicinski 1-4/+4
2023-08-15genetlink: remove userhdr from struct genl_infoGravatar Jakub Kicinski 1-13/+16
2023-08-14net: openvswitch: add last-action drop reasonGravatar Adrian Moreno 1-0/+16
2023-06-10net: move gso declarations and functions to their own filesGravatar Eric Dumazet 1-0/+1
2023-06-07net: openvswitch: fix upcall counter access before allocationGravatar Eelco Chaudron 1-19/+0
2023-02-02net: openvswitch: fix flow memory leak in ovs_flow_cmd_newGravatar Fedor Pchelkin 1-6/+6
2022-12-21net: openvswitch: release vport resources on failureGravatar Aaron Conole 1-2/+6
2022-12-16openvswitch: Fix flow lookup to use unmasked keyGravatar Eelco Chaudron 1-9/+16
2022-12-09net: openvswitch: Add support to count upcall packetsGravatar wangchuanlei 1-0/+41
2022-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-0/+1
2022-10-28net: openvswitch: add missing .resv_start_opGravatar Jakub Kicinski 1-0/+1
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Gravatar Thomas Gleixner 1-2/+2
2022-10-27openvswitch: switch from WARN to pr_warnGravatar Aaron Conole 1-1/+2
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+3
2022-08-29genetlink: start to validate reserved header bytesGravatar Jakub Kicinski 1-0/+3
2022-08-26openvswitch: add OVS_DP_ATTR_PER_CPU_PIDS to get requestsGravatar Andrey Zhadchenko 1-1/+9
2022-08-26openvswitch: allow specifying ifindex of new interfacesGravatar Andrey Zhadchenko 1-2/+9
2022-08-26openvswitch: fix memory leak at failed datapath creationGravatar Andrey Zhadchenko 1-1/+3
2022-08-22openvswitch: Fix overreporting of drops in dropwatchGravatar Mike Pattrick 1-2/+3
2022-08-22openvswitch: Fix double reporting of drops in dropwatchGravatar Mike Pattrick 1-3/+10
2022-02-05net/sched: Enable tc skb ext allocation on chain miss only when neededGravatar Paul Blakey 1-7/+11
2021-07-27openvswitch: fix sparse warning incorrect typeGravatar Mark Gray 1-1/+1
2021-07-27openvswitch: fix alignment issuesGravatar Mark Gray 1-6/+10
2021-07-16openvswitch: Introduce per-cpu upcall dispatchGravatar Mark Gray 1-2/+70
2021-06-22openvswitch: add trace pointsGravatar Aaron Conole 1-0/+4
2020-11-03net: openvswitch: silence suspicious RCU usage warningGravatar Eelco Chaudron 1-7/+7
2020-10-02genetlink: move to smaller ops wherever possibleGravatar Jakub Kicinski 1-12/+12
2020-09-01net: openvswitch: fixes crash if nf_conncount_init() failsGravatar Eelco Chaudron 1-1/+7
2020-09-01net: openvswitch: improve the coding styleGravatar Tonghao Zhang 1-16/+22
2020-08-13net: openvswitch: introduce common code for flushing flowsGravatar Tonghao Zhang 1-1/+9
2020-08-03net: openvswitch: make masks cache size configurableGravatar Eelco Chaudron 1-0/+17
2020-08-03net: openvswitch: add masks cache hit counterGravatar Eelco Chaudron 1-1/+4
2020-07-24net: openvswitch: fixes potential deadlock in dp cleanup codeGravatar Eelco Chaudron 1-11/+12
2020-07-17net: openvswitch: reorder masks array based on usageGravatar Eelco Chaudron 1-0/+22
2020-04-20net: openvswitch: ovs_ct_exit to be done under ovs_lockGravatar Tonghao Zhang 1-1/+3
2020-03-29net: Fix typo of SKB_SGO_CB_OFFSETGravatar Cambda Zhu 1-1/+1
2020-03-03openvswitch: add missing attribute validation for hashGravatar Jakub Kicinski 1-0/+1
2020-02-18datapath.c: Use built-in RCU list checkingGravatar Madhuparna Bhowmik 1-3/+6
2020-01-14net: openvswitch: use skb_list_walk_safe helper for gso segmentsGravatar Jason A. Donenfeld 1-7/+4
2019-12-09treewide: Use sizeof_field() macroGravatar Pankaj Bharadiya 1-1/+1
2019-12-01openvswitch: remove another BUG_ON()Gravatar Paolo Abeni 1-1/+5
2019-12-01openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()Gravatar Paolo Abeni 1-1/+4
2019-11-26openvswitch: fix flow command message sizeGravatar Paolo Abeni 1-1/+5
2019-11-15net: openvswitch: don't call pad_packet if not necessaryGravatar Tonghao Zhang 1-14/+8
2019-11-14net: openvswitch: add hash info to upcallGravatar Tonghao Zhang 1-1/+25
2019-11-03net: openvswitch: simplify the ovs_dp_cmd_newGravatar Tonghao Zhang 1-22/+38
2019-11-03net: openvswitch: don't unlock mutex when changing the user_features failsGravatar Tonghao Zhang 1-1/+1
2019-11-03net: openvswitch: add flow-mask cache for performanceGravatar Tonghao Zhang 1-1/+2