index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
openvswitch
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-08
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2015-11-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-6
/
+23
2015-10-28
openvswitch: Fix skb leak using IPv6 defrag
Joe Stringer
1
-0
/
+7
2015-10-28
openvswitch: Fix double-free on ip_defrag() errors
Joe Stringer
3
-6
/
+16
2015-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
13
-165
/
+83
2015-10-23
openvswitch: Fix egress tunnel info.
Pravin B Shelar
10
-157
/
+15
2015-10-22
openvswitch: Use dev_queue_xmit for vport send.
Pravin B Shelar
8
-45
/
+40
2015-10-22
openvswitch: Fix incorrect type use.
Pravin B Shelar
1
-3
/
+3
2015-10-22
openvswitch: Serialize nested ct actions if provided
Joe Stringer
1
-4
/
+10
2015-10-22
openvswitch: Mark connections new when not confirmed.
Joe Stringer
1
-5
/
+5
2015-10-22
openvswitch: Reject ct_state masks for unknown bits
Joe Stringer
2
-12
/
+9
2015-10-22
openvswitch: Allocate memory for ovs internal device stats.
James Morse
1
-3
/
+43
2015-10-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
7
-94
/
+114
2015-10-19
openvswitch: Scrub skb between namespaces
Joe Stringer
1
-0
/
+9
2015-10-13
ipv6: Pass struct net into nf_ct_frag6_gather
Eric W. Biederman
1
-1
/
+1
2015-10-13
ipv4: Pass struct net into ip_defrag and ip_check_defrag
Eric W. Biederman
1
-1
/
+1
2015-10-07
openvswitch: Change CT_ATTR_FLAGS to CT_ATTR_COMMIT
Joe Stringer
1
-7
/
+6
2015-10-07
openvswitch: Extend ct_state match field to 32 bits
Joe Stringer
3
-7
/
+7
2015-10-07
openvswitch: Reject ct_state unsupported bits
Joe Stringer
2
-0
/
+18
2015-10-07
openvswitch: Ensure flow is valid before executing ct
Joe Stringer
1
-0
/
+6
2015-10-07
openvswitch: Fix skb leak in ovs_fragment()
Joe Stringer
1
-4
/
+7
2015-10-07
openvswitch: netlink attributes for IPv6 tunneling
Jiri Benc
1
-37
/
+84
2015-10-07
openvswitch: add tunnel protocol to sw_flow_key
Jiri Benc
4
-5
/
+12
2015-10-05
openvswitch: Fix ovs_vport_get_stats()
Pravin B Shelar
1
-29
/
+13
2015-10-05
ovs: do not allocate memory from offline numa node
Konstantin Khlebnikov
1
-1
/
+2
2015-10-05
openvswitch: Rename LABEL->LABELS
Joe Stringer
5
-49
/
+49
2015-09-30
openvswitch: Remove ovs_vport_output_sk
Eric W. Biederman
1
-5
/
+0
2015-09-30
ipv6: Pass struct net through ip6_fragment
Eric W. Biederman
1
-1
/
+1
2015-09-30
ipv4: Pass struct net through ip_fragment
Eric W. Biederman
1
-1
/
+1
2015-09-30
openvswitch: Pass net into ovs_fragment
Eric W. Biederman
1
-3
/
+4
2015-09-30
openvswitch: Pass net into ovs_vport_output
Eric W. Biederman
1
-3
/
+8
2015-09-29
net: Drop unlikely before IS_ERR(_OR_NULL)
Viresh Kumar
1
-1
/
+1
2015-09-27
vxlan: support both IPv4 and IPv6 sockets in a single vxlan device
Jiri Benc
1
-1
/
+2
2015-09-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-41
/
+81
2015-09-24
genetlink: simplify genl_notify
Jiri Benc
1
-2
/
+1
2015-09-23
openvswitch: Zero flows on allocation.
Jesse Gross
3
-14
/
+15
2015-09-18
netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tuple
Eric W. Biederman
1
-1
/
+1
2015-09-18
openvswitch: Fix IPv6 exthdr handling with ct helpers.
Joe Stringer
1
-3
/
+5
2015-09-16
openvswitch: Fix mask generation for nested attributes.
Jesse Gross
1
-23
/
+59
2015-09-12
openvswitch: Fix dependency on IPv6 defrag.
Joe Stringer
1
-1
/
+2
2015-09-07
openvswitch: Remove conntrack Kconfig option.
Joe Stringer
3
-14
/
+6
2015-08-31
ip-tunnel: Use API to access tunnel metadata options.
Pravin B Shelar
11
-49
/
+50
2015-08-30
openvswitch: Remove vport-net
Pravin B Shelar
3
-7
/
+2
2015-08-30
openvswitch: Remove vport stats.
Pravin B Shelar
5
-170
/
+56
2015-08-30
openvswitch: Remove egress_tun_info.
Pravin B Shelar
8
-20
/
+7
2015-08-30
openvswitch: Remove vport get_name()
Pravin B Shelar
1
-5
/
+1
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
2
-0
/
+4
2015-08-29
openvswitch: Fix conntrack compilation without mark.
Joe Stringer
1
-3
/
+14
2015-08-28
openswitch: fix typo CONFIG_NF_CONNTRACK_LABEL
Valentin Rothberg
1
-1
/
+1
[next]