aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-25netfilter: nf_conntrack: use SLAB_DESTROY_BY_RCU and get rid of call_rcu()Eric Dumazet8-120/+160
2009-03-25netfilter: {ip,ip6,arp}_tables: fix incorrect loop detectionPatrick McHardy3-3/+9
2009-03-25netfilter: limit the length of the helper nameHolger Eitzenberger1-0/+1
2009-03-25netlink: add nla_policy_len()Holger Eitzenberger1-0/+27
2009-03-25netfilter: ctnetlink: add callbacks to the per-proto nlattrsHolger Eitzenberger1-0/+16
2009-03-25netfilter: factorize ifname_compare()Eric Dumazet4-74/+7
2009-03-25netfilter: nf_conntrack: use hlist_add_head_rcu() in nf_conntrack_set_hashsize()Eric Dumazet1-1/+1
2009-03-25netfilter: fix xt_LED build failurePatrick McHardy1-1/+1
2009-03-24netfilter: nf_conntrack: Reduce conntrack count in nf_conntrack_free()Eric Dumazet1-2/+3
2009-03-23nefilter: nfnetlink: add nfnetlink_set_err and use it in ctnetlinkPablo Neira Ayuso3-0/+9
2009-03-23netfilter: sysctl support of logger choiceEric Leblond1-1/+84
2009-03-18netfilter: ctnetlink: fix rcu context imbalancePatrick McHardy1-34/+23
2009-03-18netfilter: remove nf_ct_l4proto_find_get/nf_ct_l4proto_putFlorian Westphal1-21/+0
2009-03-18netfilter: ctnetlink: remove remaining module refcountingFlorian Westphal1-6/+9
2009-03-16netfilter: xtables: add cluster matchPablo Neira Ayuso3-0/+181
2009-03-16net: netfilter conntrack - add per-net functionality for DCCP protocolCyrill Gorcunov1-37/+108
2009-03-16net: sysctl_net - use net_eq to compare netsCyrill Gorcunov1-1/+1
2009-03-16netfilter: xtables: avoid pointer to selfJan Engelhardt3-23/+76
2009-03-16netfilter: auto-load ip_queue module when socket openedScott James Remnant1-0/+2
2009-03-16netfilter: auto-load ip6_queue module when socket openedScott James Remnant1-0/+1
2009-03-16netfilter: ctnetlink: move event reporting for new entries outside the lockPablo Neira Ayuso1-18/+23
2009-03-16netfilter: ctnetlink: cleanup conntrack update preliminary checkingsPablo Neira Ayuso1-11/+4
2009-03-16netfilter: ctnetlink: cleanup master conntrack assignationPablo Neira Ayuso1-29/+20
2009-03-16netfilter: conntrack: increase drop stats if sequence adjustment failsPablo Neira Ayuso1-1/+3
2009-03-16netfilter: Kconfig spelling fixes (trivial)Stephen Hemminger1-3/+3
2009-03-16netfilter: remove IPvX specific parts from nf_conntrack_l4proto.hChristoph Paasch3-0/+5
2009-03-16netfilter: print the list of register loggersEric Leblond1-2/+26
2009-03-16netfilter: use a linked list of loggersEric Leblond5-38/+76
2009-02-24netfilter: xt_hashlimit fixEric Dumazet1-4/+1
2009-02-24netfilter: nf_conntrack: account packets drop by tcp_packet()Pablo Neira Ayuso1-0/+2
2009-02-20netfilter: ip_tables: unfold two critical loops in ip_packet_match()Eric Dumazet1-12/+21
2009-02-20netfilter: x_tables: add LED trigger targetAdam Nielsen3-0/+186
2009-02-20netfilter: fix hardcoded size assumptionsHagen Paul Pfeifer3-4/+6
2009-02-20netfilter: nf_conntrack: table max size should hold at least table sizeHagen Paul Pfeifer1-1/+1
2009-02-20netfilter: iptables: lock free countersStephen Hemminger4-100/+280
2009-02-19netfilter: ip6_tables: unfold two loops in ip6_packet_match()Eric Dumazet1-12/+21
2009-02-19netfilter: xt_physdev: unfold two loops in physdev_mt()Eric Dumazet1-11/+21
2009-02-19netfilter: xtables: add backward-compat optionsJan Engelhardt2-0/+36
2009-02-18netfilter: xt_physdev fixesEric Dumazet1-12/+11
2009-02-18netfilter: Combine ipt_ttl and ip6t_hl sourceJan Engelhardt9-151/+117
2009-02-18netfilter: Combine ipt_TTL and ip6t_HL sourceJan Engelhardt9-226/+187
2009-02-18netfilter: arp_tables: unfold two critical loops in arp_packet_match()Eric Dumazet1-10/+34
2009-02-18netfilter: log invalid new icmpv6 packet with nf_log_packet()Eric Leblond1-0/+4
2009-02-18netfilter: ebtables: remove unneeded initializationsStephen Hemminger3-3/+0
2009-02-18netfilter: x_tables: remove unneeded initializationsStephen Hemminger10-11/+0
2009-02-18netfilter: remove unneeded gotoJan Engelhardt1-2/+0
2009-02-18netfilter: change generic l4 protocol numberChristoph Paasch1-1/+1
2009-02-16net: replace commatas with semicolonsThomas Gleixner1-2/+2
2009-02-16sctp: Inherit all socket options from parent correctly.Vlad Yasevich3-66/+51
2009-02-16sctp: Fix the RTO-doubling on idle-link heartbeatsVlad Yasevich2-2/+17