summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* [NETFILTER]: ip_nat_proto_gre: do not modify/corrupt GREv0 packets through NATJorge Boncompte2007-05-041-13/+8
* [IPV6]: Disallow RH0 by default (CVE-2007-2242)Adrian Bunk2007-05-012-7/+41
* [NETLINK]: Infinite recursion in netlink (CVE-2007-1861)Adrian Bunk2007-05-011-1/+11
* IrDA: irttp_dup spin_lock initialisationGuennadi Liakhovetski2007-04-251-0/+1
* IrDA: Incorrect TTP header reservationJeet Chaudhuri2007-04-251-2/+2
* [IrDA]: Correctly handling socket errorOlaf Kirch2007-04-201-2/+1
* [NET]: Fix UDP checksum issue in net poll mode.Aubrey Li2007-04-201-0/+7
* [NET_SCHED]: cls_tcindex: fix compatibility breakagePatrick McHardy2007-04-131-2/+2
* [IPSEC]: Reject packets within replay window but outside the bit maskHerbert Xu2007-04-131-1/+2
* [TCP]: Do receiver-side SWS avoidance for rcvbuf < MSS.John Heffner2007-04-131-0/+3
* [IPv6]: Fix incorrect length check in rawv6_sendmsg()YOSHIFUJI Hideaki2007-04-132-3/+3
* [NET_SCHED]: cls_basic: fix memory leak in basic_destroyPatrick McHardy2007-04-131-0/+1
* APPLETALK: Fix a remotely triggerable crash (CVE-2007-1357)Jean Delvare2007-04-101-2/+5
* tcp: fix cubic scaling errorStephen Hemminger2007-04-081-3/+3
* [IFB]: Fix crash on input device removalPatrick McHardy2007-04-033-6/+6
* [IPV6] HASHTABLES: Use appropriate seed for caluculating ehash index.YOSHIFUJI Hideaki2007-03-281-1/+1
* [NET_SCHED]: Fix ingress lockingPatrick McHardy2007-03-281-2/+2
* [NET_SCHED]: cls_basic: fix NULL pointer dereferencePatrick McHardy2007-03-281-10/+7
* [NET_SCHED]: Fix endless loops caused by inaccurate qlen countersPatrick McHardy2007-03-2811-48/+126
* [NETFILTER]: tcp conntrack: accept SYN|URG as validPatrick McHardy2007-03-242-2/+6
* [NETFILTER]: nfnetlink_log: fix use after freeMichał Mirosław2007-03-241-1/+1
* [NETFILTER]: nfnetlink_log: fix reference leakMichał Mirosław2007-03-241-3/+4
* [NETFILTER]: nfnetlink_log: fix possible NULL pointer dereferenceMichał Mirosław2007-03-241-0/+4
* [NETFILTER]: nfnetlink_log: fix NULL pointer dereferenceMichał Mirosław2007-03-241-0/+1
* [NETFILTER]: nfnetlink_log: fix crash on bridged packetPatrick McHardy2007-03-241-1/+1
* [NETFILTER]: nf_conntrack: fix incorrect classification of IPv6 fragments as ...Patrick McHardy2007-03-241-0/+1
* Fix reference counting (memory leak) problem in __nfulnl_send() and callers r...Michał Mirosław2007-03-241-3/+12
* NETFILTER: xt_connbytes: fix division by zeroPatrick McHardy2007-03-241-17/+12
* NETFILTER: nf_conntrack_ipv6: fix crash when handling fragmentsPatrick McHardy2007-03-241-0/+2
* NETFILTER: ctnetlink: check for status attribute existence on conntrack creationPablo Neira Ayuso2007-03-242-6/+10
* NETFILTER: Kconfig: fix xt_physdev dependenciesPatrick McHardy2007-03-241-1/+1
* [NET]: Copy mac_len in skb_clone() as wellAlexey Dobriyan2007-03-201-0/+1
* [IPV6]: ipv6_fl_socklist is inadvertently shared.Masayuki Nakagawa2007-03-201-0/+1
* [IPV4]: Do not disable preemption in trie_leaf_remove().Robert Olsson2007-03-201-2/+0
* [XFRM]: Fix missing protocol comparison of larval SAs.Joy Latten2007-03-201-1/+2
* [IPV6] fix ipv6_getsockopt_sticky copy_to_user leakChris Wright2007-03-111-1/+1
* [IPV6]: Fix for ipv6_setsockopt NULL dereferenceOlaf Kirch2007-03-111-1/+1
* [IPV6]: Handle np->opt being NULL in ipv6_getsockopt_sticky(). (CVE-2007-1000)David S. Miller2007-03-091-3/+7
* [TCP]: Fix minisock tcp_create_openreq_child() typo.Arnaldo Carvalho de Melo2007-03-081-1/+1
* [IPV6]: /proc/net/anycast6 unbalanced inet6_dev refcntDavid Stevens2007-03-081-0/+1
* [IPV6]: anycast refcnt fixMichal Wrobel2007-03-081-0/+2
* [UDP]: Reread uh pointer after pskb_trimHerbert Xu2007-03-081-0/+1
* [DECNET]: Fix sfuzz hanging on 2.6.18Patrick McHardy2007-02-261-1/+3
* [TCP]: Prevent pseudo garbage in SYN's advertized windowIlpo Järvinen2007-02-261-2/+2
* [IPV4/IPV6] multicast: Check add_grhead() return valueAlexey Dobriyan2007-02-262-0/+4
* [Bluetooth] Restrict well known PSM to privileged usersMarcel Holtmann2007-02-211-0/+6
* [Bluetooth] Missing endian swapping for L2CAP socket listMarcel Holtmann2007-02-211-2/+2
* Revert "[Bluetooth] Fix compat ioctl for BNEP, CMTP and HIDP"Adrian Bunk2007-02-143-161/+17
* [TCP]: struct tcp_sack_block annotationsAl Viro2007-02-142-2/+2
* [IPX]: Fix NULL pointer dereference on ipx unloadJiri Bohac2007-02-141-8/+16