aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-08-13[TCP]: Fix botched memory leak fix to tcpprobe_read().David S. Miller1-1/+2
2006-08-07[TCP]: SNMPv2 tcpOutSegs counter errorWei Yongjun1-3/+9
2006-08-07[IPV4]: Limit rt cache size properly.Kirill Korotaev1-1/+1
2006-08-04[TCP]: Fixes IW > 2 cases when TCP is application limitedIlpo Järvinen1-1/+2
2006-08-02[NET]: Fix more per-cpu typosAlexey Dobriyan1-1/+1
2006-08-02[AF_UNIX]: Kernel memory leak fix for af_unix datagram getpeersec patchCatherine Zhang1-2/+7
2006-08-02[IPV6]: SNMPv2 "ipv6IfStatsOutFragCreates" counter errorWei Dong1-3/+4
2006-08-02[NETFILTER]: xt_hashlimit/xt_string: missing string validationPatrick McHardy1-0/+3
2006-08-02[NETFILTER]: SIP helper: expect RTP streams in both directionsPatrick McHardy1-1/+1
2006-08-02[TCP]: Process linger2 timeout consistently.David S. Miller1-1/+2
2006-08-02[NET]: Core net changes to generate neteventsTom Tucker1-0/+8
2006-08-02[TCP]: SNMPv2 tcpAttemptFails counter errorWei Yongjun2-3/+3
2006-08-02[TCP]: fix memory leak in net/ipv4/tcp_probe.c::tcpprobe_read()James Morris1-1/+1
2006-07-25[IPV4/IPV6]: Setting 0 for unused port field in RAW IP recvmsg().Tetsuo Handa1-0/+1
2006-07-25[IPV4] ipmr: ip multicast route bug fix.Alexey Kuznetsov1-6/+13
2006-07-24[IPV4]: Clear the whole IPCB, this clears also IPCB(skb)->flags.Guillaume Chazarain1-1/+1
2006-07-24[NETFILTER]: SNMP NAT: fix byteorder confusionPatrick McHardy1-2/+2
2006-07-24[NETFILTER]: conntrack: fix SYSCTL=n compileAdrian Bunk1-2/+2
2006-07-24[NETFILTER]: H.323 helper: fix possible NULL-ptr dereferencePatrick McHardy1-1/+1
2006-07-21[IPV4]: Fix nexthop realm dumping for multipath routesPatrick McHardy1-4/+8
2006-07-21[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris15-47/+22
2006-07-21[IPV4]: Get rid of redundant IPCB->opts initialisationHerbert Xu5-6/+0
2006-07-14[IPV4]: Clear skb cb on IP inputStephen Hemminger1-0/+3
2006-07-12[IPV4]: Fix error handling for fib_insert_node callHerbert Xu1-1/+1
2006-07-12[IPCOMP]: Fix truesize after decompressionHerbert Xu1-1/+2
2006-07-12[TCP] tcp_highspeed: Fix AI updates.Xiaoliang (David) Wei1-4/+9
2006-07-10[TCP]: Remove TCP CompoundDavid S. Miller3-459/+0
2006-07-10[IPV4] inetpeer: Get rid of volatile from peer_totalHerbert Xu1-1/+1
2006-07-08[NET]: Fix IPv4/DECnet routing rule dumpingPatrick McHardy1-2/+2
2006-07-08[NET] gso: Fix up GSO packets with broken checksumsHerbert Xu2-0/+54
2006-07-08[NET] gso: Add skb_is_gsoHerbert Xu2-3/+3
2006-07-03[NET]: Verify gso_type too in gso_segmentHerbert Xu2-4/+23
2006-07-03[PATCH] lockdep: annotate bh_lock_sock()Ingo Molnar1-1/+1
2006-07-03[PATCH] lockdep: fix RT_HASH_LOCK_SZIngo Molnar1-9/+14
2006-07-03[PATCH] lockdep: prove spinlock rwlock locking correctnessIngo Molnar1-1/+2
2006-07-03[PATCH] lockdep: locking init debugging improvementIngo Molnar2-2/+2
2006-06-30Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds5-14/+20
2006-06-30[IPV6]: Added GSO support for TCPv6Herbert Xu1-2/+2
2006-06-30[NET]: Generalise TSO-specific bits from skb_setup_capsHerbert Xu3-7/+6
2006-06-30[IPV6]: Added GSO support for TCPv6Herbert Xu1-0/+1
2006-06-30[NETFILTER]: SCTP conntrack: fix crash triggered by packet without chunksPatrick McHardy1-1/+1
2006-06-30[TCP]: Reset gso_segs if packet is dodgyHerbert Xu1-4/+10
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel71-71/+0
2006-06-29[NETFILTE] ipv4: Fix typo (Bugzilla #6753)Matt LaPlante1-1/+1
2006-06-29[NET]: Add ECN support for TSOMichael Chan3-8/+0
2006-06-29[TCP]: Export accept queue len of a TCP listening socket via rx_queueSridhar Samudrala2-2/+6
2006-06-29[NETLINK]: Encapsulate eff_cap usage within security framework.Darrel Goeddel1-1/+1
2006-06-29[NET]: Added GSO header verificationHerbert Xu2-5/+9
2006-06-29[NETFILTER]: ip_queue/nfnetlink_queue: drop bridge port references when dev disappearsPatrick McHardy1-2/+10
2006-06-29[NETFILTER]: x_tables: fix xt_register_table error propagationPatrick McHardy2-2/+4