aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-14gre: Fix MTU calculation for bound GRE tunnelsTom Goff1-1/+1
2009-07-30ipv4: ARP neigh procfs buffer overflowroel kluin1-1/+3
2009-07-20tcp: Use correct peer adr when copying MD5 keysJohn Dykstra1-1/+1
2009-07-20tcp: Fix MD5 signature checking on IPv4 mapped socketsJohn Dykstra2-1/+2
2009-07-14gre: fix ToS/DiffServ inherit bugAndreas Jaggi1-2/+2
2009-07-11net: ip_push_pending_frames() fixEric Dumazet1-1/+0
2009-07-09net: adding memory barrier to the poll and receive callbacksJiri Olsa1-1/+1
2009-07-08ipv4: Fix fib_trie rebalancing, part 4 (root thresholds)Jarek Poplawski1-2/+2
2009-07-03xfrm4: fix the ports decode of sctp protocolWei Yongjun1-1/+2
2009-06-30Revert "ipv4: arp announce, arp_proxy and windows ip conflict verification"Eric W. Biederman1-5/+2
2009-06-30ipv4: Fix fib_trie rebalancing, part 3Jarek Poplawski1-0/+3
2009-06-29tcp: Do not tack on TSO data to non-TSO packetHerbert Xu1-5/+10
2009-06-29tcp: Stop non-TSO packets morphing into TSOHerbert Xu1-1/+2
2009-06-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller1-6/+11
2009-06-29netfilter: tcp conntrack: fix unacknowledged data detection with NATPatrick McHardy1-6/+11
2009-06-26inet: Call skb_orphan before tproxy activatesHerbert Xu1-0/+3
2009-06-25tcp: missing check ACK flag of received segment in FIN-WAIT-2 stateWei Yongjun1-1/+2
2009-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-3/+23
2009-06-23ipv4 routing: Ensure that route cache entries are usable and reclaimable with caching is offNeil Horman1-3/+23
2009-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-2/+12
2009-06-20ipv4: fix NULL pointer + success return in route lookup pathNeil Horman1-2/+12
2009-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds4-22/+20
2009-06-18net: correct off-by-one write allocations reportsEric Dumazet3-8/+10
2009-06-18ipv4: Fix fib_trie rebalancing, part 2Jarek Poplawski1-14/+10
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