summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter
AgeCommit message (Expand)AuthorFilesLines
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2-16/+16
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2-2/+2
2008-03-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller1-0/+2
2008-03-20[NETFILTER]: ipt_recent: sanity check hit countDaniel Hokka Zakrisson1-0/+2
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison2-2/+2
2008-03-05[IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid castsEric Dumazet2-3/+3
2008-03-03[ARP]: Introduce the arp_hdr_len helper.Pavel Emelyanov1-4/+1
2008-02-29[NETFILTER/RXRPC]: Don't use seq_release_private where inappropriate.Pavel Emelyanov1-1/+1
2008-02-28[NETFILTER]: Consolidate masq_inet_event and masq_device_event.Denis V. Lunev1-12/+2
2008-02-19[NETFILTER]: Fix incorrect use of skb_make_writableJoonwoo Park1-1/+1
2008-02-19[NETFILTER]: {ip,ip6,nfnetlink}_queue: fix SKB_LINEAR_ASSERT when mangling pa...Patrick McHardy1-5/+7
2008-02-07[NETFILTER]: nf_conntrack: fix ct_extend ->move operationPatrick McHardy1-3/+3
2008-01-31[NETFILTER]: nf_nat: fix sparse warningPatrick McHardy1-2/+1
2008-01-31[NETFILTER]: {ip,ip6}_queue: fix build errorPatrick McHardy1-4/+14
2008-01-31[NETFILTER]: nf_conntrack: annotate l3protos with constJan Engelhardt2-10/+12
2008-01-31[NETFILTER]: nf_{conntrack,nat}_icmp: constify and annotateJan Engelhardt2-5/+7
2008-01-31[NETFILTER]: nf_{conntrack,nat}_proto_gre: annotate with constJan Engelhardt1-1/+1
2008-01-31[NETFILTER]: nf_{conntrack,nat}_proto_udp{,lite}: annotate with constJan Engelhardt1-1/+1
2008-01-31[NETFILTER]: nf_{conntrack,nat}_proto_tcp: constify and annotate TCP modulesJan Engelhardt1-1/+1
2008-01-31[NETFILTER]: nf_{conntrack,nat}_pptp: annotate PPtP helper with constJan Engelhardt1-5/+5
2008-01-31[NETFILTER]: nf_{conntrack,nat}_tftp: annotate TFTP helper with constJan Engelhardt1-1/+1
2008-01-31[NETFILTER]: nf_{conntrack,nat}_sip: annotate SIP helper with constJan Engelhardt1-2/+2
2008-01-31[NETFILTER]: nf_conntrack_h323: constify and annotate H.323 helperJan Engelhardt1-2/+3
2008-01-31[NETFILTER]: x_tables: create per-netns /proc/net/*_tables_*Alexey Dobriyan2-6/+36
2008-01-31[NETFILTER]: ipt_CLUSTERIP: kill clusterip_config_entry_getIlpo Järvinen1-7/+0
2008-01-31[NETFILTER]: nf_nat: switch rwlock to spinlockPatrick McHardy1-13/+13
2008-01-31[NETFILTER]: nf_nat: use RCU for bysource hashPatrick McHardy1-6/+6
2008-01-31[NETFILTER]: nf_conntrack: naming unificationPatrick McHardy2-11/+11
2008-01-31[NETFILTER]: nf_conntrack: use RCU for conntrack hashPatrick McHardy1-6/+12
2008-01-31[NETFILTER]: nf_conntrack_expect: use RCU for expectation hashPatrick McHardy1-6/+8
2008-01-31[NETFILTER]: {ip,arp,ip6}_tables: fix sparse warnings in compat codePatrick McHardy1-4/+6
2008-01-31[NETFILTER]: ipt_recent: fix sparse warningsPatrick McHardy1-2/+4
2008-01-31[NETFILTER]: more sparse fixesStephen Hemminger1-2/+2
2008-01-31[NETFILTER]: nf_nat_snmp: sparse warningStephen Hemminger1-1/+1
2008-01-31[NETFILTER]: netns: put table module on netns stopAlexey Dobriyan2-0/+6
2008-01-31[NETFILTER]: arp_tables: per-netns arp_tables FILTERAlexey Dobriyan1-10/+28
2008-01-31[NETFILTER]: arp_tables: netns preparationAlexey Dobriyan2-25/+32
2008-01-31[NETFILTER]: ip_tables: per-netns FILTER, MANGLE, RAWAlexey Dobriyan3-36/+87
2008-01-31[NETFILTER]: ip_tables: propagate netns from userspaceAlexey Dobriyan1-22/+23
2008-01-31[NETFILTER]: x_tables: return new table from {arp,ip,ip6}t_register_table()Alexey Dobriyan7-59/+76
2008-01-31[NETFILTER]: x_tables: per-netns xt_tablesAlexey Dobriyan2-12/+12
2008-01-31[NETFILTER]: x_tables: change xt_table_register() return value conventionAlexey Dobriyan2-6/+8
2008-01-31[NETFILTER]: nf_nat: remove double bysource hash initializationPatrick McHardy1-4/+0
2008-01-31[NETFILTER]: Use const in struct xt_match, xt_target, xt_tableJan Engelhardt1-1/+1
2008-01-28[NETNS]: Add namespace parameter to ip_route_output_key.Denis V. Lunev1-1/+1
2008-01-28[NETNS]: Consolidate kernel netlink socket destruction.Denis V. Lunev2-4/+4
2008-01-28[NETFILTER]: nf_conntrack: make print_conntrack function optional for l4protosPatrick McHardy2-9/+1
2008-01-28[NETFILTER]: nf_conntrack: remove print_conntrack function from l3protosPatrick McHardy2-10/+0
2008-01-28[NETFILTER]: ipt_REJECT: properly handle IP optionsDenys Vlasenko1-65/+37
2008-01-28[NETFILTER]: {ip,ip6}_tables: remove some inlinesDenys Vlasenko1-20/+27