summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2008-06-25sctp: Make sure N * sizeof(union sctp_addr) does not overflow.David S. Miller1-1/+3
2008-06-22nf_conntrack_h323: fix memory leak in module initialization error pathPatrick McHardy1-0/+1
2008-06-22nf_conntrack_h323: fix module unload crashPatrick McHardy1-7/+14
2008-06-22nf_conntrack: fix ctnetlink related crash in nf_nat_setup_info()Patrick McHardy1-2/+1
2008-06-17mac80211: send association event on IBSS createDan Williams1-0/+5
2008-06-17tcp: Fix inconsistency source (CA_Open only when !tcp_left_out(tp))Ilpo Järvinen1-10/+19
2008-06-17tcp FRTO: work-around inorder receiversIlpo Järvinen1-4/+11
2008-06-17tcp FRTO: SACK variant is errorneously used with NewRenoIlpo Järvinen1-5/+8
2008-06-17tcp FRTO: Fix fallback to conventional recoveryIlpo Järvinen1-1/+1
2008-06-17tcp: fix skb vs fack_count out-of-sync conditionIlpo Järvinen1-3/+3
2008-06-17tcp: Limit cwnd growth when deferring for GSOJohn Heffner1-1/+2
2008-06-17tcp: Allow send-limited cwnd to grow up to max_burst when gso disabledJohn Heffner1-7/+4
2008-06-17tcp: TCP connection times out if ICMP frag needed is delayedSridhar Samudrala1-4/+6
2008-06-17vlan: Correctly handle device notifications for layered VLAN devicesPatrick McHardy1-3/+1
2008-06-17ipsec: Use the correct ip_local_out functionHerbert Xu2-2/+2
2008-06-17net_sched: cls_api: fix return value for non-existant classifiersPatrick McHardy1-1/+1
2008-06-17net: Fix call to ->change_rx_flags(dev, IFF_MULTICAST) in dev_change_flags()David Woodhouse1-1/+1
2008-06-17can: Fix copy_from_user() results interpretationSam Ravnborg1-11/+10
2008-06-17bluetooth: rfcomm_dev_state_change deadlock fixDave Young1-1/+12
2008-06-17bluetooth: fix locking bug in the rfcomm socket cleanup handlingArjan van de Ven1-1/+1
2008-06-17ax25: Fix NULL pointer dereference and lockup.Jarek Poplawski1-8/+3
2008-06-17af_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-07asn1: 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-10sit: Add missing kfree_skb() on pskb_may_pull() failure.David S. Miller1-1/+1
2008-05-02IPSEC: Fix catch-22 with algorithm IDs above 31Herbert Xu3-2/+4
2008-05-02net: Fix wrong interpretation of some copy_to_user() results.Pavel Emelyanov3-4/+5
2008-05-02rose: Socket lock was not released before returning to user spaceBernard Pidoux1-2/+4
2008-05-02RTNETLINK: Fix bogus ASSERT_RTNL warningPatrick McHardy1-0/+6
2008-05-02tcp: tcp_probe buffer overflow and incorrect return valueTom Quetchenbach1-5/+4
2008-04-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds4-32/+58
2008-04-16AFS: Do not describe debug parameters with their valuePaul Bolle2-2/+2
2008-04-16[TCP]: Add return value indication to tcp_prune_ofo_queue().Vitaliy Gusev1-3/+9
2008-04-15mac80211: remove message on receiving unexpected unencrypted framesJohannes Berg1-5/+2
2008-04-15rfkill: Fix device type check when toggling statesCarlos Corbacho1-1/+1
2008-04-15[TCP]: Fix never pruned tcp out-of-order queue.Vitaliy Gusev1-26/+46
2008-04-15[NET_SCHED] sch_api: fix qdisc_tree_decrease_qlen() loopJarek Poplawski1-0/+3
2008-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds21-33/+106
2008-04-14[BRIDGE]: Fix crash in __ip_route_output_key with bridge netfilterPatrick McHardy1-1/+2
2008-04-14[NETFILTER]: ipt_CLUSTERIP: fix race between clusterip_config_find_get and _e...Pavel Emelyanov1-1/+3