summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2008-08-20netfilter: nf_nat_snmp_basic: fix a range check in NAT for SNMPDavid Howells1-1/+1
2008-08-20ipv6: Fix ip6_xmit to send fragments if ipfragok is trueWei Yongjun1-0/+4
2008-08-20dccp: change L/R must have at least one byte in the dccpsf_val fieldArnaldo Carvalho de Melo1-0/+5
2008-08-20ipvs: Fix possible deadlock in estimator codeSven Wegener1-2/+5
2008-08-06Bluetooth: Signal user-space for HIDP and BNEP socket errorsMarcel Holtmann2-0/+15
2008-08-01netfilter -stable: nf_conntrack_tcp: fix endless loopPatrick McHardy1-2/+8
2008-08-01tcp: Clear probes_out more aggressively in tcp_ack().David S. Miller1-2/+1
2008-07-28udplite: Protection against coverage value wrap-aroundGerrit Renker1-0/+4
2008-07-28xfrm: fix fragmentation for ipv4 xfrm tunnelSteffen Klassert1-1/+1
2008-07-28raw: Restore /proc/net/raw correct behaviorEric Dumazet1-1/+1
2008-07-28ipv6: use timer pendingStephen Hemminger1-2/+2
2008-07-24netfilter: nf_conntrack_tcp: fixing to check the lower bound of valid ACKJozsef Kadlecsik1-6/+7
2008-07-24can: add sanity checksOliver Hartkopp3-4/+32
2008-07-24mac80211: detect driver tx bugsJohannes Berg1-1/+8
2008-06-24sctp: Make sure N * sizeof(union sctp_addr) does not overflow.David S. Miller1-1/+3
2008-06-21nf_conntrack_h323: fix memory leak in module initialization error pathPatrick McHardy1-0/+1
2008-06-21nf_conntrack_h323: fix module unload crashPatrick McHardy1-7/+14
2008-06-21nf_conntrack: fix ctnetlink related crash in nf_nat_setup_info()Patrick McHardy1-2/+1
2008-06-16mac80211: send association event on IBSS createDan Williams1-0/+5
2008-06-16tcp: Fix inconsistency source (CA_Open only when !tcp_left_out(tp))Ilpo Järvinen1-10/+19
2008-06-16tcp FRTO: work-around inorder receiversIlpo Järvinen1-4/+11
2008-06-16tcp FRTO: SACK variant is errorneously used with NewRenoIlpo Järvinen1-5/+8
2008-06-16tcp FRTO: Fix fallback to conventional recoveryIlpo Järvinen1-1/+1
2008-06-16tcp: fix skb vs fack_count out-of-sync conditionIlpo Järvinen1-3/+3
2008-06-16tcp: Limit cwnd growth when deferring for GSOJohn Heffner1-1/+2
2008-06-16tcp: Allow send-limited cwnd to grow up to max_burst when gso disabledJohn Heffner1-7/+4
2008-06-16tcp: TCP connection times out if ICMP frag needed is delayedSridhar Samudrala1-4/+6
2008-06-16vlan: Correctly handle device notifications for layered VLAN devicesPatrick McHardy1-3/+1
2008-06-16ipsec: Use the correct ip_local_out functionHerbert Xu2-2/+2
2008-06-16net_sched: cls_api: fix return value for non-existant classifiersPatrick McHardy1-1/+1
2008-06-16net: Fix call to ->change_rx_flags(dev, IFF_MULTICAST) in dev_change_flags()David Woodhouse1-1/+1
2008-06-16can: Fix copy_from_user() results interpretationSam Ravnborg1-11/+10
2008-06-16bluetooth: rfcomm_dev_state_change deadlock fixDave Young1-1/+12
2008-06-16bluetooth: fix locking bug in the rfcomm socket cleanup handlingArjan van de Ven1-1/+1
2008-06-16ax25: Fix NULL pointer dereference and lockup.Jarek Poplawski1-8/+3
2008-06-16af_key: Fix selector family initialization.Kazunori MIYAZAWA1-1/+1
2008-06-09netfilter: nf_conntrack_ipv6: fix inconsistent lock state in nf_ct_frag6_gath...Patrick McHardy1-3/+5
2008-06-09netfilter: xt_connlimit: fix accouning when receive RST packet in ESTABLISHED...Patrick McHardy1-1/+2
2008-06-09netfilter: nf_conntrack_expect: fix error path unwind in nf_conntrack_expect_...Patrick McHardy1-2/+2
2008-06-09netfilter: xt_iprange: module aliases for xt_iprangePhil Oester1-0/+2
2008-06-06asn1: additional sanity checking during BER decoding (CVE-2008-1673)Chris Wright1-0/+14
2008-05-15{nfnetlink, ip, ip6}_queue: fix skb_over_panic when enlarging packetsArnaud Ebalard3-9/+6
2008-05-15nf_conntrack: padding breaks conntrack hash on ARMPhilip Craig2-3/+3
2008-05-15can: Fix can_send() handling on dev_queue_xmit() failuresOliver Hartkopp1-4/+12
2008-05-15dccp: return -EINVAL on invalid feature lengthChris Wright1-1/+1
2008-05-15ipvs: fix oops in backup for fwmark conn templatesJulian Anastasov6-22/+64
2008-05-15sch_htb: remove from event queue in htb_parent_to_leaf()Jarek Poplawski1-2/+6
2008-05-15XFRM: AUDIT: Fix flowlabel text format ambibuity.YOSHIFUJI Hideaki1-1/+1
2008-05-09sit: Add missing kfree_skb() on pskb_may_pull() failure.David S. Miller1-1/+1
2008-05-01IPSEC: Fix catch-22 with algorithm IDs above 31Herbert Xu3-2/+4