summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* 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/+4
* netfilter: nf_conntrack: silence warning on falling back to vmalloc()Pablo Neira Ayuso2015-07-301-3/+1
* 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/+0
| * 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/+0
* 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
* 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/+0
* 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/+12
* Merge branch 'master' of git://blackhole.kfki.hu/nf-nextPablo Neira Ayuso2015-06-1521-1270/+1261
|\
| * 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/+189
| * netfilter: ipset: Introduce RCU locking in hash:* typesJozsef Kadlecsik2015-06-1412-236/+364
| * netfilter: ipset: Introduce RCU locking in bitmap:* typesJozsef Kadlecsik2015-06-144-14/+38
| * netfilter: ipset: Prepare the ipset core to use RCU at set levelJozsef Kadlecsik2015-06-141-22/+22
| * netfilter:ipset Remove rbtree from hash:net,ifaceJozsef Kadlecsik2015-06-141-143/+20
| * netfilter: ipset: Make sure listing doesn't grab a set which is just being de...Jozsef Kadlecsik2015-06-141-15/+34
| * netfilter: ipset: Fix parallel resizing and listing of the same setJozsef Kadlecsik2015-06-142-15/+58
| * netfilter: ipset: Fix cidr handling for hash:*net* typesJozsef Kadlecsik2015-06-147-34/+42
| * netfilter: ipset: Check CIDR value only when attribute is givenSergey Popovich2015-06-144-49/+41
| * netfilter: ipset: Make sure we always return line number on batchSergey Popovich2015-06-1415-75/+75
| * netfilter: ipset: Permit CIDR equal to the host address CIDR in IPv6Sergey Popovich2015-06-145-15/+43
| * netfilter: ipset: Check extensions attributes before getting extensions.Sergey Popovich2015-06-1416-170/+29
| * netfilter: ipset: Use SET_WITH_*() helpers to test set extensionsSergey Popovich2015-06-142-7/+7
* | netfilter: Kconfig: get rid of parens around depends onPablo Neira Ayuso2015-06-151-9/+9
|/
* netfilter: xtables: avoid percpu ruleset duplicationFlorian Westphal2015-06-121-15/+8
* netfilter: conntrack: warn the user if there is a better helper to useMarcelo Ricardo Leitner2015-06-121-1/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-05-314-5/+231
|\
| * netfilter: nf_tables: add netdev table to filter from ingressPablo Neira Ayuso2015-05-263-0/+189
| * netfilter: nf_tables: allow to bind table to net_devicePablo Neira Ayuso2015-05-261-5/+41
| * netfilter: default CONFIG_NETFILTER_INGRESS to yPablo Neira Ayuso2015-05-261-0/+1
* | ipv6: Set FLOWI_FLAG_KNOWN_NH at flowi6_flagsMartin KaFai Lau2015-05-252-4/+10
* | ipv6: Add rt6_get_cookie() functionMartin KaFai Lau2015-05-251-1/+1