summaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)AuthorFilesLines
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-10/+7
2015-08-05netfilter: conntrack: Use flags in nf_ct_tmpl_alloc()Joe Stringer1-2/+2
2015-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller9-102/+297
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-77/+163
2015-07-30netfilter: nf_conntrack: checking for IS_ERR() instead of NULLDan Carpenter2-5/+4
2015-07-30netfilter: nf_ct_sctp: minimal multihoming supportMichal Kubeček1-24/+77
2015-07-30netfilter: nf_conntrack: silence warning on falling back to vmalloc()Pablo Neira Ayuso1-3/+1
2015-07-23netfilter: rename local nf_hook_list to hook_listPablo Neira Ayuso1-14/+14
2015-07-23netfilter: fix possible removal of wrong hookPablo Neira Ayuso1-22/+19
2015-07-23netfilter: nf_queue: fix nf_queue_nf_hook_drop()Pablo Neira Ayuso3-11/+5
2015-07-22netfilter: nf_conntrack: Support expectations in different zonesJoe Stringer1-1/+2
2015-07-21net: #ifdefify sk_classid member of struct sockMathias Krause1-0/+4
2015-07-20Merge tag 'ipvs-fixes-for-v4.2' of https://git.kernel.org/pub/scm/linux/kerne...Pablo Neira Ayuso5-39/+110
2015-07-20netfilter: fix netns dependencies with conntrack templatesPablo Neira Ayuso3-32/+50
2015-07-20netfilter: Fix memory leak in nf_register_net_hookEric W. Biederman1-1/+3
2015-07-15netfilter: add and use jump label for xt_teeFlorian Westphal2-0/+5
2015-07-15netfilter: xtables: don't save/restore jumpstack offsetFlorian Westphal1-11/+11
2015-07-15netfilter: move tee_active to coreFlorian Westphal2-7/+9
2015-07-15netfilter: xtables: compute exact size needed for jumpstackFlorian Westphal1-0/+4
2015-07-15netfilter: nftables: Only run the nftables chains in the proper netnsEric W. Biederman2-7/+6
2015-07-15netfilter: Per network namespace netfilter hooks.Eric W. Biederman1-21/+161
2015-07-15netfilter: Factor out the hook list selection from nf_register_hookEric W. Biederman1-14/+18
2015-07-15netfilter: Simply the tests for enabling and disabling the ingress queue hookEric W. Biederman1-11/+6
2015-07-15ipvs: Delete an unnecessary check before the function call "module_put"Markus Elfring1-1/+1
2015-07-14ipvs: call skb_sender_cpu_clearJulian Anastasov1-0/+6
2015-07-14ipvs: fix crash with sync protocol v0 and FTPJulian Anastasov1-1/+1
2015-07-14ipvs: skb_orphan in case of forwardingAlex Gartrell1-0/+27
2015-07-14ipvs: fix crash if scheduler is changedJulian Anastasov3-37/+69
2015-07-14ipvs: do not use random local source address for tunnelsJulian Anastasov1-1/+0
2015-07-14ipvs: fix ipv6 route unreach panicAlex Gartrell1-0/+7
2015-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-14/+26
2015-07-13netfilter: IDLETIMER: fix lockdep warningDmitry Torokhov1-0/+1
2015-07-10netfilter: ctnetlink: put back references to master ct and expect objectsPablo Neira Ayuso1-5/+0
2015-07-09inet: inet_twsk_deschedule factorizationEric Dumazet1-4/+2
2015-07-02netfilter: nfnetlink: keep going batch handling on missing modulesPablo Neira Ayuso1-13/+25
2015-07-02netfilter: nf_queue: Don't recompute the hook_list headEric W. Biederman1-1/+1
2015-06-23netfilter: nf_qeueue: Drop queue entries on nf_unregister_hookEric W. Biederman4-1/+42
2015-06-23netfilter: nftables: Do not run chains in the wrong network namespaceEric W. Biederman1-1/+6
2015-06-18netfilter: use forward declaration instead of including linux/proc_fs.hPablo Neira Ayuso1-0/+1
2015-06-18netfilter: Kill unused copies of RCV_SKB_FAILEric W. Biederman2-4/+0
2015-06-18netfilter: xt_socket: add XT_SOCKET_RESTORESKMARK flagHarout Hedeshian1-6/+53
2015-06-18netfilter: nfnetlink_queue: add security context informationRoman Kubiak1-1/+34
2015-06-15netfilter: nf_tables_netdev: unregister hooks on net_device removalPablo Neira Ayuso2-4/+87
2015-06-15netfilter: nf_tables: add nft_register_basechain() and nft_unregister_basecha...Pablo Neira Ayuso1-15/+37
2015-06-15netfilter: nf_tables: attach net_device to basechainPablo Neira Ayuso1-37/+42
2015-06-15netfilter: x_tables: remove XT_TABLE_INFO_SZ and a dereference.Eric Dumazet1-20/+12
2015-06-15Merge branch 'master' of git://blackhole.kfki.hu/nf-nextPablo Neira Ayuso21-1270/+1261
2015-06-15netfilter: Kconfig: get rid of parens around depends onPablo Neira Ayuso1-9/+9
2015-06-14netfilter: ipset: Fix coding styles reported by checkpatch.plJozsef Kadlecsik21-289/+322
2015-06-14netfilter: ipset: Introduce RCU locking in list typeJozsef Kadlecsik1-209/+189