Age | Commit message (Expand) | Author | Files | Lines |
2025-05-28 | net: openvswitch: Fix the dead loop of MPLS parse | Faicker Mo | 1 | -1/+1 |
2024-05-10 | net: openvswitch: fix overwriting ct original tuple for ICMPv6 | Ilya Maximets | 1 | -1/+2 |
2023-02-20 | net/sched: cls_api: Support hardware miss to tc action | Paul Blakey | 1 | -1/+2 |
2023-02-06 | net: openvswitch: reduce cpu_used_mask memory | Eddy Tao | 1 | -3/+6 |
2022-06-23 | net: openvswitch: fix parsing of nw_proto for IPv6 fragments | Rosemarie O'Riorden | 1 | -1/+1 |
2022-03-02 | net: openvswitch: remove unneeded semicolon | Yang Li | 1 | -1/+1 |
2022-02-25 | net: openvswitch: IPv6: Add IPv6 extension header support | Toms Atteka | 1 | -0/+140 |
2022-02-05 | net/sched: Enable tc skb ext allocation on chain miss only when needed | Paul Blakey | 1 | -1/+2 |
2022-01-09 | net: openvswitch: Fix ct_state nat flags for conns arriving from tc | Paul Blakey | 1 | -3/+13 |
2021-12-17 | net: openvswitch: Fix matching zone id for invalid conns arriving from tc | Paul Blakey | 1 | -1/+7 |
2021-08-09 | net: openvswitch: fix kernel-doc warnings in flow.c | Randy Dunlap | 1 | -6/+7 |
2021-03-16 | net/sched: act_api: fix miss set post_ct for ovs after do conntrack in act_ct | wenxu | 1 | -1/+3 |
2020-10-30 | net: openvswitch: Fix kerneldoc warnings | Andrew Lunn | 1 | -0/+4 |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
2020-08-03 | net/sched: act_ct: fix miss set mru for ovs after defrag in act_ct | wenxu | 1 | -0/+1 |
2019-11-05 | Change in Openvswitch to support MPLS label depth of 3 in ingress direction | Martin Varghese | 1 | -6/+14 |
2019-09-06 | net: openvswitch: Set OvS recirc_id from tc chain index | Paul Blakey | 1 | -0/+13 |
2019-08-28 | openvswitch: Clear the L4 portion of the key for "later" fragments. | Justin Pettit | 1 | -1/+4 |
2019-08-28 | openvswitch: Properly set L4 keys on "later" IP fragments | Greg Rose | 1 | -66/+89 |
2019-07-19 | net: openvswitch: rename flow_stats to sw_flow_stats | Pablo Neira Ayuso | 1 | -4/+4 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269 | Thomas Gleixner | 1 | -14/+1 |
2019-01-04 | openvswitch: Fix IPv6 later frags parsing | Yi-Hung Wei | 1 | -3/+5 |
2018-11-10 | OVS: remove VLAN_TAG_PRESENT - fixup | Michał Mirosław | 1 | -1/+1 |
2018-11-08 | OVS: remove use of VLAN_TAG_PRESENT | Michał Mirosław | 1 | -2/+2 |
2018-09-06 | openvswitch: Derive IP protocol number for IPv6 later frags | Yi-Hung Wei | 1 | -13/+9 |
2017-12-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+12 |
2017-12-21 | openvswitch: Fix pop_vlan action for double tagged frames | Eric Garver | 1 | -3/+12 |
2017-11-30 | openvswitch: use ktime_get_ts64() instead of ktime_get_ts() | Arnd Bergmann | 1 | -3/+3 |
2017-11-24 | net: accept UFO datagrams from tuntap and packet | Willem de Bruijn | 1 | -1/+5 |
2017-11-08 | openvswitch: enable NSH support | Yi Yang | 1 | -0/+51 |
2017-07-19 | openvswitch: Optimize operations for OvS flow_stats. | Tonghao Zhang | 1 | -3/+4 |
2017-07-19 | openvswitch: Optimize updating for OvS flow_stats. | Tonghao Zhang | 1 | -2/+1 |
2017-07-17 | net: Remove all references to SKB_GSO_UDP. | David S. Miller | 1 | -5/+1 |
2017-04-01 | openvswitch: Fix ovs_flow_key_update() | Yi-Hung Wei | 1 | -2/+8 |
2017-02-09 | openvswitch: Add original direction conntrack tuple to sw_flow_key. | Jarno Rajahalme | 1 | -5/+29 |
2016-12-27 | openvswitch: upcall: Fix vlan handling. | pravin shelar | 1 | -27/+27 |
2016-11-13 | openvswitch: add processing of L3 packets | Jiri Benc | 1 | -25/+81 |
2016-11-13 | openvswitch: add mac_proto field to the flow key | Jiri Benc | 1 | -0/+1 |
2016-10-13 | openvswitch: vlan: remove wrong likely statement | Jiri Benc | 1 | -1/+1 |
2016-10-03 | openvswitch: mpls: set network header correctly on key extract | Jiri Benc | 1 | -8/+3 |
2016-09-20 | openvswitch: avoid resetting flow key while installing new flow. | pravin shelar | 1 | -2/+0 |
2016-09-18 | openvswitch: use percpu flow stats | Thadeu Lima de Souza Cascardo | 1 | -20/+22 |
2016-09-18 | openvswitch: fix flow stats accounting when node 0 is not possible | Thadeu Lima de Souza Cascardo | 1 | -2/+4 |
2016-09-08 | openvswitch: 802.1AD Flow handling, actions, vlan parsing, netlink attributes | Eric Garver | 1 | -18/+47 |
2015-10-07 | openvswitch: add tunnel protocol to sw_flow_key | Jiri Benc | 1 | -2/+2 |
2015-08-31 | ip-tunnel: Use API to access tunnel metadata options. | Pravin B Shelar | 1 | -3/+4 |
2015-08-29 | openvswitch: Remove vport-net | Pravin B Shelar | 1 | -1/+2 |
2015-08-29 | openvswitch: retain parsed IPv6 header fields in flow on error skipping exten... | Simon Horman | 1 | -6/+15 |
2015-08-29 | ip_tunnels: record IP version in tunnel info | Jiri Benc | 1 | -0/+2 |
2015-08-27 | openvswitch: Allow matching on conntrack label | Joe Stringer | 1 | -2/+2 |
2015-08-27 | openvswitch: Add conntrack action | Joe Stringer | 1 | -0/+2 |
2015-07-21 | ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel generic | Thomas Graf | 1 | -2/+2 |
2015-05-05 | openvswitch: Use eth_proto_is_802_3 | Alexander Duyck | 1 | -2/+2 |
2015-04-14 | mm: remove GFP_THISNODE | David Rientjes | 1 | -1/+3 |
2015-02-11 | openvswitch: Reset key metadata for packet execution. | Pravin B Shelar | 1 | -0/+2 |
2015-01-15 | openvswitch: Rename GENEVE_TUN_OPTS() to TUN_METADATA_OPTS() | Thomas Graf | 1 | -1/+1 |
2015-01-13 | net: rename vlan_tx_* helpers since "tx" is misleading there | Jiri Pirko | 1 | -2/+2 |
2015-01-02 | openvswitch: Consistently include VLAN header in flow and port stats. | Ben Pfaff | 1 | -2/+3 |
2014-11-09 | openvswitch: Add support for OVS_FLOW_ATTR_PROBE. | Jarno Rajahalme | 1 | -2/+2 |
2014-11-09 | openvswitch: Constify various function arguments | Thomas Graf | 1 | -2/+2 |
2014-11-05 | openvswitch: Add basic MPLS support to kernel | Simon Horman | 1 | -0/+30 |
2014-10-17 | openvswitch: Set flow-key members. | Pravin B Shelar | 1 | -3/+3 |
2014-10-17 | openvswitch: fix a use after free | Li RongQing | 1 | -1/+2 |
2014-10-06 | openvswitch: Add support for Geneve tunneling. | Jesse Gross | 1 | -2/+18 |
2014-10-06 | openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure. | Jesse Gross | 1 | -3/+3 |
2014-10-06 | openvswitch: Eliminate memset() from flow_extract. | Jesse Gross | 1 | -9/+45 |
2014-09-15 | openvswitch: Add recirc and hash action. | Andy Zhou | 1 | -1/+6 |
2014-09-15 | openvswitch: Use tun_key only for egress tunnel path. | Pravin B Shelar | 1 | -3/+4 |
2014-09-15 | openvswitch: refactor ovs flow extract API. | Pravin B Shelar | 1 | -14/+35 |
2014-08-22 | net/openvswitch/flow.c: Replace rcu_dereference() with rcu_access_pointer() | Andreea-Cristina Bernat | 1 | -1/+1 |
2014-06-29 | openvswitch: Fix tracking of flags seen in TCP flows. | Ben Pfaff | 1 | -2/+2 |
2014-05-22 | openvswitch: Fix ovs_flow_stats_get/clear RCU dereference. | Jarno Rajahalme | 1 | -4/+6 |
2014-05-22 | openvswitch: Clarify locking. | Jarno Rajahalme | 1 | -1/+2 |
2014-05-22 | openvswitch: Compact sw_flow_key. | Jarno Rajahalme | 1 | -25/+19 |
2014-05-16 | openvswitch: Use TCP flags in the flow key for stats. | Jarno Rajahalme | 1 | -7/+5 |
2014-05-16 | openvswitch: Per NUMA node flow stats. | Jarno Rajahalme | 1 | -42/+77 |
2014-05-16 | openvswitch: Remove 5-tuple optimization. | Jarno Rajahalme | 1 | -20/+12 |
2014-05-16 | openvswitch: Use ether_addr_copy | Joe Perches | 1 | -8/+8 |
2014-03-28 | openvswitch: fix a possible deadlock and lockdep warning | Flavio Leitner | 1 | -20/+6 |
2014-03-20 | openvswitch: Correctly report flow used times for first 5 minutes after boot. | Ben Pfaff | 1 | -1/+1 |
2014-02-15 | openvswitch: Read tcp flags only then the tranport header is present. | Jarno Rajahalme | 1 | -0/+1 |
2014-01-06 | openvswitch: Per cpu flow stats. | Pravin B Shelar | 1 | -7/+89 |
2013-11-01 | openvswitch: TCP flags matching support. | Jarno Rajahalme | 1 | -0/+2 |
2013-11-01 | openvswitch: Widen TCP flags handling. | Jarno Rajahalme | 1 | -5/+3 |
2013-10-03 | openvswitch: Restructure datapath.c and flow.c | Pravin B Shelar | 1 | -1581/+24 |
2013-09-11 | net: ovs: flow: fix potential illegal memory access in __parse_flow_nlattrs | Daniel Borkmann | 1 | -0/+1 |
2013-09-05 | openvswitch: Fix alignment of struct sw_flow_key. | Jesse Gross | 1 | -0/+1 |
2013-08-27 | openvswitch: optimize flow compare and mask functions | Andy Zhou | 1 | -21/+43 |
2013-08-26 | openvswitch: Rename key_len to key_end | Andy Zhou | 1 | -15/+16 |
2013-08-26 | openvswitch: Add SCTP support | Joe Stringer | 1 | -0/+65 |
2013-08-23 | openvswitch: Mega flow implementation | Andy Zhou | 1 | -451/+936 |
2013-08-23 | openvswitch: Use non rcu hlist_del() flow table entry. | Pravin B Shelar | 1 | -1/+1 |
2013-08-14 | openvswitch: Use correct type while allocating flex array. | Pravin B Shelar | 1 | -1/+1 |
2013-06-19 | openvswitch: Optimize flow key match for non tunnel flows. | Pravin B Shelar | 1 | -12/+37 |
2013-06-19 | openvswitch: Add tunneling interface. | Pravin B Shelar | 1 | -0/+125 |
2013-06-19 | openvswitch: Copy individual actions. | Pravin B Shelar | 1 | -6/+4 |
2013-06-14 | openvswitch: Simplify interface ovs_flow_metadata_from_nlattrs() | Pravin B Shelar | 1 | -12/+10 |
2013-06-14 | openvswitch: make skb->csum consistent with rest of networking stack. | Pravin B Shelar | 1 | -0/+3 |
2013-06-14 | openvswitch: fix variable names in comment | Lorand Jakab | 1 | -2/+2 |
2013-04-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2013-03-29 | openvswitch: Use nla_memcpy() to memcpy() data from attributes | Thomas Graf | 1 | -1/+1 |
2013-03-28 | net: add ETH_P_802_3_MIN | Simon Horman | 1 | -3/+3 |
2013-03-27 | openvswitch: correct an invalid BUG_ON | Hong Zhiguo | 1 | -1/+1 |
2013-03-15 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o... | David S. Miller | 1 | -1/+5 |
2013-02-27 | hlist: drop the node parameter from iterators | Sasha Levin | 1 | -8/+5 |
2013-02-22 | openvswitch: Fix parsing invalid LLC/SNAP ethertypes | Rich Lane | 1 | -1/+5 |
2012-11-26 | openvswitch: add skb mark matching and set action | Ansis Atteka | 1 | -1/+18 |
2012-11-02 | openvswitch: Process RARP packets with ethertype 0x8035 similar to ARP packets. | Mehak Mahajan | 1 | -3/+6 |
2012-10-30 | openvswitch: Store flow key len if ARP opcode is not request or reply. | Mehak Mahajan | 1 | -9/+5 |
2012-09-04 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/... | David S. Miller | 1 | -7/+4 |
2012-09-03 | openvswitch: Increase maximum number of datapath ports. | Pravin B Shelar | 1 | -7/+4 |
2012-08-31 | openvswitch: using kfree_rcu() to simplify the code | Wei Yongjun | 1 | -9/+1 |
2012-07-20 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/... | David S. Miller | 1 | -2/+3 |
2012-05-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+2 |
2012-05-03 | openvswitch: Replace Nicira Networks. | Raju Subramanian | 1 | -1/+1 |
2012-04-02 | openvswitch: Enable retrieval of TCP flags from IPv6 traffic. | Jesse Gross | 1 | -1/+2 |
2012-04-02 | openvswitch: Add length check when retrieving TCP flags. | Jesse Gross | 1 | -1/+2 |
2012-04-01 | openvswitch: Stop using NLA_PUT*(). | David S. Miller | 1 | -7/+11 |
2012-01-17 | net: kill duplicate included header | Shan Wei | 1 | -1/+0 |
2011-12-03 | net: Add Open vSwitch kernel components. | Jesse Gross | 1 | -0/+1346 |