Age | Commit message (Expand) | Author |
2017-08-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-07-24 | openvswitch: fix potential out of bound access in parse_ct | Liping Zhang |
2017-07-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-07-19 | openvswitch: Optimize operations for OvS flow_stats. | Tonghao Zhang |
2017-07-19 | openvswitch: Optimize updating for OvS flow_stats. | Tonghao Zhang |
2017-07-17 | net: Remove all references to SKB_GSO_UDP. | David S. Miller |
2017-07-15 | openvswitch: Fix for force/commit action failures | Greg Rose |
2017-07-03 | openvswitch: fix mis-ordered comment lines for ovs_skb_cb | Daniel Axtens |
2017-07-01 | datapath: Avoid using stack larger than 1024. | Tonghao Zhang |
2017-06-25 | net: store port/representator id in metadata_dst | Jakub Kicinski |
2017-06-20 | vxlan: get rid of redundant vxlan_dev.flags | Matthias Schiffer |
2017-06-16 | networking: convert many more places to skb_put_zero() | Johannes Berg |
2017-06-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-06-07 | net: Fix inconsistent teardown and release of private netdev state. | David S. Miller |
2017-05-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-05-19 | openvswitch: more accurate checksumming in queue_userspace_packet() | Davide Caratti |
2017-05-15 | netfilter: introduce nf_conntrack_helper_put helper function | Liping Zhang |
2017-05-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller |
2017-05-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller |
2017-04-24 | openvswitch: Delete conntrack entry clashing with an expectation. | Jarno Rajahalme |
2017-04-24 | openvswitch: Add eventmask support to CT action. | Jarno Rajahalme |
2017-04-24 | openvswitch: Typo fix. | Jarno Rajahalme |
2017-04-15 | netfilter: remove nf_ct_is_untracked | Florian Westphal |
2017-04-13 | netlink: pass extended ACK struct to parsing functions | Johannes Berg |
2017-04-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-04-01 | openvswitch: Fix ovs_flow_key_update() | Yi-Hung Wei |
2017-03-28 | openvswitch: Fix refcount leak on force commit. | Jarno Rajahalme |
2017-03-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-03-22 | Openvswitch: Refactor sample and recirc actions implementation | andy zhou |
2017-03-22 | openvswitch: Optimize sample action for the clone use cases | andy zhou |
2017-03-22 | openvswitch: Refactor recirc key allocation. | andy zhou |
2017-03-22 | openvswitch: Deferred fifo API change. | andy zhou |
2017-03-16 | openvswitch: Add missing case OVS_TUNNEL_KEY_ATTR_PAD | Kris Murphy |
2017-03-15 | net/openvswitch: Set the ipv6 source tunnel key address attribute correctly | Or Gerlitz |
2017-03-02 | openvswitch: actions: fixed a brace coding style warning | Peter Downs |
2017-03-01 | ipv6: orphan skbs in reassembly unit | Eric Dumazet |
2017-02-20 | openvswitch: Set event bit after initializing labels. | Jarno Rajahalme |
2017-02-15 | openvswitch: Set internal device max mtu to ETH_MAX_MTU. | Jarno Rajahalme |
2017-02-09 | openvswitch: Pack struct sw_flow_key. | Jarno Rajahalme |
2017-02-09 | openvswitch: Add force commit. | Jarno Rajahalme |
2017-02-09 | openvswitch: Add original direction conntrack tuple to sw_flow_key. | Jarno Rajahalme |
2017-02-09 | openvswitch: Inherit master's labels. | Jarno Rajahalme |
2017-02-09 | openvswitch: Refactor labels initialization. | Jarno Rajahalme |
2017-02-09 | openvswitch: Simplify labels length logic. | Jarno Rajahalme |
2017-02-09 | openvswitch: Unionize ovs_key_ct_label with a u32 array. | Jarno Rajahalme |
2017-02-09 | openvswitch: Do not trigger events for unconfirmed connections. | Jarno Rajahalme |
2017-02-09 | openvswitch: Use inverted tuple in ovs_ct_find_existing() if NATted. | Jarno Rajahalme |
2017-02-09 | openvswitch: Fix comments for skb->_nfct | Jarno Rajahalme |
2017-02-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller |
2017-02-02 | netfilter: add and use nf_ct_set helper | Florian Westphal |