Age | Commit message (Expand) | Author | Files | Lines |
2017-06-07 | net: Fix inconsistent teardown and release of private netdev state. | David S. Miller | 1 | -2/+2 |
2017-05-15 | netfilter: introduce nf_conntrack_helper_put helper function | Liping Zhang | 1 | -2/+2 |
2017-05-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 1 | -1/+29 |
2017-05-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 1 | -5/+0 |
2017-04-24 | openvswitch: Delete conntrack entry clashing with an expectation. | Jarno Rajahalme | 1 | -1/+29 |
2017-04-24 | openvswitch: Add eventmask support to CT action. | Jarno Rajahalme | 1 | -0/+27 |
2017-04-24 | openvswitch: Typo fix. | Jarno Rajahalme | 1 | -1/+1 |
2017-04-15 | netfilter: remove nf_ct_is_untracked | Florian Westphal | 1 | -5/+0 |
2017-04-13 | netlink: pass extended ACK struct to parsing functions | Johannes Berg | 3 | -4/+5 |
2017-04-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -4/+10 |
2017-04-01 | openvswitch: Fix ovs_flow_key_update() | Yi-Hung Wei | 1 | -2/+8 |
2017-03-29 | openvswitch: Fix refcount leak on force commit. | Jarno Rajahalme | 1 | -2/+2 |
2017-03-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+3 |
2017-03-22 | Openvswitch: Refactor sample and recirc actions implementation | andy zhou | 1 | -83/+93 |
2017-03-22 | openvswitch: Optimize sample action for the clone use cases | andy zhou | 3 | -98/+152 |
2017-03-22 | openvswitch: Refactor recirc key allocation. | andy zhou | 1 | -26/+40 |
2017-03-22 | openvswitch: Deferred fifo API change. | andy zhou | 1 | -7/+11 |
2017-03-16 | openvswitch: Add missing case OVS_TUNNEL_KEY_ATTR_PAD | Kris Murphy | 1 | -0/+2 |
2017-03-16 | net/openvswitch: Set the ipv6 source tunnel key address attribute correctly | Or Gerlitz | 1 | -1/+1 |
2017-03-03 | openvswitch: actions: fixed a brace coding style warning | Peter Downs | 1 | -2/+1 |
2017-03-02 | ipv6: orphan skbs in reassembly unit | Eric Dumazet | 1 | -1/+0 |
2017-02-20 | openvswitch: Set event bit after initializing labels. | Jarno Rajahalme | 1 | -3/+6 |
2017-02-15 | openvswitch: Set internal device max mtu to ETH_MAX_MTU. | Jarno Rajahalme | 1 | -0/+2 |
2017-02-10 | openvswitch: Pack struct sw_flow_key. | Jarno Rajahalme | 4 | -34/+39 |
2017-02-10 | openvswitch: Add force commit. | Jarno Rajahalme | 1 | -2/+24 |
2017-02-10 | openvswitch: Add original direction conntrack tuple to sw_flow_key. | Jarno Rajahalme | 7 | -46/+227 |
2017-02-10 | openvswitch: Inherit master's labels. | Jarno Rajahalme | 1 | -14/+31 |
2017-02-10 | openvswitch: Refactor labels initialization. | Jarno Rajahalme | 1 | -42/+62 |
2017-02-10 | openvswitch: Simplify labels length logic. | Jarno Rajahalme | 1 | -11/+9 |
2017-02-10 | openvswitch: Unionize ovs_key_ct_label with a u32 array. | Jarno Rajahalme | 1 | -7/+8 |
2017-02-10 | openvswitch: Do not trigger events for unconfirmed connections. | Jarno Rajahalme | 1 | -6/+22 |
2017-02-10 | openvswitch: Use inverted tuple in ovs_ct_find_existing() if NATted. | Jarno Rajahalme | 1 | -2/+22 |
2017-02-10 | openvswitch: Fix comments for skb->_nfct | Jarno Rajahalme | 1 | -7/+7 |
2017-02-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 1 | -7/+5 |
2017-02-02 | netfilter: add and use nf_ct_set helper | Florian Westphal | 1 | -4/+2 |
2017-02-02 | skbuff: add and use skb_nfct helper | Florian Westphal | 1 | -3/+3 |
2017-01-30 | openvswitch: Simplify do_execute_actions(). | andy zhou | 1 | -22/+20 |
2017-01-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+4 |
2017-01-16 | openvswitch: maintain correct checksum state in conntrack actions | Lance Richardson | 1 | -2/+4 |
2017-01-09 | net: make ndo_get_stats64 a void function | stephen hemminger | 1 | -3/+1 |
2016-12-27 | openvswitch: upcall: Fix vlan handling. | pravin shelar | 2 | -28/+27 |
2016-12-20 | openvswitch: Add a missing break statement. | Jarno Rajahalme | 1 | -0/+1 |
2016-12-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+4 |
2016-11-30 | openvswitch: Fix skb leak in IPv6 reassembly. | Daniele Di Proietto | 1 | -1/+4 |
2016-11-18 | netns: make struct pernet_operations::id unsigned int | Alexey Dobriyan | 2 | -2/+2 |
2016-11-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 1 | -6/+2 |
2016-11-13 | openvswitch: allow L3 netdev ports | Jiri Benc | 1 | -3/+6 |
2016-11-13 | openvswitch: add Ethernet push and pop actions | Jiri Benc | 2 | -0/+67 |
2016-11-13 | openvswitch: netlink: support L3 packets | Jiri Benc | 1 | -61/+99 |
2016-11-13 | openvswitch: add processing of L3 packets | Jiri Benc | 3 | -37/+101 |