summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2008-03-28[SOCK]: Drop inuse pcounter from struct proto (v2).Pavel Emelyanov4-12/+0
2008-03-28[NET]: Rename inet_frag.h identifiers COMPLETE, FIRST_IN, LAST_IN to INET_FRAG_*Joe Perches2-13/+14
2008-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller10-27/+21
2008-03-27[NETFILTER]: Replate direct proc_fops assignment with proc_create call.Denis V. Lunev4-15/+8
2008-03-27[ESP]: Ensure IV is in linear part of the skb to avoid BUG() due to OOB accessThomas Graf1-1/+1
2008-03-26[IPSEC]: Fix BEET outputHerbert Xu2-6/+7
2008-03-26[ICMP]: Dst entry leak in icmp_send host re-lookup code (v2).Pavel Emelyanov1-3/+3
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-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 namespace comparision without CONFIG_NET_NS.YOSHIFUJI Hideaki5-19/+19
2008-03-26[NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS.YOSHIFUJI Hideaki4-26/+25
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki18-72/+72
2008-03-26[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-24[NETNS]: Enable TCP/UDP/ICMP inside namespace.Denis V. Lunev2-0/+4
2008-03-24[NETNS]: Allow to create sockets in non-initial namespace.Denis V. Lunev1-3/+21
2008-03-24[NETNS]: Drop packets in the non-initial namespace on the per/protocol basis.Denis V. Lunev1-4/+4
2008-03-24[NETNS]: Process INET socket layer in the correct namespace.Denis V. Lunev4-7/+7
2008-03-24[NETNS]: Process IP layer in the context of the correct namespace.Denis V. Lunev5-8/+14
2008-03-24[NETNS]: Add namespace parameter to ip_cmsg_send.Denis V. Lunev3-4/+4
2008-03-24[NETNS]: Add namespace parameter to ip_options_get(...).Denis V. Lunev2-8/+10
2008-03-24[NETNS]: Add namespace parameter to ip_options_compile.Denis V. Lunev2-4/+5
2008-03-24[NETNS]: /proc/net/arp namespacing.Denis V. Lunev1-2/+18
2008-03-24[NETNS]: Process ARP in the context of the correct namespace.Denis V. Lunev1-14/+9
2008-03-24[NETNS][UDP-Lite]: Register /proc/net/udplite(6) in a namespace.Pavel Emelyanov1-1/+16
2008-03-24[UDP-Lite]: Clean up proc creation a bit.Pavel Emelyanov1-3/+11
2008-03-24[NETNS][TCP]: Register /proc/net/tcp in a namespace.Pavel Emelyanov1-2/+17
2008-03-24[NETNS][UDP]: Register /proc/net/udp in a namespace.Pavel Emelyanov1-2/+17
2008-03-24[IPSEC]: Fix inter address family IPsec tunnel handling.Kazunori MIYAZAWA2-2/+2