index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
openvswitch
/
flow_netlink.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
openvswitch: Use kmalloc_size_roundup() to match ksize() usage
Kees Cook
2022-10-20
1
-1
/
+1
*
net: openvswitch: fix repeated words in comments
Jilin Yuan
2022-09-09
1
-1
/
+1
*
openvswitch: fix OOB access in reserve_sfa_size()
Paolo Valerio
2022-04-15
1
-1
/
+1
*
net: openvswitch: fix leak of nested actions
Ilya Maximets
2022-04-06
1
-5
/
+90
*
net: openvswitch: don't send internal clone attribute to the userspace.
Ilya Maximets
2022-04-06
1
-1
/
+3
*
openvswitch: Fixed nd target mask field in the flow dump.
Martin Varghese
2022-03-29
1
-2
/
+2
*
net: openvswitch: fix uAPI incompatibility with existing user space
Ilya Maximets
2022-03-11
1
-3
/
+10
*
net: openvswitch: IPv6: Add IPv6 extension header support
Toms Atteka
2022-02-25
1
-2
/
+24
*
net: openvswitch: add log message for error case
Eelco Chaudron
2021-01-15
1
-2
/
+12
*
openvswitch: fix error return code in validate_and_copy_dec_ttl()
Wang Hai
2020-12-05
1
-1
/
+1
*
net: openvswitch: fix TTL decrement action netlink message format
Eelco Chaudron
2020-11-27
1
-19
/
+55
*
net: openvswitch: kerneldoc fixes
Andrew Lunn
2020-07-14
1
-3
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-02-21
1
-8
/
+10
|
\
|
*
openvswitch: Distribute switch variables for initialization
Kees Cook
2020-02-20
1
-8
/
+10
*
|
openvswitch: add TTL decrement action
Matteo Croce
2020-02-17
1
-0
/
+70
|
/
*
openvswitch: New MPLS actions for layer 2 tunnelling
Martin Varghese
2019-12-25
1
-0
/
+34
*
Change in Openvswitch to support MPLS label depth of 3 in ingress direction
Martin Varghese
2019-11-06
1
-23
/
+64
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269
Thomas Gleixner
2019-06-05
1
-14
/
+1
*
netlink: make validation more configurable for future strictness
Johannes Berg
2019-04-27
1
-4
/
+5
*
netlink: make nla_nest_start() add NLA_F_NESTED flag
Michal Kubecek
2019-04-27
1
-16
/
+17
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-04-05
1
-2
/
+2
|
\
|
*
openvswitch: fix flow actions reallocation
Andrea Righi
2019-03-29
1
-2
/
+2
*
|
openvswitch: Make metadata_dst tunnel work in IP_TUNNEL_INFO_BRIDGE mode
wenxu
2019-03-29
1
-10
/
+36
*
|
net: openvswitch: Add a new action check_pkt_len
Numan Siddique
2019-03-27
1
-0
/
+171
|
/
*
openvswitch: Avoid OOB read when parsing flow nlattrs
Ross Lagerwall
2019-01-16
1
-1
/
+1
*
OVS: remove use of VLAN_TAG_PRESENT
Michał Mirosław
2018-11-09
1
-11
/
+11
*
openvswitch: Fix push/pop ethernet validation
Jaime Caamaño Ruiz
2018-11-01
1
-2
/
+2
*
openvswitch: kernel datapath clone action
Yifeng Sun
2018-07-08
1
-0
/
+73
*
net: check tunnel option type in tunnel flags
Pieter Jansen van Vuuren
2018-06-29
1
-1
/
+6
*
openvswitch: Don't swap table in nlattr_set() after OVS_ATTR_NESTED is found
Stefano Brivio
2018-05-04
1
-6
/
+3
*
openvswitch: add erspan version I and II support
William Tu
2018-01-26
1
-1
/
+51
*
flow_netlink: Remove unneeded semicolons
Christopher Díaz Riveros
2018-01-18
1
-2
/
+2
*
Revert "openvswitch: Add erspan tunnel support."
William Tu
2018-01-15
1
-50
/
+1
*
openvswitch: fix the incorrect flow action alloc size
zhangliping
2017-11-27
1
-8
/
+8
*
openvswitch: Make local function ovs_nsh_key_attr_size() static
Wei Yongjun
2017-11-14
1
-1
/
+1
*
openvswitch: Add meter action support
Andy Zhou
2017-11-13
1
-0
/
+6
*
openvswitch: enable NSH support
Yi Yang
2017-11-08
1
-2
/
+341
*
openvswitch: add ct_clear action
Eric Garver
2017-10-11
1
-0
/
+5
*
openvswitch: Add erspan tunnel support.
William Tu
2017-10-10
1
-1
/
+50
*
openvswitch: Remove unnecessary newlines from OVS_NLERR uses
Joe Perches
2017-08-11
1
-1
/
+1
*
net: store port/representator id in metadata_dst
Jakub Kicinski
2017-06-25
1
-1
/
+3
*
netlink: pass extended ACK struct to parsing functions
Johannes Berg
2017-04-13
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-03-24
1
-1
/
+3
|
\
|
*
openvswitch: Add missing case OVS_TUNNEL_KEY_ATTR_PAD
Kris Murphy
2017-03-16
1
-0
/
+2
|
*
net/openvswitch: Set the ipv6 source tunnel key address attribute correctly
Or Gerlitz
2017-03-15
1
-1
/
+1
*
|
openvswitch: Optimize sample action for the clone use cases
andy zhou
2017-03-22
1
-44
/
+97
|
/
*
openvswitch: Pack struct sw_flow_key.
Jarno Rajahalme
2017-02-10
1
-4
/
+7
*
openvswitch: Add original direction conntrack tuple to sw_flow_key.
Jarno Rajahalme
2017-02-10
1
-20
/
+65
*
openvswitch: Add a missing break statement.
Jarno Rajahalme
2016-12-20
1
-0
/
+1
*
openvswitch: add Ethernet push and pop actions
Jiri Benc
2016-11-13
1
-0
/
+18
[next]