summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* rhashtable: Add rhashtable_free_and_destroy()Thomas Graf2015-03-241-18/+7
* rhashtable: Disable automatic shrinking by defaultThomas Graf2015-03-241-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-236-3/+41
|\
| * netfilter: nft_compat: set IP6T_F_PROTO flag if protocol is setPablo Neira Ayuso2015-03-221-0/+6
| * netfilter: xt_TPROXY: fix invflags check in tproxy_tg6_check()Pablo Neira Ayuso2015-03-201-2/+2
| * netfilter: restore rule tracing via nfnetlink_logPablo Neira Ayuso2015-03-192-4/+28
| * netfilter: nf_tables: allow to change chain policy without hook if it existsPablo Neira Ayuso2015-03-171-1/+4
| * netfilter: Fix potential crash in nft_hash walkerHerbert Xu2015-03-131-0/+2
| * netfilter: Zero the tuple in nfnl_cthelper_parse_tuple()Ian Wilson2015-03-121-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-03-236-24/+32
|\ \
| * | netfilter: nf_tables: reject NFT_SET_ELEM_INTERVAL_END flag for non-interval ...Patrick McHardy2015-03-221-0/+3
| * | netfilter: nft_rbtree: fix lockingPatrick McHardy2015-03-221-4/+2
| * | netfilter: nf_tables: consolidate error path of nf_tables_newtable()Pablo Neira Ayuso2015-03-181-9/+11
| * | netfilter: Remove uses of seq_<foo> return valuesJoe Perches2015-03-183-9/+15
| * | netfilter: bridge: remove BRNF_STATE_BRIDGED flagFlorian Westphal2015-03-161-2/+1
* | | netfilter: Convert nft_hash to inlined rhashtableHerbert Xu2015-03-201-41/+29
* | | ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner2015-03-181-0/+2
* | | netfilter: xt_socket: prepare for TCP_NEW_SYN_RECV supportEric Dumazet2015-03-171-12/+22
* | | netfilter: tproxy: prepare TCP_NEW_SYN_RECV supportEric Dumazet2015-03-171-6/+12
* | | netfilter: use sk_fullsock() helperEric Dumazet2015-03-175-6/+6
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-093-32/+46
|\ \ | |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-03-053-32/+46
| |\
| | * netfilter: nf_tables: fix error handling of rule replacementPablo Neira Ayuso2015-03-041-6/+0
| | * netfilter: nf_tables: fix userdata length overflowPatrick McHardy2015-03-041-9/+19
| | * netfilter: nf_tables: check for overflow of rule dlen fieldPatrick McHardy2015-03-041-0/+4
| | * netfilter: nf_tables: fix transaction race conditionPatrick McHardy2015-03-041-1/+1
| | * Merge https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvsPablo Neira Ayuso2015-02-241-0/+3
| | |\
| | | * ipvs: add missing ip_vs_pe_put in sync codeJulian Anastasov2015-02-221-0/+3
| | * | netfilter: nf_tables: fix addition/deletion of elements from commit/abortPablo Neira Ayuso2015-02-221-9/+12
| | * | netfilter: nft_compat: don't truncate ethernet protocol type to u8Arturo Borrero2015-02-221-7/+7
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-03-094-74/+64
|\ \ \ \
| * | | | netfilter: nf_tables: limit maximum table name length to 32 bytesPablo Neira Ayuso2015-03-061-3/+4
| * | | | netfilter: nf_tables: consolidate Kconfig optionsPablo Neira Ayuso2015-03-061-15/+5
| * | | | netfilter: nf_tables: consolidate tracing invocationsPatrick McHardy2015-03-061-7/+4
| * | | | netfilter: nf_tables: minor tracing cleanupsPatrick McHardy2015-03-061-49/+49
| * | | | netfilter: reject: don't send icmp error if csum is invalidFlorian Westphal2015-03-031-2/+4
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-035-20/+28
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | rhashtable: remove indirection for grow/shrink decision functionsDaniel Borkmann2015-02-271-2/+0
| |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-02-204-18/+28
| |\ \ | | |/
| | * netfilter: xt_socket: fix a stack corruption bugEric Dumazet2015-02-161-9/+12
| | * netfilter: xt_recent: don't reject rule if new hitcount exceeds table maxFlorian Westphal2015-02-161-6/+5
| | * netfilter: nft_compat: fix module refcount underflowPablo Neira Ayuso2015-02-161-2/+10
| | * ipvs: fix inability to remove a mixed-family RSAlexey Andriyanov2015-02-091-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-03-027-134/+255
|\ \ \
| * | | netfilter: nft_compat: add support for arptables extensionsArturo Borrero2015-03-021-0/+9
| * | | ipvs: allow rescheduling of new connections when port reuse is detectedMarcelo Ricardo Leitner2015-02-253-6/+56
| * | | netfilter: ipset: fix boolreturn.cocci warningsWu Fengguang2015-02-111-2/+2
| * | | netfilter: Don't hide NETFILTER_XT_MATCH_ADDRTYPE behind NETFILTER_ADVANCEDAnton Blanchard2015-02-111-1/+1
| * | | ipvs: use 64-bit rates in statsJulian Anastasov2015-02-093-125/+187
* | | | net: Remove state argument from skb_find_text()Bojan Prtvar2015-02-222-9/+4
| |/ / |/| |
OpenPOWER on IntegriCloud