summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter
AgeCommit message (Expand)AuthorFilesLines
2008-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller4-15/+8
2008-03-27[NETFILTER]: Replate direct proc_fops assignment with proc_create call.Denis V. Lunev4-15/+8
2008-03-25[NETFILTER]: nf_conntrack_sip: update copyrightPatrick McHardy1-0/+2
2008-03-25[NETFILTER]: nf_conntrack_sip: RTP routing optimizationPatrick McHardy1-0/+3
2008-03-25[NETFILTER]: nf_nat_sip: split up SDP manglingPatrick McHardy1-37/+84
2008-03-25[NETFILTER]: nf_conntrack_sip: create RTCP expectationsPatrick McHardy1-16/+26
2008-03-25[NETFILTER]: nf_conntrack_sip: create signalling expectationsPatrick McHardy1-22/+89
2008-03-25[NETFILTER]: nf_nat_sip: translate all Contact headersPatrick McHardy1-4/+15
2008-03-25[NETFILTER]: nf_nat_sip: translate all Via headersPatrick McHardy1-1/+73
2008-03-25[NETFILTER]: nf_conntrack_sip: perform NAT after parsingPatrick McHardy1-3/+0
2008-03-25[NETFILTER]: nf_nat_sip: get rid of text based header translationPatrick McHardy1-62/+38
2008-03-25[NETFILTER]: nf_conntrack_sip: parse SIP headers properlyPatrick McHardy1-9/+9
2008-03-25[NETFILTER]: nf_conntrack_sip: kill request URI "header" definitionsPatrick McHardy1-22/+24
2008-03-25[NETFILTER]: nf_conntrack_sip: add seperate SDP header parsing functionPatrick McHardy1-37/+32
2008-03-25[NETFILTER]: nf_conntrack_sip: use strlen/strcmpPatrick McHardy1-6/+6
2008-03-25[NETFILTER]: nf_conntrack_sip: remove redundant function argumentsPatrick McHardy1-24/+25
2008-03-25[NETFILTER]: nf_conntrack_sip: adjust dptr and datalen after packet manglingPatrick McHardy1-43/+48
2008-03-25[NETFILTER]: nf_nat_sip: fix NAT setup orderPatrick McHardy1-6/+6
2008-03-25[NETFILTER]: nf_conntrack: introduce expectation classes and policiesPatrick McHardy1-4/+8
2008-03-25[NETFILTER]: ipt_CLUSTERIP: fix non-existant macro-namePatrick McHardy1-1/+1
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