summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2009-03-23tcp: 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-19netns: oops in ip[6]_frag_reasm incrementing statsJorge Boncompte [DTI2]1-1/+2
2009-03-19tcp: 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-16tcp: make sure xmit goal size never becomes zeroIlpo Järvinen1-1/+1
2009-03-16tcp: cache result of earlier divides when mss-aligning thingsIlpo Järvinen1-2/+12
2009-03-16tcp: simplify tcp_current_mssIlpo Järvinen3-43/+43
2009-03-16tcp: don't check mtu probe completion in the loopIlpo Järvinen1-7/+6
2009-03-16tcp: consolidate paws checkIlpo Järvinen2-8/+7
2009-03-16tcp: kill dead end_seq variable in clean_rtx_queueIlpo Järvinen1-3/+0
2009-03-16tcp: remove pointless .dsack/.num_sacks codeIlpo Järvinen2-7/+3
2009-03-14tcp: '< 0' test on unsignedRoel Kluin1-2/+3
2009-03-14ipv4: 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-04Merge branch 'x86/core' into core/percpuIngo Molnar3-6/+6
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-03tcp: 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-02Merge 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-27inet fragments: fix sparse warning: context imbalanceHannes Eder1-0/+1
2009-02-25alloc_percpu: add align argument to __alloc_percpu, fixIngo Molnar1-1/+1
2009-02-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2009-02-25ipip: used time_before for comparing jiffiesWei Yongjun1-2/+3
2009-02-25gre: used time_before for comparing jiffiesWei Yongjun1-2/+3
2009-02-25netlink: change nlmsg_notify() return value logicPablo Neira Ayuso2-3/+5
2009-02-25tcp_scalable: Update malformed & dead urlJoe Perches1-1/+1
2009-02-24Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Ingo Molnar1-2/+2
2009-02-24Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2-3/+7