summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-143-10/+7Star
|\
| * netfilter: conntrack: Use flags in nf_ct_tmpl_alloc()Joe Stringer2015-08-051-2/+2
| * netfilter: nf_conntrack: checking for IS_ERR() instead of NULLDan Carpenter2015-07-302-5/+4Star
| * netfilter: nf_conntrack: silence warning on falling back to vmalloc()Pablo Neira Ayuso2015-07-301-3/+1Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-08-059-102/+297
|\ \
| * | netfilter: nf_ct_sctp: minimal multihoming supportMichal Kubeček2015-07-301-24/+77
| * | netfilter: rename local nf_hook_list to hook_listPablo Neira Ayuso2015-07-231-14/+14
| * | netfilter: fix possible removal of wrong hookPablo Neira Ayuso2015-07-231-22/+19Star
| * | netfilter: nf_queue: fix nf_queue_nf_hook_drop()Pablo Neira Ayuso2015-07-233-11/+5Star
| * | netfilter: Fix memory leak in nf_register_net_hookEric W. Biederman2015-07-201-1/+3
| * | netfilter: add and use jump label for xt_teeFlorian Westphal2015-07-152-0/+5
| * | netfilter: xtables: don't save/restore jumpstack offsetFlorian Westphal2015-07-151-11/+11
| * | netfilter: move tee_active to coreFlorian Westphal2015-07-152-7/+9
| * | netfilter: xtables: compute exact size needed for jumpstackFlorian Westphal2015-07-151-0/+4
| * | netfilter: nftables: Only run the nftables chains in the proper netnsEric W. Biederman2015-07-152-7/+6Star
| * | netfilter: Per network namespace netfilter hooks.Eric W. Biederman2015-07-151-21/+161
| * | netfilter: Factor out the hook list selection from nf_register_hookEric W. Biederman2015-07-151-14/+18
| * | netfilter: Simply the tests for enabling and disabling the ingress queue hookEric W. Biederman2015-07-151-11/+6Star
| * | ipvs: Delete an unnecessary check before the function call "module_put"Markus Elfring2015-07-151-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-0111-77/+163
|\ \ \ | | |/ | |/|
| * | netfilter: nf_conntrack: Support expectations in different zonesJoe Stringer2015-07-221-1/+2
| * | Merge tag 'ipvs-fixes-for-v4.2' of https://git.kernel.org/pub/scm/linux/kerne...Pablo Neira Ayuso2015-07-205-39/+110
| |\ \
| | * | ipvs: call skb_sender_cpu_clearJulian Anastasov2015-07-141-0/+6
| | * | ipvs: fix crash with sync protocol v0 and FTPJulian Anastasov2015-07-141-1/+1
| | * | ipvs: skb_orphan in case of forwardingAlex Gartrell2015-07-141-0/+27
| | * | ipvs: fix crash if scheduler is changedJulian Anastasov2015-07-143-37/+69
| | * | ipvs: do not use random local source address for tunnelsJulian Anastasov2015-07-141-1/+0Star
| | * | ipvs: fix ipv6 route unreach panicAlex Gartrell2015-07-141-0/+7
| * | | netfilter: fix netns dependencies with conntrack templatesPablo Neira Ayuso2015-07-203-32/+50
| |/ /
| * | netfilter: IDLETIMER: fix lockdep warningDmitry Torokhov2015-07-131-0/+1
| * | netfilter: ctnetlink: put back references to master ct and expect objectsPablo Neira Ayuso2015-07-101-5/+0Star
* | | net: #ifdefify sk_classid member of struct sockMathias Krause2015-07-221-0/+4
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-142-14/+26
|\|
| * netfilter: nfnetlink: keep going batch handling on missing modulesPablo Neira Ayuso2015-07-021-13/+25
| * netfilter: nf_queue: Don't recompute the hook_list headEric W. Biederman2015-07-021-1/+1
* | inet: inet_twsk_deschedule factorizationEric Dumazet2015-07-101-4/+2Star
|/
* netfilter: nf_qeueue: Drop queue entries on nf_unregister_hookEric W. Biederman2015-06-234-1/+42
* netfilter: nftables: Do not run chains in the wrong network namespaceEric W. Biederman2015-06-231-1/+6
* netfilter: use forward declaration instead of including linux/proc_fs.hPablo Neira Ayuso2015-06-181-0/+1
* netfilter: Kill unused copies of RCV_SKB_FAILEric W. Biederman2015-06-182-4/+0Star
* netfilter: xt_socket: add XT_SOCKET_RESTORESKMARK flagHarout Hedeshian2015-06-181-6/+53
* netfilter: nfnetlink_queue: add security context informationRoman Kubiak2015-06-181-1/+34
* netfilter: nf_tables_netdev: unregister hooks on net_device removalPablo Neira Ayuso2015-06-152-4/+87
* netfilter: nf_tables: add nft_register_basechain() and nft_unregister_basecha...Pablo Neira Ayuso2015-06-151-15/+37
* netfilter: nf_tables: attach net_device to basechainPablo Neira Ayuso2015-06-151-37/+42
* netfilter: x_tables: remove XT_TABLE_INFO_SZ and a dereference.Eric Dumazet2015-06-151-20/+12Star
* Merge branch 'master' of git://blackhole.kfki.hu/nf-nextPablo Neira Ayuso2015-06-1521-1270/+1261Star
|\
| * netfilter: ipset: Fix coding styles reported by checkpatch.plJozsef Kadlecsik2015-06-1421-289/+322
| * netfilter: ipset: Introduce RCU locking in list typeJozsef Kadlecsik2015-06-141-209/+189Star
| * netfilter: ipset: Introduce RCU locking in hash:* typesJozsef Kadlecsik2015-06-1412-236/+364