summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2008-03-26[NETNS][ICMP]: Build fix for NET_NS=n case (dev->nd_net is omitted).Pavel Emelyanov1-2/+2
2008-03-26[NETNS][ICMP]: Use per-net sysctls in ipv4/icmp.c.Pavel Emelyanov1-9/+16
2008-03-26[NETNS][ICMP]: Make ctl tables for ICMP sysctls per-net.Pavel Emelyanov1-48/+90
2008-03-26[NETNS][ICMP]: Move ICMP sysctls on struct net.Pavel Emelyanov2-35/+37
2008-03-26[NETNS][ICMP]: Register pernet subsys to make ICMP sysctls per-net.Pavel Emelyanov1-1/+23
2008-03-26[NETFILTER]: nf_conntrack_sip: update copyrightPatrick McHardy1-0/+2
2008-03-26[NETFILTER]: nf_conntrack_sip: RTP routing optimizationPatrick McHardy1-0/+3
2008-03-26[NETFILTER]: nf_nat_sip: split up SDP manglingPatrick McHardy1-37/+84
2008-03-26[NETFILTER]: nf_conntrack_sip: create RTCP expectationsPatrick McHardy1-16/+26
2008-03-26[NETFILTER]: nf_conntrack_sip: create signalling expectationsPatrick McHardy1-22/+89
2008-03-26[NETFILTER]: nf_nat_sip: translate all Contact headersPatrick McHardy1-4/+15
2008-03-26[NETFILTER]: nf_nat_sip: translate all Via headersPatrick McHardy1-1/+73
2008-03-26[NETFILTER]: nf_conntrack_sip: perform NAT after parsingPatrick McHardy1-3/+0
2008-03-26[NETFILTER]: nf_nat_sip: get rid of text based header translationPatrick McHardy1-62/+38
2008-03-26[NETFILTER]: nf_conntrack_sip: parse SIP headers properlyPatrick McHardy1-9/+9
2008-03-26[NETFILTER]: nf_conntrack_sip: kill request URI "header" definitionsPatrick McHardy1-22/+24
2008-03-26[NETFILTER]: nf_conntrack_sip: add seperate SDP header parsing functionPatrick McHardy1-37/+32
2008-03-26[NETFILTER]: nf_conntrack_sip: use strlen/strcmpPatrick McHardy1-6/+6
2008-03-26[NETFILTER]: nf_conntrack_sip: remove redundant function argumentsPatrick McHardy1-24/+25
2008-03-26[NETFILTER]: nf_conntrack_sip: adjust dptr and datalen after packet manglingPatrick McHardy1-43/+48
2008-03-26[NETFILTER]: nf_nat_sip: fix NAT setup orderPatrick McHardy1-6/+6
2008-03-26[NETFILTER]: nf_conntrack: introduce expectation classes and policiesPatrick McHardy1-4/+8
2008-03-26[NETFILTER]: ipt_CLUSTERIP: fix non-existant macro-namePatrick McHardy1-1/+1
2008-03-25[NET] NETNS: Omit namespace comparision without CONFIG_NET_NS.YOSHIFUJI Hideaki5-19/+19
2008-03-25[NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS.YOSHIFUJI Hideaki4-26/+25
2008-03-25[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki18-72/+72
2008-03-25[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki18-63/+63
2008-03-25[IPV4,IPV6]: Share cork.rt between IPv4 and IPv6.YOSHIFUJI Hideaki1-8/+6
2008-03-25[NETNS]: Enable TCP/UDP/ICMP inside namespace.Denis V. Lunev2-0/+4
2008-03-25[NETNS]: Allow to create sockets in non-initial namespace.Denis V. Lunev1-3/+21
2008-03-25[NETNS]: Drop packets in the non-initial namespace on the per/protocol basis.Denis V. Lunev1-4/+4
2008-03-25[NETNS]: Process INET socket layer in the correct namespace.Denis V. Lunev4-7/+7
2008-03-25[NETNS]: Process IP layer in the context of the correct namespace.Denis V. Lunev5-8/+14
2008-03-25[NETNS]: Add namespace parameter to ip_cmsg_send.Denis V. Lunev3-4/+4
2008-03-25[NETNS]: Add namespace parameter to ip_options_get(...).Denis V. Lunev2-8/+10
2008-03-25[NETNS]: Add namespace parameter to ip_options_compile.Denis V. Lunev2-4/+5
2008-03-25[NETNS]: /proc/net/arp namespacing.Denis V. Lunev1-2/+18
2008-03-25[NETNS]: Process ARP in the context of the correct namespace.Denis V. Lunev1-14/+9
2008-03-25[NETNS][UDP-Lite]: Register /proc/net/udplite(6) in a namespace.Pavel Emelyanov1-1/+16
2008-03-25[UDP-Lite]: Clean up proc creation a bit.Pavel Emelyanov1-3/+11
2008-03-25[NETNS][TCP]: Register /proc/net/tcp in a namespace.Pavel Emelyanov1-2/+17
2008-03-25[NETNS][UDP]: Register /proc/net/udp in a namespace.Pavel Emelyanov1-2/+17
2008-03-24Merge branch 'master' of ../net-2.6/David S. Miller3-5/+8
2008-03-24fib_trie: print information on all routing tablesStephen Hemminger1-84/+95
2008-03-24[TCP]: Shrink syncookie_secret by 8 byte.Florian Westphal1-2/+2
2008-03-23[IPV4] fib_trie: fix warning from rcu_assign_poingerStephen Hemminger1-2/+5
2008-03-23[IPV4] route: use read_mostlyStephen Hemminger1-19/+17
2008-03-23[IPV4]: sk parameter is unused in ipv4_dst_blackhole.Denis V. Lunev1-2/+2
2008-03-23[RAW]: Add raw_hashinfo member on struct proto.Pavel Emelyanov1-14/+8
2008-03-23[UDP]: Make full use of proto.h.udp_hash innovation.Pavel Emelyanov3-32/+11