aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAge
* [NETNS]: Use TCP control socket from a correct namespace.Denis V. Lunev2008-04-03
* [NETNS]: Create tcp control socket in the each namespace.Denis V. Lunev2008-04-03
* [INET]: uc_ttl assignment in inet_ctl_sock_create is redundant.Denis V. Lunev2008-04-03
* [ICMP]: Simplify ICMP control socket creation.Denis V. Lunev2008-04-03
* [NETNS]: Inet control socket should not hold a namespace.Denis V. Lunev2008-04-03
* [INET]: Let inet_ctl_sock_create return sock rather than socket.Denis V. Lunev2008-04-03
* [INET]: Rename inet_csk_ctl_sock_create to inet_ctl_sock_create.Denis V. Lunev2008-04-03
* [TCP]: Replace socket with sock for reset sending.Denis V. Lunev2008-04-03
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-04-03
|\
| * [IP] UDP: Use SEQ_START_TOKEN.YOSHIFUJI Hideaki2008-03-31
| * [INET]: inet_frag_evictor() must run with BH disabledDavid S. Miller2008-03-28
| * [NET]: Don't send ICMP_FRAG_NEEDED for GSO packetsRusty Russell2008-03-28
* | [IPV4][NETNS]: Display per-net info in sockstat file.Pavel Emelyanov2008-03-31
* | [SOCK][NETNS]: Register sockstat(6) files in each net.Pavel Emelyanov2008-03-31
* | [SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get.Pavel Emelyanov2008-03-31
* | [UDP]: Remove owner from udp_seq_afinfo.Denis V. Lunev2008-03-28
* | [UDP]: Place file operations directly into udp_seq_afinfo.Denis V. Lunev2008-03-28
* | [UDP]: Cleanup /proc/udp[6] creation/removal.Denis V. Lunev2008-03-28
* | [UDP]: Move seq_ops from udp_iter_state to udp_seq_afinfo.Denis V. Lunev2008-03-28
* | [UDP]: No need to check afinfo != NULL in udp_proc_(un)register.Denis V. Lunev2008-03-28
* | [UDP]: Replace struct net on udp_iter_state with seq_net_private.Denis V. Lunev2008-03-28
* | [SOCK]: Drop inuse pcounter from struct proto (v2).Pavel Emelyanov2008-03-28
* | [NET]: Rename inet_frag.h identifiers COMPLETE, FIRST_IN, LAST_IN to INET_FRAG_*Joe Perches2008-03-28
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-27
|\|
| * [NETFILTER]: Replate direct proc_fops assignment with proc_create call.Denis V. Lunev2008-03-27
| * [ESP]: Ensure IV is in linear part of the skb to avoid BUG() due to OOB accessThomas Graf2008-03-27
| * [IPSEC]: Fix BEET outputHerbert Xu2008-03-26
| * [ICMP]: Dst entry leak in icmp_send host re-lookup code (v2).Pavel Emelyanov2008-03-26
| * [IPSEC]: Fix inter address family IPsec tunnel handling.Kazunori MIYAZAWA2008-03-24
* | [NETNS][ICMP]: Build fix for NET_NS=n case (dev->nd_net is omitted).Pavel Emelyanov2008-03-26
* | [NETNS][ICMP]: Use per-net sysctls in ipv4/icmp.c.Pavel Emelyanov2008-03-26
* | [NETNS][ICMP]: Make ctl tables for ICMP sysctls per-net.Pavel Emelyanov2008-03-26
* | [NETNS][ICMP]: Move ICMP sysctls on struct net.Pavel Emelyanov2008-03-26
* | [NETNS][ICMP]: Register pernet subsys to make ICMP sysctls per-net.Pavel Emelyanov2008-03-26
* | [NETFILTER]: nf_conntrack_sip: update copyrightPatrick McHardy2008-03-25
* | [NETFILTER]: nf_conntrack_sip: RTP routing optimizationPatrick McHardy2008-03-25
* | [NETFILTER]: nf_nat_sip: split up SDP manglingPatrick McHardy2008-03-25
* | [NETFILTER]: nf_conntrack_sip: create RTCP expectationsPatrick McHardy2008-03-25
* | [NETFILTER]: nf_conntrack_sip: create signalling expectationsPatrick McHardy2008-03-25
* | [NETFILTER]: nf_nat_sip: translate all Contact headersPatrick McHardy2008-03-25
* | [NETFILTER]: nf_nat_sip: translate all Via headersPatrick McHardy2008-03-25
* | [NETFILTER]: nf_conntrack_sip: perform NAT after parsingPatrick McHardy2008-03-25
* | [NETFILTER]: nf_nat_sip: get rid of text based header translationPatrick McHardy2008-03-25
* | [NETFILTER]: nf_conntrack_sip: parse SIP headers properlyPatrick McHardy2008-03-25
* | [NETFILTER]: nf_conntrack_sip: kill request URI "header" definitionsPatrick McHardy2008-03-25
* | [NETFILTER]: nf_conntrack_sip: add seperate SDP header parsing functionPatrick McHardy2008-03-25
* | [NETFILTER]: nf_conntrack_sip: use strlen/strcmpPatrick McHardy2008-03-25
* | [NETFILTER]: nf_conntrack_sip: remove redundant function argumentsPatrick McHardy2008-03-25
* | [NETFILTER]: nf_conntrack_sip: adjust dptr and datalen after packet manglingPatrick McHardy2008-03-25
* | [NETFILTER]: nf_nat_sip: fix NAT setup orderPatrick McHardy2008-03-25