summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-11-10netfilter: ipset: hash: fix boolreturn.cocci warningskbuild test robot1-4/+4
2016-11-10netfilter: ipset: use setup_timer() and mod_timer().Jozsef Kadlecsik3-15/+6
2016-11-10netfilter: ipset: hash:ipmac type support added to ipsetTomasz Chilinski3-0/+325
2016-11-10netfilter: ipset: Fix reported memory size for hash:* typesJozsef Kadlecsik1-7/+9
2016-11-10netfilter: ipset: Collapse same condition body to a single oneJozsef Kadlecsik1-7/+1
2016-11-10netfilter: ipset: Make struct htype per ipset familyJozsef Kadlecsik11-74/+63
2016-11-10netfilter: ipset: Optimize hash creation routineJozsef Kadlecsik1-34/+29
2016-11-10netfilter: ipset: Make sure element data size is a multiple of u32Jozsef Kadlecsik1-2/+8
2016-11-10netfilter: ipset: Make NLEN compile time constant for hash typesJozsef Kadlecsik1-28/+23
2016-11-10netfilter: ipset: Simplify mtype_expire() for hash typesJozsef Kadlecsik1-13/+12
2016-11-10netfilter: ipset: Remove redundant mtype_expire() argumentsJozsef Kadlecsik1-4/+5
2016-11-10netfilter: ipset: Count non-static extension memory for userspaceJozsef Kadlecsik4-17/+21
2016-11-10netfilter: ipset: Add element count to all set types headerJozsef Kadlecsik3-13/+24
2016-11-10netfilter: ipset: Add element count to hash headersEric B Munson1-1/+2
2016-11-10netfilter: ipset: Separate memsize calculation code into dedicated functionJozsef Kadlecsik2-7/+27
2016-11-10netfilter: ipset: Improve skbinfo get/init helpersJozsef Kadlecsik2-11/+13
2016-11-10netfilter: conntrack: fix NF_REPEAT handlingArnd Bergmann1-10/+8
2016-11-10udp: provide udp{4,6}_lib_lookup for nf_socket_ipv{4,6}Arnd Bergmann2-2/+4
2016-11-10netfilter: conntrack: simplify init/uninit of L4 protocol trackersDavide Caratti7-233/+165
2016-11-10netfilter: nf_tables: simplify the basic expressions' init routineLiping Zhang9-150/+34
2016-11-10netfilter: nft_hash: get random bytes if seed is not specifiedPablo Neira Ayuso1-2/+4
2016-11-03netfilter: handle NF_REPEAT from nf_conntrack_in()Pablo Neira Ayuso3-13/+8
2016-11-03netfilter: merge nf_iterate() into nf_hook_slow()Pablo Neira Ayuso3-50/+48
2016-11-03netfilter: remove hook_entries field from nf_hook_statePablo Neira Ayuso5-17/+13
2016-11-03netfilter: use switch() to handle verdict cases from nf_hook_slow()Pablo Neira Ayuso1-4/+14
2016-11-03netfilter: nf_tables: use hook state from xt_action_param structurePablo Neira Ayuso23-73/+80
2016-11-03netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso44-154/+152
2016-11-03netfilter: deprecate NF_STOPPablo Neira Ayuso2-3/+5
2016-11-03netfilter: kill NF_HOOK_THRESH() and state->treshPablo Neira Ayuso4-11/+5
2016-11-03netfilter: remove comments that predate rcu daysPablo Neira Ayuso1-7/+0
2016-11-03netfilter: get rid of useless debugging from corePablo Neira Ayuso1-9/+0
2016-11-02ila: Fix crash caused by rhashtable changesTom Herbert1-3/+13
2016-11-02net: ip, diag -- Adjust raw_abort to use unlocked __udp_disconnectCyrill Gorcunov1-1/+1
2016-11-02tcp: enhance tcp collapsingEric Dumazet1-6/+4
2016-11-02sctp: clean up sctp_packet_transmitXin Long1-277/+158
2016-11-02net/sched: cls_flower: merge filter delete/destroy common codeRoi Dayan1-10/+11
2016-11-02net/sched: cls_flower: add missing unbind call when destroying flowsRoi Dayan1-0/+1
2016-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller27-340/+1484
2016-11-01netfilter: nf_queue: place volatile data in own cachelineFlorian Westphal1-1/+1
2016-11-01netfilter: nf_tables: remove useless U8_MAX validationLiping Zhang2-6/+0
2016-11-01netfilter: nf_tables: introduce routing expressionAnders K. Pedersen3-0/+160
2016-11-01netfilter: move socket lookup infrastructure to nf_socket_ipv{4,6}.cPablo Neira Ayuso8-296/+342
2016-11-01netfilter: nf_log: add packet logging for netdev familyPablo Neira Ayuso6-15/+116
2016-11-01netfilter: nf_tables: add fib expressionFlorian Westphal10-0/+787
2016-11-01genetlink: fix error return code in genl_register_family()Wei Yongjun1-1/+3
2016-11-01net: Enable support for VRF with ipv4 multicastDavid Ahern2-16/+38
2016-11-01tipc: remove SS_CONNECTED sock stateParthasarathy Bhuvaragan1-48/+38
2016-11-01tipc: create TIPC_CONNECTING as a new sk_stateParthasarathy Bhuvaragan1-32/+28
2016-11-01tipc: remove SS_DISCONNECTING stateParthasarathy Bhuvaragan1-80/+52
2016-11-01tipc: create TIPC_DISCONNECTING as a new sk_stateParthasarathy Bhuvaragan1-15/+24