aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-16Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vegard/kmemcheckLinus Torvalds1-0/+3
2009-06-15net: annotate inet_timewait_sock bitfieldsVegard Nossum1-0/+3
2009-06-15ipv4: Fix fib_trie rebalancingJarek Poplawski1-10/+37
2009-06-14PIM-SM: namespace changesTom Goff1-12/+17
2009-06-13ipv4: update ARPD help textTimo Teräs1-22/+13
2009-06-13net: use a deferred timer in rt_check_expireEric Dumazet1-3/+8
2009-06-12netfilter: ip_tables: fix build errorPatrick McHardy1-1/+1
2009-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Patrick McHardy30-223/+287
2009-06-11net: No more expensive sock_hold()/sock_put() on each txEric Dumazet1-1/+0
2009-06-09netfilter: Fix extra semi-colon in skb_walk_frags() changes.David S. Miller1-1/+1
2009-06-09netfilter: Use frag list abstraction interfaces.David S. Miller1-2/+3
2009-06-09ipv4: Use frag list abstraction interfaces.David S. Miller2-5/+5
2009-06-08netfilter: nf_ct_icmp: keep the ICMP ct entries longerJan Kasprzak1-12/+4
2009-06-05netfilter: ipt_MASQUERADE: remove redundant rwlockFlorian Westphal1-11/+1
2009-06-04netfilter: x_tables: added hook number into match extension parameter structure.Evgeniy Polyakov1-1/+1
2009-06-03ipv4: remove ip_mc_drop_socket() declaration from af_inet.c.Rami Rosen1-1/+0
2009-06-03net: skb->dst accessorsEric Dumazet22-92/+91
2009-06-03net: skb->rtable accessorEric Dumazet15-50/+57
2009-06-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+9
2009-06-02netfilter: conntrack: simplify event caching systemPablo Neira Ayuso1-1/+0
2009-06-02Merge branch 'master' of git://dev.medozas.de/linuxPatrick McHardy3-138/+143
2009-06-02ipv4: New multicast-all socket optionNivedita Singhvi3-1/+13
2009-06-02net: ipv4/ip_sockglue.c cleanupsEric Dumazet1-37/+36
2009-05-29tcp: fix loop in ofo handling code and reduce its complexityIlpo Järvinen1-17/+11
2009-05-29net: unset IFF_XMIT_DST_RELEASE in ipgre_tunnel_setup()Eric Dumazet1-0/+1
2009-05-29net: unset IFF_XMIT_DST_RELEASE in ipip_tunnel_setup()Eric Dumazet1-0/+1
2009-05-28tcp: Use SKB queue and list helpers instead of doing it by-hand.David S. Miller2-45/+90
2009-05-27tcp: Do not check flush when comparing options for GROHerbert Xu1-1/+1
2009-05-27ipv4: Use 32-bit loads for ID and length in GROHerbert Xu1-4/+4
2009-05-27gro: Avoid unnecessary comparison after skb_gro_headerHerbert Xu2-9/+26
2009-05-27tcp: Optimise len/mss comparisonHerbert Xu1-1/+1
2009-05-27tcp: Remove unnecessary window comparisons for GROHerbert Xu1-1/+1
2009-05-27tcp: Optimise GRO port comparisonsHerbert Xu1-1/+1
2009-05-25tcp: tcp_vegas ssthresh bugfixDoug Leith1-2/+9
2009-05-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-42/+26
2009-05-21ipv4: Fix oops with FIB_TRIERobert Olsson1-1/+5
2009-05-20net: Remove unused parameter from fill method in fib_rules_ops.Rami Rosen1-1/+1
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-19ipv4: teach ipconfig about the MTU option in DHCPChris Friesen1-4/+37
2009-05-18net: Fix devinet_sysctl_forwardEric W. Biederman1-1/+2
2009-05-18ipv4: make default for INET_LRO consistent with help textFrans Pop1-1/+1
2009-05-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-2/+17
2009-05-18ipv4: cleanup: remove unnecessary include.Rami Rosen1-1/+0
2009-05-18ipv4: cleanup - remove two unused parameters from fib_semantic_match().Rami Rosen4-7/+3
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-17ipv4: remove an unused parameter from configure method of fib_rules_ops.Rami Rosen1-1/+1
2009-05-08ipv4: Make INET_LRO a bool instead of tristate.David S. Miller1-1/+1
2009-05-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-10/+0