aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-05-25tcp: tcp_vegas ssthresh bugfixDoug Leith1-2/+9
2009-05-21ipv4: Fix oops with FIB_TRIERobert Olsson1-1/+5
2009-05-20net: fix rtable leak in net/ipv4/route.cEric Dumazet1-38/+17
2009-05-20net: fix length computation in rt_check_expire()Eric Dumazet1-2/+3
2009-05-18ipv4: make default for INET_LRO consistent with help textFrans Pop1-1/+1
2009-05-18tcp: fix MSG_PEEK race checkIlpo Järvinen1-1/+4
2009-05-17ipconfig: handle case of delayed DHCP serverChris Friesen1-0/+12
2009-05-08ipv4: Make INET_LRO a bool instead of tristate.David S. Miller1-1/+1
2009-05-04tcp: Fix tcp_prequeue() to get correct rto_min valueSatoru SATOH1-10/+0
2009-04-28netfilter: revised locking for x_tablesStephen Hemminger2-180/+71
2009-04-27ipv4: Limit size of route cache hash tableAnton Blanchard1-1/+1
2009-04-20tcp: fix mid-wq adjustment helperIlpo Järvinen1-1/+1
2009-04-17gro: Fix use after free in tcp_gro_receiveHerbert Xu1-2/+4
2009-04-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller1-1/+2
2009-04-16netfilter: nf_nat: add support for persistent mappingsPatrick McHardy1-1/+2
2009-04-14tcp: fix >2 iw selectionIlpo Järvinen1-0/+3
2009-04-11ipv6: Fix NULL pointer dereference with time-wait socketsVlad Yasevich1-2/+1
2009-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds4-40/+46
2009-04-02tcp: miscounts due to tcp_fragment pcount resetIlpo Järvinen1-1/+6
2009-04-02tcp: add helper for counter tweaking due mid-wq changeIlpo Järvinen1-32/+34
2009-04-02netfilter: use rcu_read_bh() in ipt_do_table()Eric Dumazet2-4/+4
2009-03-31ipv4: remove unused parameter from tcp_recv_urg().Rami Rosen1-3/+2
2009-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds3-19/+127
2009-03-28netlabel: Label incoming TCP connections correctly in SELinuxPaul Moore1-12/+118
2009-03-28lsm: Relocate the IPv4 security_inet_conn_request() hooksPaul Moore2-7/+9
2009-03-28Merge branch 'linus' into percpu-cpumask-x86-for-linus-2Ingo Molnar6-64/+58
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar2-3/+3
2009-03-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller6-64/+58
2009-03-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+5
2009-03-25netfilter: nf_conntrack: calculate per-protocol nlattr sizeHolger Eitzenberger2-0/+12
2009-03-25netfilter: nf_conntrack: use SLAB_DESTROY_BY_RCU and get rid of call_rcu()Eric Dumazet2-28/+37
2009-03-25netfilter: {ip,ip6,arp}_tables: fix incorrect loop detectionPatrick McHardy2-2/+6
2009-03-25netfilter: factorize ifname_compare()Eric Dumazet2-34/+3
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/nf-next-2.6David 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/net-2.6David 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