summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2009-03-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+5
2009-03-24ipv6: Fix conflict resolutions during ipv6 bindingVlad Yasevich1-1/+2
2009-03-24arp_tables: ifname_compare() can assume 16bit alignmentEric Dumazet1-2/+6
2009-03-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller16-272/+249
2009-03-23udp: Wrong locking code in udp seq_file infrastructureVitaly Mayatskikh1-1/+5
2009-03-22tcp: Discard segments that ack data not yet sentJohn Dykstra1-10/+17
2009-03-21net/*: use linux/kernel.h swap()Ilpo Järvinen1-20/+3
2009-03-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+2
2009-03-18netns: oops in ip[6]_frag_reasm incrementing statsJorge Boncompte [DTI2]1-1/+2
2009-03-18tcp: remove parameter from tcp_recv_urg().Rami Rosen1-3/+2
2009-03-16netfilter: auto-load ip_queue module when socket openedScott James Remnant1-0/+2
2009-03-16netfilter: conntrack: increase drop stats if sequence adjustment failsPablo Neira Ayuso1-1/+3
2009-03-16netfilter: Kconfig spelling fixes (trivial)Stephen Hemminger1-3/+3
2009-03-16netfilter: use a linked list of loggersEric Leblond2-2/+2
2009-03-15tcp: make sure xmit goal size never becomes zeroIlpo Järvinen1-1/+1
2009-03-15tcp: cache result of earlier divides when mss-aligning thingsIlpo Järvinen1-2/+12
2009-03-15tcp: simplify tcp_current_mssIlpo Järvinen3-43/+43
2009-03-15tcp: don't check mtu probe completion in the loopIlpo Järvinen1-7/+6
2009-03-15tcp: consolidate paws checkIlpo Järvinen2-8/+7
2009-03-15tcp: kill dead end_seq variable in clean_rtx_queueIlpo Järvinen1-3/+0
2009-03-15tcp: remove pointless .dsack/.num_sacks codeIlpo Järvinen2-7/+3
2009-03-13tcp: '< 0' test on unsignedRoel Kluin1-2/+3
2009-03-13ipv4: arp announce, arp_proxy and windows ip conflict verificationDenys Fedoryshchenko1-2/+5
2009-03-13Network Drop Monitor: Adding kfree_skb_clean for non-drops and modifying end-...Neil Horman2-2/+2
2009-03-11tcp: allow timestamps even if SYN packet has tsval=0Eric Dumazet1-9/+0
2009-03-10net: convert usage of packet_type to read_mostlyStephen Hemminger2-2/+2
2009-03-03tcp: Like icmp use register_pernet_subsysEric W. Biederman1-1/+1
2009-03-03netns: Fix icmp shutdown.Eric W. Biederman1-1/+1
2009-03-02tcp: tcp_init_wl / tcp_update_wl argument cleanupHantzis Fotis3-7/+6
2009-03-02tcp: get rid of two unnecessary u16s in TCP skb flags copyingIlpo Järvinen1-2/+2
2009-03-02tcp: in sendmsg/pages open code the real goto targetIlpo Järvinen1-2/+2
2009-03-02tcp: kill eff_sacks "cache", the sole user can calculate itselfIlpo Järvinen3-21/+9
2009-03-02tcp: add helper for AI algorithmIlpo Järvinen6-49/+20
2009-03-02htcp: merge icsk_ca_state compareIlpo Järvinen1-2/+1
2009-03-02tcp: drop unnecessary local var in collapseIlpo Järvinen1-5/+2
2009-03-02tcp: cleanup ca_state mess in tcp_timerIlpo Järvinen1-13/+10
2009-03-02tcp: separate timeout marking loop to it's own functionIlpo Järvinen1-24/+39
2009-03-02tcp: remove redundant code from tcp_mark_lost_retransIlpo Järvinen1-4/+12
2009-03-02tcp: fix corner case issue in segmentation during rexmittingIlpo Järvinen1-0/+2
2009-03-02tcp: Don't clear hints when tcp_fragmentingIlpo Järvinen1-1/+6
2009-03-02tcp: deferring in middle of queue makes very little senseIlpo Järvinen1-0/+4
2009-03-02tcp: fix lost_cnt_hint miscountsIlpo Järvinen1-8/+5
2009-03-02tcp: don't backtrack to sacked skbsIlpo Järvinen1-1/+1
2009-03-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-4/+5
2009-03-01tcp: fix retrans_out leaksIlpo Järvinen1-4/+5
2009-02-26inet fragments: fix sparse warning: context imbalanceHannes Eder1-0/+1
2009-02-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2009-02-24ipip: used time_before for comparing jiffiesWei Yongjun1-2/+3
2009-02-24gre: used time_before for comparing jiffiesWei Yongjun1-2/+3
2009-02-24netlink: change nlmsg_notify() return value logicPablo Neira Ayuso2-3/+5