summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2008-06-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller9-27/+45
2008-06-10netfilter: {ip,ip6,nfnetlink}_queue: misc cleanupsRami Rosen1-3/+0
2008-06-10netfilter: nf_conntrack: properly account terminating packetsFabian Hugelshofer1-1/+1
2008-06-10netfilter: nf_conntrack: add nf_ct_kill()Patrick McHardy1-3/+2
2008-06-10netfilter: ip_tables: add iptables security table for mandatory access contro...James Morris3-0/+193
2008-06-05tcp: Fix for race due to temporary drop of the socket lock in skb_splice_bits.Octavian Purdila1-1/+8
2008-06-05tcp: Increment OUTRSTS in tcp_send_active_reset()Sridhar Samudrala1-0/+2
2008-06-05raw: Raw socket leak.Denis V. Lunev1-0/+9
2008-06-04Merge branch 'net-2.6-misc-20080605a' of git://git.linux-ipv6.org/gitroot/yos...David S. Miller2-2/+3
2008-06-04tcp: fix skb vs fack_count out-of-sync conditionIlpo Järvinen1-3/+3
2008-06-04[IPV6]: inet_sk(sk)->cork.opt leakDenis V. Lunev1-1/+2
2008-06-04[IPV4] TUNNEL4: Fix incoming packet length check for inter-protocol tunnel.YOSHIFUJI Hideaki1-1/+1
2008-06-04tcp: Fix inconsistency source (CA_Open only when !tcp_left_out(tp))Ilpo Järvinen1-10/+19
2008-06-04route: Remove unused ifa_anycast fieldThomas Graf1-9/+0
2008-06-04route: Mark unused routing attributes as suchThomas Graf1-1/+0
2008-06-04route: Mark unused route cache flags as such.Thomas Graf1-1/+1
2008-05-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller5-282/+11
2008-05-22net: The world is not perfect patch.Rami Rosen2-274/+2
2008-05-22net/ipv4/arp.c: Use common hex_asc helpersDenis Cheng1-3/+2
2008-05-22tcp: TCP connection times out if ICMP frag needed is delayedSridhar Samudrala1-4/+6
2008-05-22ipmr: Use on-device stats instead of private ones.Pavel Emelyanov1-16/+9
2008-05-22ipmr: Ipip tunnel uses on-device stats.Pavel Emelyanov1-2/+2
2008-05-22ipip: Use on-device stats instead of private ones.Pavel Emelyanov1-14/+8
2008-05-22ipgre: Use on-device stats instead of private ones.Pavel Emelyanov1-18/+14
2008-05-21ipsec: Use the correct ip_local_out functionHerbert Xu1-1/+1
2008-05-20inet: Register fragmentation some ctls at read-only root.Pavel Emelyanov1-2/+14
2008-05-20inet: Rename fragmentation sysctl-related functions/variables.Pavel Emelyanov1-9/+9
2008-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds6-19/+24
2008-05-14cipso: Relax too much careful cipso hash function.Pavel Emelyanov1-2/+2
2008-05-13tcp FRTO: work-around inorder receiversIlpo Järvinen1-4/+11
2008-05-13tcp FRTO: Fix fallback to conventional recoveryIlpo Järvinen1-1/+1
2008-05-13net: Allow netdevices to specify needed head/tailroomJohannes Berg4-12/+10
2008-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-6/+9
2008-05-08net/ipv4: correct RFC 1122 section reference in commentJ.H.M. Dassen (Ray)1-1/+1
2008-05-08tcp FRTO: SACK variant is errorneously used with NewRenoIlpo Järvinen1-5/+8
2008-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-16/+17
2008-05-05ip: Use inline function dst_metric() instead of direct access to dst->metric[]Satoru SATOH2-15/+16
2008-05-05ip: Make use of the inline function dst_metric_locked()Satoru SATOH1-1/+1
2008-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds8-39/+38
2008-05-03net: use get/put_unaligned_* helpersHarvey Harrison2-19/+17
2008-05-02ipv4: assign PDE->data before gluing PDE into /proc treeDenis V. Lunev2-11/+6
2008-05-02netfilter: assign PDE->data before gluing PDE into /proc treeDenis V. Lunev1-3/+3
2008-05-01rename div64_64 to div64_u64Roman Zippel1-2/+2
2008-05-01net: fix returning void-valued expression warningsHarvey Harrison3-6/+12
2008-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds16-77/+126
2008-04-30tcp: Overflow bug in VegasLachlan Andrew2-7/+11
2008-04-30[IPv4] UFO: prevent generation of chained skb destined to UFO deviceKostya B1-15/+7
2008-04-30ipv4: annotate a few functions __init in ipconfig.cSam Ravnborg1-4/+4
2008-04-29Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa1-1/+1
2008-04-29netfilter: nf_conntrack: padding breaks conntrack hash on ARMPhilip Craig1-1/+1