summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
* | [RAW]: Add raw_hashinfo member on struct proto.Pavel Emelyanov2008-03-221-14/+8
* | [UDP]: Make full use of proto.h.udp_hash innovation.Pavel Emelyanov2008-03-223-32/+11
* | [SOCK]: Add udp_hash member to struct proto.Pavel Emelyanov2008-03-223-6/+6
* | [IPV4]: Always pass ip_options pointer into ip_options_compile.Denis V. Lunev2008-03-222-12/+10
* | [IPV4]: Remove unused ip_options->is_data.Denis V. Lunev2008-03-222-6/+0
* | [IPV4]: Remove unnecessary check for opt->is_data in ip_options_compile.Denis V. Lunev2008-03-221-2/+1
* | [TCP]: TCP_DEFER_ACCEPT updates - process as establishedPatrick McManus2008-03-216-31/+89
* | [TCP]: TCP_DEFER_ACCEPT updates - dont retxmt synackPatrick McManus2008-03-211-2/+3
* | [TCP]: TCP_DEFER_ACCEPT updates - defer timeout conflicts with max_threshPatrick McManus2008-03-211-2/+1
* | [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-201-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-171-1/+1
| * [NET] endianness noise: INADDR_ANYAl Viro2008-03-173-6/+7
| * [TCP]: Prevent sending past receiver window with TSO (at last skb)Ilpo Järvinen2008-03-111-2/+10
* | [UDP]: Revert udplite and code split.David S. Miller2008-03-067-1160/+1089
* | net: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-058-10/+10
* | [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid castsEric Dumazet2008-03-0516-48/+47
* | 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-041-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-281-2/+3
* | [TCP]: TCP cubic v2.2Sangtae Ha2008-03-041-27/+8
* | [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/+5
* | [TCP]: Merge exit paths in tcp_v4_conn_request.Denis V. Lunev2008-03-031-10/+6
* | [IPV4]: skb->dst can't be NULL in ip_options_echo.Denis V. Lunev2008-03-031-4/+1
* | [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/+4
* | [ICMP]: Allocate data for __icmp(v6)_sk dynamically.Denis V. Lunev2008-02-291-5/+10
* | [ICMP]: Pass proper ICMP socket into icmp(v6)_xmit_(un)lock.Denis V. Lunev2008-02-291-9/+10
* | [ICMP]: Store sock rather than socket for ICMP flow control.Denis V. Lunev2008-02-291-14/+13
* | [ICMP]: Optimize icmp_socket usage.Denis V. Lunev2008-02-291-12/+17
* | [ICMP]: Add return code to icmp_init.Denis V. Lunev2008-02-292-5/+24
OpenPOWER on IntegriCloud