summaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)AuthorLines
2015-08-05netfilter: conntrack: Use flags in nf_ct_tmpl_alloc()Joe Stringer-2/+2
2015-07-30netfilter: nf_conntrack: checking for IS_ERR() instead of NULLDan Carpenter-5/+4
2015-07-30netfilter: nf_conntrack: silence warning on falling back to vmalloc()Pablo Neira Ayuso-3/+1
2015-07-22netfilter: nf_conntrack: Support expectations in different zonesJoe Stringer-1/+2
2015-07-20Merge tag 'ipvs-fixes-for-v4.2' of https://git.kernel.org/pub/scm/linux/kerne...Pablo Neira Ayuso-39/+110
2015-07-20netfilter: fix netns dependencies with conntrack templatesPablo Neira Ayuso-32/+50
2015-07-14ipvs: call skb_sender_cpu_clearJulian Anastasov-0/+6
2015-07-14ipvs: fix crash with sync protocol v0 and FTPJulian Anastasov-1/+1
2015-07-14ipvs: skb_orphan in case of forwardingAlex Gartrell-0/+27
2015-07-14ipvs: fix crash if scheduler is changedJulian Anastasov-37/+69
2015-07-14ipvs: do not use random local source address for tunnelsJulian Anastasov-1/+0
2015-07-14ipvs: fix ipv6 route unreach panicAlex Gartrell-0/+7
2015-07-13netfilter: IDLETIMER: fix lockdep warningDmitry Torokhov-0/+1
2015-07-10netfilter: ctnetlink: put back references to master ct and expect objectsPablo Neira Ayuso-5/+0
2015-07-02netfilter: nfnetlink: keep going batch handling on missing modulesPablo Neira Ayuso-13/+25
2015-07-02netfilter: nf_queue: Don't recompute the hook_list headEric W. Biederman-1/+1
2015-06-23netfilter: nf_qeueue: Drop queue entries on nf_unregister_hookEric W. Biederman-1/+42
2015-06-23netfilter: nftables: Do not run chains in the wrong network namespaceEric W. Biederman-1/+6
2015-06-18netfilter: use forward declaration instead of including linux/proc_fs.hPablo Neira Ayuso-0/+1
2015-06-18netfilter: Kill unused copies of RCV_SKB_FAILEric W. Biederman-4/+0
2015-06-18netfilter: xt_socket: add XT_SOCKET_RESTORESKMARK flagHarout Hedeshian-6/+53
2015-06-18netfilter: nfnetlink_queue: add security context informationRoman Kubiak-1/+34
2015-06-15netfilter: nf_tables_netdev: unregister hooks on net_device removalPablo Neira Ayuso-4/+87
2015-06-15netfilter: nf_tables: add nft_register_basechain() and nft_unregister_basecha...Pablo Neira Ayuso-15/+37
2015-06-15netfilter: nf_tables: attach net_device to basechainPablo Neira Ayuso-37/+42
2015-06-15netfilter: x_tables: remove XT_TABLE_INFO_SZ and a dereference.Eric Dumazet-20/+12
2015-06-15Merge branch 'master' of git://blackhole.kfki.hu/nf-nextPablo Neira Ayuso-1270/+1261
2015-06-15netfilter: Kconfig: get rid of parens around depends onPablo Neira Ayuso-9/+9
2015-06-14netfilter: ipset: Fix coding styles reported by checkpatch.plJozsef Kadlecsik-289/+322
2015-06-14netfilter: ipset: Introduce RCU locking in list typeJozsef Kadlecsik-209/+189
2015-06-14netfilter: ipset: Introduce RCU locking in hash:* typesJozsef Kadlecsik-236/+364
2015-06-14netfilter: ipset: Introduce RCU locking in bitmap:* typesJozsef Kadlecsik-14/+38
2015-06-14netfilter: ipset: Prepare the ipset core to use RCU at set levelJozsef Kadlecsik-22/+22
2015-06-14netfilter:ipset Remove rbtree from hash:net,ifaceJozsef Kadlecsik-143/+20
2015-06-14netfilter: ipset: Make sure listing doesn't grab a set which is just being de...Jozsef Kadlecsik-15/+34
2015-06-14netfilter: ipset: Fix parallel resizing and listing of the same setJozsef Kadlecsik-15/+58
2015-06-14netfilter: ipset: Fix cidr handling for hash:*net* typesJozsef Kadlecsik-34/+42
2015-06-14netfilter: ipset: Check CIDR value only when attribute is givenSergey Popovich-49/+41
2015-06-14netfilter: ipset: Make sure we always return line number on batchSergey Popovich-75/+75
2015-06-14netfilter: ipset: Permit CIDR equal to the host address CIDR in IPv6Sergey Popovich-15/+43
2015-06-14netfilter: ipset: Check extensions attributes before getting extensions.Sergey Popovich-170/+29
2015-06-14netfilter: ipset: Use SET_WITH_*() helpers to test set extensionsSergey Popovich-7/+7
2015-06-12netfilter: xtables: avoid percpu ruleset duplicationFlorian Westphal-15/+8
2015-06-12netfilter: conntrack: warn the user if there is a better helper to useMarcelo Ricardo Leitner-1/+7
2015-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-5/+231
2015-05-26netfilter: nf_tables: add netdev table to filter from ingressPablo Neira Ayuso-0/+189
2015-05-26netfilter: nf_tables: allow to bind table to net_devicePablo Neira Ayuso-5/+41
2015-05-26netfilter: default CONFIG_NETFILTER_INGRESS to yPablo Neira Ayuso-0/+1
2015-05-25ipv6: Set FLOWI_FLAG_KNOWN_NH at flowi6_flagsMartin KaFai Lau-4/+10
2015-05-25ipv6: Add rt6_get_cookie() functionMartin KaFai Lau-1/+1