summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2015-07-20Merge tag 'ipvs-fixes-for-v4.2' of https://git.kernel.org/pub/scm/linux/kerne...Pablo Neira Ayuso
2015-07-20netfilter: fix netns dependencies with conntrack templatesPablo Neira Ayuso
2015-07-20netfilter: Fix memory leak in nf_register_net_hookEric W. Biederman
2015-07-15netfilter: add and use jump label for xt_teeFlorian Westphal
2015-07-15netfilter: xtables: don't save/restore jumpstack offsetFlorian Westphal
2015-07-15netfilter: move tee_active to coreFlorian Westphal
2015-07-15netfilter: xtables: compute exact size needed for jumpstackFlorian Westphal
2015-07-15netfilter: nftables: Only run the nftables chains in the proper netnsEric W. Biederman
2015-07-15netfilter: Per network namespace netfilter hooks.Eric W. Biederman
2015-07-15netfilter: Factor out the hook list selection from nf_register_hookEric W. Biederman
2015-07-15netfilter: Simply the tests for enabling and disabling the ingress queue hookEric W. Biederman
2015-07-15ipvs: Delete an unnecessary check before the function call "module_put"Markus Elfring
2015-07-14ipvs: call skb_sender_cpu_clearJulian Anastasov
2015-07-14ipvs: fix crash with sync protocol v0 and FTPJulian Anastasov
2015-07-14ipvs: skb_orphan in case of forwardingAlex Gartrell
2015-07-14ipvs: fix crash if scheduler is changedJulian Anastasov
2015-07-14ipvs: do not use random local source address for tunnelsJulian Anastasov
2015-07-14ipvs: fix ipv6 route unreach panicAlex Gartrell
2015-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-07-13netfilter: IDLETIMER: fix lockdep warningDmitry Torokhov
2015-07-10netfilter: ctnetlink: put back references to master ct and expect objectsPablo Neira Ayuso
2015-07-09inet: inet_twsk_deschedule factorizationEric Dumazet
2015-07-02netfilter: nfnetlink: keep going batch handling on missing modulesPablo Neira Ayuso
2015-07-02netfilter: nf_queue: Don't recompute the hook_list headEric W. Biederman
2015-06-23netfilter: nf_qeueue: Drop queue entries on nf_unregister_hookEric W. Biederman
2015-06-23netfilter: nftables: Do not run chains in the wrong network namespaceEric W. Biederman
2015-06-18netfilter: use forward declaration instead of including linux/proc_fs.hPablo Neira Ayuso
2015-06-18netfilter: Kill unused copies of RCV_SKB_FAILEric W. Biederman
2015-06-18netfilter: xt_socket: add XT_SOCKET_RESTORESKMARK flagHarout Hedeshian
2015-06-18netfilter: nfnetlink_queue: add security context informationRoman Kubiak
2015-06-15netfilter: nf_tables_netdev: unregister hooks on net_device removalPablo Neira Ayuso
2015-06-15netfilter: nf_tables: add nft_register_basechain() and nft_unregister_basecha...Pablo Neira Ayuso
2015-06-15netfilter: nf_tables: attach net_device to basechainPablo Neira Ayuso
2015-06-15netfilter: x_tables: remove XT_TABLE_INFO_SZ and a dereference.Eric Dumazet
2015-06-15Merge branch 'master' of git://blackhole.kfki.hu/nf-nextPablo Neira Ayuso
2015-06-15netfilter: Kconfig: get rid of parens around depends onPablo Neira Ayuso
2015-06-14netfilter: ipset: Fix coding styles reported by checkpatch.plJozsef Kadlecsik
2015-06-14netfilter: ipset: Introduce RCU locking in list typeJozsef Kadlecsik
2015-06-14netfilter: ipset: Introduce RCU locking in hash:* typesJozsef Kadlecsik
2015-06-14netfilter: ipset: Introduce RCU locking in bitmap:* typesJozsef Kadlecsik
2015-06-14netfilter: ipset: Prepare the ipset core to use RCU at set levelJozsef Kadlecsik
2015-06-14netfilter:ipset Remove rbtree from hash:net,ifaceJozsef Kadlecsik
2015-06-14netfilter: ipset: Make sure listing doesn't grab a set which is just being de...Jozsef Kadlecsik
2015-06-14netfilter: ipset: Fix parallel resizing and listing of the same setJozsef Kadlecsik
2015-06-14netfilter: ipset: Fix cidr handling for hash:*net* typesJozsef Kadlecsik
2015-06-14netfilter: ipset: Check CIDR value only when attribute is givenSergey Popovich
2015-06-14netfilter: ipset: Make sure we always return line number on batchSergey Popovich
2015-06-14netfilter: ipset: Permit CIDR equal to the host address CIDR in IPv6Sergey Popovich
2015-06-14netfilter: ipset: Check extensions attributes before getting extensions.Sergey Popovich
2015-06-14netfilter: ipset: Use SET_WITH_*() helpers to test set extensionsSergey Popovich