| Commit message (Expand) | Author | Age | Files | Lines |
* | openvswitch: Set event bit after initializing labels. | Jarno Rajahalme | 2017-02-20 | 1 | -3/+6 |
* | openvswitch: Set internal device max mtu to ETH_MAX_MTU. | Jarno Rajahalme | 2017-02-15 | 1 | -0/+2 |
* | openvswitch: Pack struct sw_flow_key. | Jarno Rajahalme | 2017-02-10 | 4 | -34/+39 |
* | openvswitch: Add force commit. | Jarno Rajahalme | 2017-02-10 | 1 | -2/+24 |
* | openvswitch: Add original direction conntrack tuple to sw_flow_key. | Jarno Rajahalme | 2017-02-10 | 7 | -46/+227 |
* | openvswitch: Inherit master's labels. | Jarno Rajahalme | 2017-02-10 | 1 | -14/+31 |
* | openvswitch: Refactor labels initialization. | Jarno Rajahalme | 2017-02-10 | 1 | -42/+62 |
* | openvswitch: Simplify labels length logic. | Jarno Rajahalme | 2017-02-10 | 1 | -11/+9 |
* | openvswitch: Unionize ovs_key_ct_label with a u32 array. | Jarno Rajahalme | 2017-02-10 | 1 | -7/+8 |
* | openvswitch: Do not trigger events for unconfirmed connections. | Jarno Rajahalme | 2017-02-10 | 1 | -6/+22 |
* | openvswitch: Use inverted tuple in ovs_ct_find_existing() if NATted. | Jarno Rajahalme | 2017-02-10 | 1 | -2/+22 |
* | openvswitch: Fix comments for skb->_nfct | Jarno Rajahalme | 2017-02-10 | 1 | -7/+7 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2017-02-03 | 1 | -7/+5 |
|\ |
|
| * | netfilter: add and use nf_ct_set helper | Florian Westphal | 2017-02-02 | 1 | -4/+2 |
| * | skbuff: add and use skb_nfct helper | Florian Westphal | 2017-02-02 | 1 | -3/+3 |
* | | openvswitch: Simplify do_execute_actions(). | andy zhou | 2017-01-30 | 1 | -22/+20 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-01-17 | 1 | -2/+4 |
|\ \ |
|
| * | | openvswitch: maintain correct checksum state in conntrack actions | Lance Richardson | 2017-01-16 | 1 | -2/+4 |
| |/ |
|
* / | net: make ndo_get_stats64 a void function | stephen hemminger | 2017-01-08 | 1 | -3/+1 |
|/ |
|
* | openvswitch: upcall: Fix vlan handling. | pravin shelar | 2016-12-27 | 2 | -28/+27 |
* | openvswitch: Add a missing break statement. | Jarno Rajahalme | 2016-12-20 | 1 | -0/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-12-03 | 1 | -1/+4 |
|\ |
|
| * | openvswitch: Fix skb leak in IPv6 reassembly. | Daniele Di Proietto | 2016-11-30 | 1 | -1/+4 |
* | | netns: make struct pernet_operations::id unsigned int | Alexey Dobriyan | 2016-11-18 | 2 | -2/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2016-11-14 | 1 | -6/+2 |
|\ \ |
|
| * | | netfilter: handle NF_REPEAT from nf_conntrack_in() | Pablo Neira Ayuso | 2016-11-03 | 1 | -6/+2 |
* | | | openvswitch: allow L3 netdev ports | Jiri Benc | 2016-11-13 | 1 | -3/+6 |
* | | | openvswitch: add Ethernet push and pop actions | Jiri Benc | 2016-11-13 | 2 | -0/+67 |
* | | | openvswitch: netlink: support L3 packets | Jiri Benc | 2016-11-13 | 1 | -61/+99 |
* | | | openvswitch: add processing of L3 packets | Jiri Benc | 2016-11-13 | 3 | -37/+101 |
* | | | openvswitch: support MPLS push and pop for L3 packets | Jiri Benc | 2016-11-13 | 1 | -7/+11 |
* | | | openvswitch: pass mac_proto to ovs_vport_send | Jiri Benc | 2016-11-13 | 3 | -14/+19 |
* | | | openvswitch: add mac_proto field to the flow key | Jiri Benc | 2016-11-13 | 4 | -11/+31 |
* | | | openvswitch: use hard_header_len instead of hardcoded ETH_HLEN | Jiri Benc | 2016-11-13 | 2 | -5/+8 |
|/ / |
|
* | | genetlink: mark families as __ro_after_init | Johannes Berg | 2016-10-27 | 1 | -5/+5 |
* | | genetlink: statically initialize families | Johannes Berg | 2016-10-27 | 1 | -0/+4 |
* | | genetlink: no longer support using static family IDs | Johannes Berg | 2016-10-27 | 1 | -4/+0 |
* | | net: use core MTU range checking in core net infra | Jarod Wilson | 2016-10-20 | 1 | -10/+0 |
* | | openvswitch: remove unnecessary EXPORT_SYMBOLs | Jiri Benc | 2016-10-19 | 3 | -4/+0 |
* | | openvswitch: remove unused functions | Jiri Benc | 2016-10-19 | 2 | -17/+0 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-10-14 | 3 | -3/+4 |
|\| |
|
| * | openvswitch: add NETIF_F_HW_VLAN_STAG_TX to internal dev | Jiri Benc | 2016-10-13 | 1 | -1/+1 |
| * | openvswitch: fix vlan subtraction from packet length | Jiri Benc | 2016-10-13 | 1 | -1/+2 |
| * | openvswitch: vlan: remove wrong likely statement | Jiri Benc | 2016-10-13 | 1 | -1/+1 |
* | | openvswitch: correctly fragment packet with mpls headers | Jiri Benc | 2016-10-12 | 1 | -4/+20 |
|/ |
|
* | openvswitch: use mpls_hdr | Jiri Benc | 2016-10-03 | 1 | -12/+12 |
* | openvswitch: mpls: set network header correctly on key extract | Jiri Benc | 2016-10-03 | 1 | -8/+3 |
* | openvswitch: avoid resetting flow key while installing new flow. | pravin shelar | 2016-09-21 | 4 | -9/+10 |
* | openvswitch: Fix Frame-size larger than 1024 bytes warning. | pravin shelar | 2016-09-21 | 1 | -6/+9 |
* | openvswitch: use percpu flow stats | Thadeu Lima de Souza Cascardo | 2016-09-19 | 3 | -39/+33 |