summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-06-034-1/+29
| |\|
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-05-274-1/+29
| | |\
| | | * netfilter: nfnetlink_log: fix wrong skbuff size calculationPablo Neira Ayuso2009-05-271-0/+6
| | | * netfilter: xt_hashlimit does a wrong SEQ_SKIPJesper Dangaard Brouer2009-05-271-1/+1
| | | * netfilter: nf_ct_dccp: add missing DCCP protocol changes in event cachePablo Neira Ayuso2009-05-251-0/+4
| | | * netfilter: nf_ct_tcp: fix accepting invalid RST segmentsJozsef Kadlecsik2009-05-251-0/+18
* | | | netfilter: nf_conntrack: use per-conntrack locks for protocol dataPatrick McHardy2009-06-106-53/+45
* | | | netfilter: xt_socket: added new revision of the 'socket' match supporting flagsLaszlo Attila Toth2009-06-091-11/+52
* | | | netfilter: passive OS fingerprint xtables matchEvgeniy Polyakov2009-06-083-0/+442
* | | | netfilter: xt_NFQUEUE: queue balancing supportFlorian Westphal2009-06-051-0/+93
* | | | netfilter: xt_NFQUEUE: use NFPROTO_UNSPECFlorian Westphal2009-06-051-15/+1
* | | | netfilter: conntrack: replace notify chain by function pointerPablo Neira Ayuso2009-06-033-40/+90
* | | | netfilter: conntrack: simplify event caching systemPablo Neira Ayuso2009-06-024-17/+2
* | | | netfilter: conntrack: don't report events on module removalPablo Neira Ayuso2009-06-022-8/+13
* | | | netfilter: ctnetlink: cleanup message-size calculationPablo Neira Ayuso2009-06-021-62/+40
* | | | netfilter: ctnetlink: use nlmsg_* helper function to build messagesPablo Neira Ayuso2009-06-021-42/+42
* | | | netfilter: ctnetlink: rename tuple() by nf_ct_tuple() macro definitionPablo Neira Ayuso2009-06-021-7/+6
* | | | netfilter: ctnetlink: remove nowait parameter from *fill_info()Pablo Neira Ayuso2009-06-021-14/+10
* | | | netfilter: nfnetlink: cleanup for nfnetlink_rcv_msg() functionPablo Neira Ayuso2009-06-021-14/+9
* | | | netfilter: nf_ct_tcp: TCP simultaneous open supportJozsef Kadlecsik2009-06-021-37/+61
* | | | Merge branch 'master' of git://dev.medozas.de/linuxPatrick McHardy2009-06-022-6/+40
|\ \ \ \
| * | | | netfilter: xtables: print hook name instead of maskJan Engelhardt2009-05-081-4/+38
| * | | | netfilter: queue: use NFPROTO_ for queue callsitesJan Engelhardt2009-05-081-2/+2
* | | | | netfilter: conntrack: add support for DCCP handshake sequence to ctnetlinkPablo Neira Ayuso2009-05-271-0/+7
| |/ / / |/| | |
* | | | ipvs: Use genl_register_family_with_ops()Michał Mirosław2009-05-211-16/+2
| |/ / |/| |
* | | ipvs: Fix IPv4 FWMARK virtual servicesSimon Horman2009-05-082-4/+9
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-05-052-29/+27
|\ \ \ | |/ / |/| / | |/
| * netfilter: ctnetlink: fix wrong message type in user updatesPablo Neira Ayuso2009-05-051-28/+20
| * netfilter: xt_cluster: fix use of cluster match with 32 nodesPablo Neira Ayuso2009-05-051-1/+7
* | xt_socket: checks for the state of nf_conntrackLaszlo Attila Toth2009-05-011-0/+1
* | netfilter: revised locking for x_tablesStephen Hemminger2009-04-281-25/+28
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-04-254-8/+22
|\|
| * netfilter: xt_recent: fix stack overread in compat codeJan Engelhardt2009-04-241-5/+4
| * netfilter: nf_ct_dccp: add missing role attributes for DCCPPablo Neira Ayuso2009-04-241-1/+14
| * netfilter: Kconfig: TProxy doesn't depend on NF_CONNTRACKLaszlo Attila Toth2009-04-241-2/+2
| * netfilter: nf_ct_dccp/udplite: fix protocol registration errorPatrick McHardy2009-04-242-0/+2
* | netfilter: ctnetlink: fix gcc warning during compilationPablo Neira Ayuso2009-04-221-2/+2
|/
* netfilter: nfnetlink: return ENOMEM if we fail to create netlink socketPablo Neira Ayuso2009-04-171-1/+1
* netfilter: ctnetlink: report error if event message allocation failsPablo Neira Ayuso2009-04-171-4/+6
* netfilter: nf_conntrack: fix crash when unloading helpersPatrick McHardy2009-04-151-1/+1
* netfilter: nf_log regression fixEric Dumazet2009-04-151-0/+4
* netfilter: ctnetlink: fix regression in expectation handlingPablo Neira Ayuso2009-04-061-24/+6
* netfilter: fix selection of "LED" target in netfilterAlex Riesen2009-04-061-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-04-031-1/+1
|\
| * trivial: fix typos/grammar errors in Kconfig textsMatt LaPlante2009-03-301-1/+1
* | netfilter: xtables: fix IPv6 dependency in the cluster matchPablo Neira Ayuso2009-03-291-2/+9
* | netfilter: fix endian bug in conntrack printksHarvey Harrison2009-03-281-7/+8
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-03-2615-113/+260
|\
| * ctnetlink: compute generic part of event more acuratelyHolger Eitzenberger2009-03-261-1/+10
| * netfilter: nf_conntrack: calculate per-protocol nlattr sizeHolger Eitzenberger2009-03-256-0/+38