summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-09-0496-896/+1443
|\
| * netfilter: rt: account for tcp header size tooFlorian Westphal2017-08-281-1/+2
| * netfilter: conntrack: remove unused code in nf_conntrack_proto_generic.cDavide Caratti2017-08-281-12/+0
| * netfilter: Remove NFDEBUG()Varsha Rao2017-08-282-7/+1
| * netfilter: conntrack: don't log "invalid" icmpv6 connectionsFlorian Westphal2017-08-281-5/+0
| * netfilter: core: batch nf_unregister_net_hooks synchronize_net callsFlorian Westphal2017-08-281-3/+56
| * netfilter: debug: check for sorted arrayFlorian Westphal2017-08-281-0/+23
| * netfilter: convert hook list to an arrayAaron Conole2017-08-289-134/+307
| * netfilter: fix a few (harmless) sparse warningsFlorian Westphal2017-08-283-5/+5
| * netfilter: ebtables: fix indent on if statementsColin Ian King2017-08-242-3/+3
| * netfilter: conntrack: make protocol tracker pointers constFlorian Westphal2017-08-249-43/+43
| * netfilter: conntrack: print_conntrack only needed if CONFIG_NF_CONNTRACK_PROCFSFlorian Westphal2017-08-245-3/+26
| * netfilter: conntrack: place print_tuple in procfs partFlorian Westphal2017-08-2414-116/+56
| * netfilter: conntrack: reduce size of l4protocol trackersFlorian Westphal2017-08-241-2/+2
| * netfilter: conntrack: remove protocol name from l4proto structFlorian Westphal2017-08-2411-22/+20
| * netfilter: conntrack: remove protocol name from l3proto structFlorian Westphal2017-08-245-7/+11
| * netfilter: conntrack: compute l3proto nla size at compile timeFlorian Westphal2017-08-245-30/+28
| * netfilter: nf_nat_h323: fix logical-not-parentheses warningNick Desaulniers2017-08-241-27/+30
| * netfilter: rt: add support to fetch path mssFlorian Westphal2017-08-192-0/+68
| * netfilter: exthdr: tcp option set supportFlorian Westphal2017-08-192-3/+165
| * netfilter: exthdr: split netlink dump functionFlorian Westphal2017-08-191-5/+11
| * netfilter: exthdr: factor out tcp option accessFlorian Westphal2017-08-191-12/+21
| * netfilter: use audit_log()Geliang Tang2017-08-192-19/+8
| * netfilter: remove prototype of netfilter_queue_initTaehee Yoo2017-08-191-1/+0
| * netfilter: connlimit: merge root4 and root6.Taehee Yoo2017-08-191-15/+8
| * netfilter: constify nf_loginfo structuresJulia Lawall2017-08-027-7/+7
| * netfilter: constify nf_conntrack_l3/4proto parametersJulia Lawall2017-08-026-29/+30
| * netfilter: xtables: Remove unused variable in compat_copy_entry_from_user()Taehee Yoo2017-08-022-4/+0
| * netfilter: conntrack: do not enable connection tracking unless neededFlorian Westphal2017-07-316-94/+4
| * netfilter: nft_set_rbtree: use seqcount to avoid lock in most casesFlorian Westphal2017-07-311-12/+37
| * netfilter: nf_tables: Allow object names of up to 255 charsPhil Sutter2017-07-313-4/+11
| * netfilter: nf_tables: Allow set names of up to 255 charsPhil Sutter2017-07-313-6/+16
| * netfilter: nf_tables: Allow chain name of up to 255 charsPhil Sutter2017-07-314-13/+54
| * netfilter: nf_tables: Allow table names of up to 255 charsPhil Sutter2017-07-314-16/+40
| * netlink: Introduce nla_strdup()Phil Sutter2017-07-312-0/+25
| * netfilter: nf_tables: No need to check chain existence when tracingPhil Sutter2017-07-311-8/+5
| * netfilter: nf_hook_ops structs can be constFlorian Westphal2017-07-3118-18/+18
| * netfilter: nfnetlink_queue: don't queue dying conntracks to userspaceFlorian Westphal2017-07-311-0/+19
| * netfilter: conntrack: destroy functions need to free queued packetsFlorian Westphal2017-07-312-0/+5
| * netfilter: add and use nf_ct_unconfirmed_destroyFlorian Westphal2017-07-313-4/+15
| * netfilter: expect: add and use nf_ct_expect_iterate helpersFlorian Westphal2017-07-314-61/+95
| * netfilter: conntrack: Change to deferable work queuesubashab@codeaurora.org2017-07-311-1/+1
| * netfilter: nf_tables: add fib expression to the netdev familyPablo M. Bermudo Garay2017-07-313-0/+97
| * netfilter: nf_tables: fib: use skb_header_pointerPablo M. Bermudo Garay2017-07-312-10/+39
| * netfilter: nf_tables: Attach process info to NFT_MSG_NEWGEN notificationsPhil Sutter2017-07-242-1/+6
| * netfilter: Remove duplicated rcu_read_lock.Taehee Yoo2017-07-2420-128/+13
| * netfilter: nf_tables: keep chain counters away from hot pathPablo Neira Ayuso2017-07-243-16/+23
| * netfilter: expect: add to hash table after expect initFlorian Westphal2017-07-241-6/+6
* | net/mlx4_core: fix incorrect size allocation for dev->caps.spec_qpsColin Ian King2017-09-031-2/+3
* | net/mlx4_core: fix memory leaks on error exit pathColin Ian King2017-09-031-1/+2