summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* fib_trie: print information on all routing tablesStephen Hemminger2008-03-241-84/+95
* [TCP]: Shrink syncookie_secret by 8 byte.Florian Westphal2008-03-241-2/+2
* [IPV4] route: use read_mostlyStephen Hemminger2008-03-231-19/+17Star
* [IPV4]: sk parameter is unused in ipv4_dst_blackhole.Denis V. Lunev2008-03-231-2/+2
* [RAW]: Add raw_hashinfo member on struct proto.Pavel Emelyanov2008-03-231-14/+8Star
* [UDP]: Make full use of proto.h.udp_hash innovation.Pavel Emelyanov2008-03-233-32/+11Star
* [SOCK]: Add udp_hash member to struct proto.Pavel Emelyanov2008-03-233-6/+6
* [IPV4]: Always pass ip_options pointer into ip_options_compile.Denis V. Lunev2008-03-232-12/+10Star
* [IPV4]: Remove unused ip_options->is_data.Denis V. Lunev2008-03-232-6/+0Star
* [IPV4]: Remove unnecessary check for opt->is_data in ip_options_compile.Denis V. Lunev2008-03-231-2/+1Star
* [TCP]: TCP_DEFER_ACCEPT updates - process as establishedPatrick McManus2008-03-226-31/+89
* [TCP]: TCP_DEFER_ACCEPT updates - dont retxmt synackPatrick McManus2008-03-221-2/+3
* [TCP]: TCP_DEFER_ACCEPT updates - defer timeout conflicts with max_threshPatrick McManus2008-03-221-2/+1Star
* [NET]: NULL pointer dereference and other nasty things in /proc/net/(tcp|udp)[6]Pavel Emelyanov2008-03-212-3/+3
* [NETNS][IPV6] tcp6 - make proc per namespaceDaniel Lezcano2008-03-211-6/+6
* [NETNS][IPV6] udp6 - make proc per namespaceDaniel Lezcano2008-03-212-7/+7
* [NETNS][IPV4] tcp - make proc handle the network namespacesDaniel Lezcano2008-03-211-9/+35
* [NETNS][IPV6] tcp - assign the netns for timewait socketsDaniel Lezcano2008-03-211-0/+1
* [NETNS][IPV6] udp - make proc handle the network namespaceDaniel Lezcano2008-03-211-4/+28
* [NET]: Add per-connection option to set max TSO frame sizePeter P Waskiewicz Jr2008-03-211-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-212-1/+3
|\
| * [TCP]: Fix shrinking windows with window scalingPatrick McHardy2008-03-211-1/+1
| * [NETFILTER]: ipt_recent: sanity check hit countDaniel Hokka Zakrisson2008-03-201-0/+2
* | [NET]: Add debugging names to __RW_LOCK_UNLOCKED macros.Robert P. J. Day2008-03-181-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-185-9/+18
|\|
| * [IPV4]: esp_output() misannotationsAl Viro2008-03-181-1/+1
| * [NET] endianness noise: INADDR_ANYAl Viro2008-03-183-6/+7
| * [TCP]: Prevent sending past receiver window with TSO (at last skb)Ilpo Järvinen2008-03-121-2/+10
* | [UDP]: Revert udplite and code split.David S. Miller2008-03-077-1160/+1089Star
* | net: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-068-10/+10
* | [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid castsEric Dumazet2008-03-0616-48/+47Star
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-03-054-10/+15
|\|
| * [IPCONFIG]: The kernel gets no IP from some DHCP serversStephen Hemminger2008-03-051-2/+2
| * [ESP]: Add select on AUTHENCHerbert Xu2008-03-041-1/+1
| * [TCP]: Must count fack_count also when skippingIlpo Järvinen2008-03-031-5/+9
| * [TCP]: BIC web page link is corrected.Sangtae Ha2008-02-291-2/+3
* | [TCP]: TCP cubic v2.2Sangtae Ha2008-03-041-27/+8Star
* | [IPV4] UDP: Move IPv4-specific bits to other file.YOSHIFUJI Hideaki2008-03-044-1088/+1136
* | [UDP]: Allow users to configure UDP-Lite.YOSHIFUJI Hideaki2008-03-045-13/+36
* | [TCP]: Add IPv6 support to TCP SYN cookiesGlenn Griffin2008-03-044-4/+7
* | [TCP]: lower stack usage in cookie_hash() functionEric Dumazet2008-03-041-1/+3
* | [ARP]: Introduce the arp_hdr_len helper.Pavel Emelyanov2008-03-033-14/+5Star
* | [TCP]: Merge exit paths in tcp_v4_conn_request.Denis V. Lunev2008-03-031-10/+6Star
* | [IPV4]: skb->dst can't be NULL in ip_options_echo.Denis V. Lunev2008-03-031-4/+1Star
* | [ICMP]: Section conflict between icmp_sk_init/icmp_sk_exit.Denis V. Lunev2008-02-291-1/+3
* | [INET]: Remove struct dst_entry *dst from request_sock_ops.rtx_syn_ack.Denis V. Lunev2008-02-293-7/+11
* | [NETFILTER/RXRPC]: Don't use seq_release_private where inappropriate.Pavel Emelyanov2008-02-291-1/+1
* | [NETNS]: Make icmp_sk per namespace.Denis V. Lunev2008-02-291-17/+32
* | [NETNS]: icmp(v6)_sk should not pin a namespace.Denis V. Lunev2008-02-291-8/+4Star
* | [ICMP]: Allocate data for __icmp(v6)_sk dynamically.Denis V. Lunev2008-02-291-5/+10