summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2007-05-01[IPV6]: Disallow RH0 by default (CVE-2007-2242)Adrian Bunk2-7/+41
2007-05-01[NETLINK]: Infinite recursion in netlink (CVE-2007-1861)Adrian Bunk1-1/+11
2007-04-25IrDA: irttp_dup spin_lock initialisationGuennadi Liakhovetski1-0/+1
2007-04-25IrDA: Incorrect TTP header reservationJeet Chaudhuri1-2/+2
2007-04-20[IrDA]: Correctly handling socket errorOlaf Kirch1-2/+1
2007-04-20[NET]: Fix UDP checksum issue in net poll mode.Aubrey Li1-0/+7
2007-04-13[NET_SCHED]: cls_tcindex: fix compatibility breakagePatrick McHardy1-2/+2
2007-04-13[IPSEC]: Reject packets within replay window but outside the bit maskHerbert Xu1-1/+2
2007-04-13[TCP]: Do receiver-side SWS avoidance for rcvbuf < MSS.John Heffner1-0/+3
2007-04-13[IPv6]: Fix incorrect length check in rawv6_sendmsg()YOSHIFUJI Hideaki2-3/+3
2007-04-13[NET_SCHED]: cls_basic: fix memory leak in basic_destroyPatrick McHardy1-0/+1
2007-04-10APPLETALK: Fix a remotely triggerable crash (CVE-2007-1357)Jean Delvare1-2/+5
2007-04-08tcp: fix cubic scaling errorStephen Hemminger1-3/+3
2007-04-03[IFB]: Fix crash on input device removalPatrick McHardy3-6/+6
2007-03-28[IPV6] HASHTABLES: Use appropriate seed for caluculating ehash index.YOSHIFUJI Hideaki1-1/+1
2007-03-28[NET_SCHED]: Fix ingress lockingPatrick McHardy1-2/+2
2007-03-28[NET_SCHED]: cls_basic: fix NULL pointer dereferencePatrick McHardy1-10/+7
2007-03-28[NET_SCHED]: Fix endless loops caused by inaccurate qlen countersPatrick McHardy11-48/+126
2007-03-24[NETFILTER]: tcp conntrack: accept SYN|URG as validPatrick McHardy2-2/+6
2007-03-24[NETFILTER]: nfnetlink_log: fix use after freeMichał Mirosław1-1/+1
2007-03-24[NETFILTER]: nfnetlink_log: fix reference leakMichał Mirosław1-3/+4
2007-03-24[NETFILTER]: nfnetlink_log: fix possible NULL pointer dereferenceMichał Mirosław1-0/+4
2007-03-24[NETFILTER]: nfnetlink_log: fix NULL pointer dereferenceMichał Mirosław1-0/+1
2007-03-24[NETFILTER]: nfnetlink_log: fix crash on bridged packetPatrick McHardy1-1/+1
2007-03-24[NETFILTER]: nf_conntrack: fix incorrect classification of IPv6 fragments as ...Patrick McHardy1-0/+1
2007-03-24Fix reference counting (memory leak) problem in __nfulnl_send() and callers r...Michał Mirosław1-3/+12
2007-03-24NETFILTER: xt_connbytes: fix division by zeroPatrick McHardy1-17/+12
2007-03-24NETFILTER: nf_conntrack_ipv6: fix crash when handling fragmentsPatrick McHardy1-0/+2
2007-03-24NETFILTER: ctnetlink: check for status attribute existence on conntrack creationPablo Neira Ayuso2-6/+10
2007-03-24NETFILTER: Kconfig: fix xt_physdev dependenciesPatrick McHardy1-1/+1
2007-03-20[NET]: Copy mac_len in skb_clone() as wellAlexey Dobriyan1-0/+1
2007-03-20[IPV6]: ipv6_fl_socklist is inadvertently shared.Masayuki Nakagawa1-0/+1
2007-03-20[IPV4]: Do not disable preemption in trie_leaf_remove().Robert Olsson1-2/+0
2007-03-20[XFRM]: Fix missing protocol comparison of larval SAs.Joy Latten1-1/+2
2007-03-11[IPV6] fix ipv6_getsockopt_sticky copy_to_user leakChris Wright1-1/+1
2007-03-11[IPV6]: Fix for ipv6_setsockopt NULL dereferenceOlaf Kirch1-1/+1
2007-03-09[IPV6]: Handle np->opt being NULL in ipv6_getsockopt_sticky(). (CVE-2007-1000)David S. Miller1-3/+7
2007-03-08[TCP]: Fix minisock tcp_create_openreq_child() typo.Arnaldo Carvalho de Melo1-1/+1
2007-03-08[IPV6]: /proc/net/anycast6 unbalanced inet6_dev refcntDavid Stevens1-0/+1
2007-03-08[IPV6]: anycast refcnt fixMichal Wrobel1-0/+2
2007-03-08[UDP]: Reread uh pointer after pskb_trimHerbert Xu1-0/+1
2007-02-26[DECNET]: Fix sfuzz hanging on 2.6.18Patrick McHardy1-1/+3
2007-02-26[TCP]: Prevent pseudo garbage in SYN's advertized windowIlpo Järvinen1-2/+2
2007-02-26[IPV4/IPV6] multicast: Check add_grhead() return valueAlexey Dobriyan2-0/+4
2007-02-21[Bluetooth] Restrict well known PSM to privileged usersMarcel Holtmann1-0/+6
2007-02-21[Bluetooth] Missing endian swapping for L2CAP socket listMarcel Holtmann1-2/+2
2007-02-14Revert "[Bluetooth] Fix compat ioctl for BNEP, CMTP and HIDP"Adrian Bunk3-161/+17
2007-02-14[TCP]: struct tcp_sack_block annotationsAl Viro2-2/+2
2007-02-14[IPX]: Fix NULL pointer dereference on ipx unloadJiri Bohac1-8/+16
2007-02-14[NETFILTER]: Clear GSO bits for TCP reset packetHerbert Xu1-0/+3