summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2017-02-12netfilter: nfnetlink: get rid of u_intX_t typesPablo Neira Ayuso-8/+8
2017-02-12netfilter: nf_ct_expect: nf_ct_expect_insert() returns voidGao Feng-5/+3
2017-02-12netfilter: nf_ct_sip: Use mod_timer_pending()Gao Feng-7/+5
2017-02-08netfilter: nft_exthdr: add TCP option matchingManuel Messner-16/+124
2017-02-08netfilter: nft_ct: add zone id set supportFlorian Westphal-1/+143
2017-02-08netfilter: nft_ct: prepare for key-dependent error unwindFlorian Westphal-14/+15
2017-02-08netfilter: nft_ct: add zone id get supportFlorian Westphal-3/+21
2017-02-08netfilter: nf_tables: add bitmap set typePablo Neira Ayuso-0/+321
2017-02-08netfilter: nf_tables: add space notation to setsPablo Neira Ayuso-5/+21
2017-02-08netfilter: nf_tables: rename struct nft_set_estimate class fieldPablo Neira Ayuso-10/+10
2017-02-08netfilter: nf_tables: add flush field to struct nft_set_iterPablo Neira Ayuso-0/+5
2017-02-08netfilter: nf_tables: rename deactivate_one() to flush()Pablo Neira Ayuso-13/+13
2017-02-08netfilter: nf_tables: use struct nft_set_iter in set element flushPablo Neira Ayuso-7/+5
2017-02-08netfilter: nf_tables: pass netns to set->ops->remove()Pablo Neira Ayuso-6/+9
2017-02-08netfilter: nft_exthdr: Add support for existence checkPhil Sutter-2/+26
2017-02-03net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet-3/+4
2017-02-03net: remove support for per driver ndo_busy_poll()Eric Dumazet-21/+0
2017-02-03enic: Remove local ndo_busy_poll() implementation.David S. Miller-139/+5
2017-02-03ixgbevf: get rid of custom busy polling codeEric Dumazet-215/+0
2017-02-03ixgbe: get rid of custom busy polling codeEric Dumazet-224/+5
2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-680/+646
2017-02-03Merge branch 'mlxsw-Introduce-TC-Flower-offload-using-TCAM'David S. Miller-16/+5184
2017-02-03mlxsw: spectrum: Implement TC flower offloadJiri Pirko-3/+331
2017-02-03sched: cls_flower: expose priority to offloading netdeviceJiri Pirko-0/+4
2017-02-03mlxsw: spectrum: Introduce ACL core with simple TCAM implementationJiri Pirko-8/+1769
2017-02-03lib: Introduce priority array area managerJiri Pirko-0/+871
2017-02-03list: introduce list_for_each_entry_from_reverse helperJiri Pirko-0/+13
2017-02-03mlxsw: resources: Add ACL related resourcesJiri Pirko-2/+18
2017-02-03mlxsw: spectrum: Introduce basic set of flexible key blocksJiri Pirko-0/+109
2017-02-03mlxsw: core: Introduce flexible actions supportJiri Pirko-1/+753
2017-02-03mlxsw: core: Introduce flexible keys supportJiri Pirko-1/+714
2017-02-03mlxsw: reg: Add Policy-Engine Extended Flexible Action RegisterJiri Pirko-3/+36
2017-02-03mlxsw: reg: Add Policy-Engine Policy Based Switching RegisterJiri Pirko-0/+31
2017-02-03mlxsw: reg: Add Policy-Engine Rules Copy RegisterJiri Pirko-0/+77
2017-02-03mlxsw: reg: Add Policy-Engine Port Binding TableJiri Pirko-0/+63
2017-02-03mlxsw: reg: Add Policy-Engine TCAM Entry Register Version 2Jiri Pirko-0/+100
2017-02-03mlxsw: reg: Add Policy-Engine TCAM Allocation RegisterJiri Pirko-0/+106
2017-02-03mlxsw: reg: Add Policy-Engine ACL Group Table registerJiri Pirko-0/+54
2017-02-03mlxsw: reg: Add Policy-Engine ACL RegisterJiri Pirko-2/+45
2017-02-03mlxsw: item: Add helpers for getting pointer into payload for char buffer itemJiri Pirko-0/+19
2017-02-03mlxsw: item: Add 8bit item helpersJiri Pirko-2/+77
2017-02-03bonding: Remove unnecessary returned value checkZhu Yanjun-6/+4
2017-02-03tcp: clear pfmemalloc on outgoing skbEric Dumazet-0/+7
2017-02-03cxgb4: get rid of custom busy poll codeEric Dumazet-174/+6
2017-02-03myri10ge: get rid of custom busy poll codeEric Dumazet-193/+4
2017-02-03be2net: get rid of custom busy poll codeEric Dumazet-147/+9
2017-02-03net: ipv6: Set protocol to kernel for local routesDavid Ahern-0/+1
2017-02-03trace: rename trace_print_hex_seq arg and add kdocDaniel Borkmann-5/+16
2017-02-03MAINTAINERS: add Ivan as a switchdev maintainerJiri Pirko-0/+1
2017-02-03Merge branch 'bridge-per-vlan-dst_metadata-support'David S. Miller-121/+863