aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2009-03-02tcp: drop unnecessary local var in collapseIlpo Järvinen
2009-03-02tcp: cleanup ca_state mess in tcp_timerIlpo Järvinen
2009-03-02tcp: separate timeout marking loop to it's own functionIlpo Järvinen
2009-03-02tcp: remove redundant code from tcp_mark_lost_retransIlpo Järvinen
2009-03-02tcp: fix corner case issue in segmentation during rexmittingIlpo Järvinen
2009-03-02tcp: Don't clear hints when tcp_fragmentingIlpo Järvinen
2009-03-02tcp: deferring in middle of queue makes very little senseIlpo Järvinen
2009-03-02tcp: fix lost_cnt_hint miscountsIlpo Järvinen
2009-03-02tcp: don't backtrack to sacked skbsIlpo Järvinen
2009-03-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-03-01tcp: fix retrans_out leaksIlpo Järvinen
2009-02-26inet fragments: fix sparse warning: context imbalanceHannes Eder
2009-02-25alloc_percpu: add align argument to __alloc_percpu, fixIngo Molnar
2009-02-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-02-24ipip: used time_before for comparing jiffiesWei Yongjun
2009-02-24gre: used time_before for comparing jiffiesWei Yongjun
2009-02-24netlink: change nlmsg_notify() return value logicPablo Neira Ayuso
2009-02-24tcp_scalable: Update malformed & dead urlJoe Perches
2009-02-24Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Ingo Molnar
2009-02-24Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2009-02-24Doc: Refer to ip-sysctl.txt for strict vs. loose rp_filter modeJesper Dangaard Brouer
2009-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2009-02-22tcp: Like icmp use register_pernet_subsysEric W. Biederman
2009-02-22netns: Fix icmp shutdown.Eric W. Biederman
2009-02-22ipv4: Clean whitespaces in net/ipv4/Kconfig.Jesper Dangaard Brouer
2009-02-22ipv4: Fix rp_filter description in net/ipv4/Kconfig.Jesper Dangaard Brouer
2009-02-22ip: ipip compile warningStephen Hemminger
2009-02-22ip: add loose reverse path filteringStephen Hemminger
2009-02-23cipso: Fix documentation commentPaul Moore
2009-02-21tcp: Always set urgent pointer if it's beyond snd_nxtHerbert Xu
2009-02-20netfilter: ip_tables: unfold two critical loops in ip_packet_match()Eric Dumazet
2009-02-20netfilter: iptables: lock free countersStephen Hemminger
2009-02-20alloc_percpu: add align argument to __alloc_percpu.Rusty Russell
2009-02-19netfilter: xtables: add backward-compat optionsJan Engelhardt
2009-02-18tcp: remove obsoleted comment about different passesIlpo Järvinen
2009-02-18netfilter: Combine ipt_ttl and ip6t_hl sourceJan Engelhardt
2009-02-18netfilter: Combine ipt_TTL and ip6t_HL sourceJan Engelhardt
2009-02-18netfilter: arp_tables: unfold two critical loops in arp_packet_match()Eric Dumazet
2009-02-18netfilter: x_tables: remove unneeded initializationsStephen Hemminger
2009-02-16net: replace commatas with semicolonsThomas Gleixner
2009-02-15ip: support for TX timestamps on UDP and RAW socketsPatrick Ohly
2009-02-08gro: Optimise TCP packet receptionHerbert Xu
2009-02-08gro: Optimise IPv4 packet receptionHerbert Xu
2009-02-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-02-06ipmr: use goto to common label instead of opencodingIlpo Järvinen
2009-02-06udp: Fix potential wrong ip_hdr(skb) pointersJesper Dangaard Brouer
2009-02-05Revert "tcp: Always set urgent pointer if it's beyond snd_nxt"David S. Miller
2009-02-05udp: Fix UDP short packet false positiveJesper Dangaard Brouer
2009-02-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-02-02udp: increments sk_drops in __udp_queue_rcv_skb()Eric Dumazet