include/asm-x86/topology.h: checkpatch cleanups - formatting only
[safe/jmp/linux-2.6] / net / ipv4 /
2008-04-16 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2008-04-16 Vitaliy Gusev[TCP]: Add return value indication to tcp_prune_ofo_que...
2008-04-15 Vitaliy Gusev[TCP]: Fix never pruned tcp out-of-order queue.
2008-04-14 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2008-04-14 Pavel Emelyanov[NETFILTER]: ipt_CLUSTERIP: fix race between clusterip_...
2008-04-11 Linus TorvaldsMerge branch 'docs' of git://git.lwn.net/linux-2.6
2008-04-11 J. Bruce FieldsDocumentation: move nfsroot.txt to filesystems/
2008-04-11 Daniel Lezcano[NETNS][IPV6] tcp - assign the netns for timewait sockets
2008-04-10 David S. Miller[IPV4]: Fix byte value boundary check in do_ip_getsocko...
2008-04-09 Jan Engelhardt[NETFILTER]: nf_nat: autoload IPv4 connection tracking
2008-04-08 Ilpo Järvinen[TCP]: Don't allow FRTO to take place while MTU is...
2008-04-08 Ilpo Järvinen[TCP]: tcp_simple_retransmit can cause S+L
2008-04-08 Ilpo Järvinen[TCP]: Fix NewReno's fast rexmit/recovery problems...
2008-04-08 Ilpo Järvinen[TCP]: Restore 2.6.24 mark_head_lost behavior for newre...
2008-04-03 Herbert Xu[ICMP]: Ensure that ICMP relookup maintains status quo
2008-04-01 YOSHIFUJI Hideaki[IP] UDP: Use SEQ_START_TOKEN.
2008-03-29 David S. Miller[INET]: inet_frag_evictor() must run with BH disabled
2008-03-28 Rusty Russell[NET]: Don't send ICMP_FRAG_NEEDED for GSO packets
2008-03-27 Denis V. Lunev[NETFILTER]: Replate direct proc_fops assignment with...
2008-03-27 Thomas Graf[ESP]: Ensure IV is in linear part of the skb to avoid...
2008-03-26 Herbert Xu[IPSEC]: Fix BEET output
2008-03-26 Pavel Emelyanov[ICMP]: Dst entry leak in icmp_send host re-lookup...
2008-03-24 Kazunori MIYAZAWA[IPSEC]: Fix inter address family IPsec tunnel handling.
2008-03-23 Stephen Hemminger[IPV4] fib_trie: fix warning from rcu_assign_poinger
2008-03-22 Herbert Xu[TCP]: Let skbs grow over a page on fast peers
2008-03-21 Phil Oester[IPV4]: Fix null dereference in ip_defrag
2008-03-20 Patrick McHardy[TCP]: Fix shrinking windows with window scaling
2008-03-20 Daniel Hokka Zakrisson[NETFILTER]: ipt_recent: sanity check hit count
2008-03-18 Al Viro[IPV4]: esp_output() misannotations
2008-03-18 Al Viro[NET] endianness noise: INADDR_ANY
2008-03-12 Ilpo Järvinen[TCP]: Prevent sending past receiver window with TSO...
2008-03-05 Stephen Hemminger[IPCONFIG]: The kernel gets no IP from some DHCP servers
2008-03-04 Herbert Xu[ESP]: Add select on AUTHENC
2008-03-03 Ilpo Järvinen[TCP]: Must count fack_count also when skipping
2008-02-29 Sangtae Ha[TCP]: BIC web page link is corrected.
2008-02-28 Wang Chen[IPV4]: Use proc_create() to setup ->proc_fops first
2008-02-28 Herbert Xu[IPCOMP]: Disable BH on output when using shared tfm
2008-02-27 Pavel Emelyanov[INET]: Don't create tunnels with '%' in name.
2008-02-27 Bjorn Mork[IPV4]: Reset scope when changing address
2008-02-24 Pavel Emelyanov[IP_TUNNEL]: Don't limit the number of tunnels with...
2008-02-20 Joonwoo Park[NETFILTER]: Fix incorrect use of skb_make_writable
2008-02-20 Patrick McHardy[NETFILTER]: {ip,ip6,nfnetlink}_queue: fix SKB_LINEAR_A...
2008-02-20 Adrian Bunkipv4/fib_hash.c: fix NULL dereference
2008-02-18 Kris Katterjohn[TCP]: Fix tcp_v4_send_synack() comment
2008-02-18 Uwe Kleine-Koenig[IPV4]: fix alignment of IP-Config output
2008-02-18 David S. MillerRevert "[NDISC]: Fix race in generic address resolution"
2008-02-14 Adrian Bunk[INET]: Unexport inet_listen_wlock
2008-02-14 Adrian Bunk[INET]: Unexport __inet_hash_connect
2008-02-13 Herbert Xu[IPSEC]: Fix bogus usage of u64 on input sequence number
2008-02-13 David S. Miller[NDISC]: Fix race in generic address resolution
2008-02-13 Stephen Hemmingerfib_trie: /proc/net/route performance improvement
2008-02-13 Stephen Hemmingerfib_trie: handle empty tree
2008-02-13 David S. Miller[IPV4]: Remove IP_TOS setting privilege checks.
2008-02-10 Denis V. Lunev[IGMP]: Optimize kfree_skb in igmp_rcv.
2008-02-08 Patrick McHardy[IPV4]: route: fix crash ip_route_input
2008-02-08 Patrick McHardy[NETFILTER]: nf_conntrack: fix ct_extend ->move operation
2008-02-06 Sven Wegeneripvs: Make wrr "no available servers" error message...
2008-02-05 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2008-02-05 Paul MooreNetLabel: introduce a new kernel configuration API...
2008-02-05 Herbert Xu[ICMP]: Restore pskb_pull calls in receive function
2008-02-05 Pavel Emelyanov[INET]: Fix accidentally broken inet(6)_hash_connect...
2008-02-05 Denis V. Lunev[IPV4]: Formatting fix for /proc/net/fib_trie.
2008-02-05 Adrian Bunk[IPSEC] xfrm4_beet_input(): fix an if()
2008-02-03 Arnaldo Carvalho... [SOCK] proto: Add hashinfo member to struct proto
2008-02-01 Denis V. Lunev[NETNS]: Lookup in FIB semantic hashes taking into...
2008-02-01 Denis V. Lunev[NETNS]: Add a namespace mark to fib_info.
2008-02-01 Denis V. Lunev[IPV4]: fib_sync_down rework.
2008-02-01 Denis V. Lunev[NETNS]: Process interface address manipulation routine...
2008-02-01 Denis V. Lunev[IPV4]: Small style cleanup of the error path in rtm_to...
2008-02-01 Denis V. Lunev[IPV4]: Fix memory leak on error path during FIB initia...
2008-02-01 Adrian Bunk[TCP]: Unexport sysctl_tcp_tso_win_divisor
2008-02-01 Adrian Bunk[IPV4]: Make struct ipv4_devconf static.
2008-02-01 Eric Dumazet[IPV4] route cache: Introduce rt_genid for smooth cache...
2008-02-01 Shan Wei[TCP]: Fix a bug in strategy_allowed_congestion_control
2008-02-01 Stephen Hemminger[IPV4] fib_trie: rescan if key is lost during dump
2008-02-01 Pavel Emelyanov[NETNS]: Udp sockets per-net lookup.
2008-02-01 Pavel Emelyanov[NETNS]: Tcp-v6 sockets per-net lookup.
2008-02-01 Pavel Emelyanov[NETNS]: Tcp-v4 sockets per-net lookup.
2008-02-01 Pavel Emelyanov[NETNS]: Make bind buckets live in net namespaces.
2008-02-01 Pavel Emelyanov[INET]: Consolidate inet(6)_hash_connect.
2008-02-01 Patrick McHardy[NETFILTER]: nf_nat: fix sparse warning
2008-02-01 Patrick McHardy[NETFILTER]: {ip,ip6}_queue: fix build error
2008-02-01 Jan Engelhardt[NETFILTER]: nf_conntrack: annotate l3protos with const
2008-02-01 Jan Engelhardt[NETFILTER]: nf_{conntrack,nat}_icmp: constify and...
2008-02-01 Jan Engelhardt[NETFILTER]: nf_{conntrack,nat}_proto_gre: annotate...
2008-02-01 Jan Engelhardt[NETFILTER]: nf_{conntrack,nat}_proto_udp{,lite}: annot...
2008-02-01 Jan Engelhardt[NETFILTER]: nf_{conntrack,nat}_proto_tcp: constify...
2008-02-01 Jan Engelhardt[NETFILTER]: nf_{conntrack,nat}_pptp: annotate PPtP...
2008-02-01 Jan Engelhardt[NETFILTER]: nf_{conntrack,nat}_tftp: annotate TFTP...
2008-02-01 Jan Engelhardt[NETFILTER]: nf_{conntrack,nat}_sip: annotate SIP helpe...
2008-02-01 Jan Engelhardt[NETFILTER]: nf_conntrack_h323: constify and annotate...
2008-02-01 Alexey Dobriyan[NETFILTER]: x_tables: create per-netns /proc/net/...
2008-02-01 Ilpo Järvinen[NETFILTER]: ipt_CLUSTERIP: kill clusterip_config_entry_get
2008-02-01 Patrick McHardy[NETFILTER]: nf_nat: switch rwlock to spinlock
2008-02-01 Patrick McHardy[NETFILTER]: nf_nat: use RCU for bysource hash
2008-02-01 Patrick McHardy[NETFILTER]: nf_conntrack: naming unification
2008-02-01 Patrick McHardy[NETFILTER]: nf_conntrack: use RCU for conntrack hash
2008-02-01 Patrick McHardy[NETFILTER]: nf_conntrack_expect: use RCU for expectati...
2008-02-01 Patrick McHardy[NETFILTER]: {ip,arp,ip6}_tables: fix sparse warnings...
2008-02-01 Patrick McHardy[NETFILTER]: ipt_recent: fix sparse warnings
next