summaryrefslogtreecommitdiff
path: root/net/openvswitch
AgeCommit message (Expand)Author
2017-02-20openvswitch: Set event bit after initializing labels.Jarno Rajahalme
2017-02-15openvswitch: Set internal device max mtu to ETH_MAX_MTU.Jarno Rajahalme
2017-02-09openvswitch: Pack struct sw_flow_key.Jarno Rajahalme
2017-02-09openvswitch: Add force commit.Jarno Rajahalme
2017-02-09openvswitch: Add original direction conntrack tuple to sw_flow_key.Jarno Rajahalme
2017-02-09openvswitch: Inherit master's labels.Jarno Rajahalme
2017-02-09openvswitch: Refactor labels initialization.Jarno Rajahalme
2017-02-09openvswitch: Simplify labels length logic.Jarno Rajahalme
2017-02-09openvswitch: Unionize ovs_key_ct_label with a u32 array.Jarno Rajahalme
2017-02-09openvswitch: Do not trigger events for unconfirmed connections.Jarno Rajahalme
2017-02-09openvswitch: Use inverted tuple in ovs_ct_find_existing() if NATted.Jarno Rajahalme
2017-02-09openvswitch: Fix comments for skb->_nfctJarno Rajahalme
2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-02-02netfilter: add and use nf_ct_set helperFlorian Westphal
2017-02-02skbuff: add and use skb_nfct helperFlorian Westphal
2017-01-29openvswitch: Simplify do_execute_actions().andy zhou
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-15openvswitch: maintain correct checksum state in conntrack actionsLance Richardson
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2016-12-27openvswitch: upcall: Fix vlan handling.pravin shelar
2016-12-20openvswitch: Add a missing break statement.Jarno Rajahalme
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-30openvswitch: Fix skb leak in IPv6 reassembly.Daniele Di Proietto
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan
2016-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2016-11-13openvswitch: allow L3 netdev portsJiri Benc
2016-11-13openvswitch: add Ethernet push and pop actionsJiri Benc
2016-11-13openvswitch: netlink: support L3 packetsJiri Benc
2016-11-13openvswitch: add processing of L3 packetsJiri Benc
2016-11-13openvswitch: support MPLS push and pop for L3 packetsJiri Benc
2016-11-13openvswitch: pass mac_proto to ovs_vport_sendJiri Benc
2016-11-13openvswitch: add mac_proto field to the flow keyJiri Benc
2016-11-13openvswitch: use hard_header_len instead of hardcoded ETH_HLENJiri Benc
2016-11-03netfilter: handle NF_REPEAT from nf_conntrack_in()Pablo Neira Ayuso
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg
2016-10-27genetlink: statically initialize familiesJohannes Berg
2016-10-27genetlink: no longer support using static family IDsJohannes Berg
2016-10-20net: use core MTU range checking in core net infraJarod Wilson
2016-10-19openvswitch: remove unnecessary EXPORT_SYMBOLsJiri Benc
2016-10-19openvswitch: remove unused functionsJiri Benc
2016-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-13openvswitch: add NETIF_F_HW_VLAN_STAG_TX to internal devJiri Benc
2016-10-13openvswitch: fix vlan subtraction from packet lengthJiri Benc
2016-10-13openvswitch: vlan: remove wrong likely statementJiri Benc
2016-10-12openvswitch: correctly fragment packet with mpls headersJiri Benc
2016-10-03openvswitch: use mpls_hdrJiri Benc
2016-10-03openvswitch: mpls: set network header correctly on key extractJiri Benc
2016-09-20openvswitch: avoid resetting flow key while installing new flow.pravin shelar
2016-09-20openvswitch: Fix Frame-size larger than 1024 bytes warning.pravin shelar
2016-09-18openvswitch: use percpu flow statsThadeu Lima de Souza Cascardo