summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* [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
* [NETFILTER]: Clear GSO bits for TCP reset packetHerbert Xu2007-02-141-0/+3
* [TCP]: Don't apply FIN exception to full TSO segments.John Heffner2007-02-141-1/+2
* [ATM]: Fix for crash in adummy_init()Daniel Walker2007-02-141-1/+2
* TCP: skb is unexpectedly freed.Masayuki Nakagawa2007-02-141-2/+4
* TCP: Fix sorting of SACK blocks.Baruch Even2007-02-141-4/+5
* AF_PACKET: Check device down state before hard header callbacks.David S. Miller2007-02-141-8/+8
* DECNET: Handle a failure in neigh_parms_alloc (take 2)Eric W. Biederman2007-02-141-2/+9
* [Bluetooth] Fix deadlock in the L2CAP layerMarcel Holtmann2007-01-261-9/+9
* [Bluetooth] Add locking for bt_proto array manipulationMarcel Holtmann2007-01-268-14/+38
* [Bluetooth] Fix compat ioctl for BNEP, CMTP and HIDPMarcel Holtmann2007-01-263-17/+161
* [Bluetooth] Handle command complete event for exit periodic inquiryMarcel Holtmann2007-01-261-0/+1
* [Bluetooth] Return EINPROGRESS for non-blocking socket callsMarcel Holtmann2007-01-262-2/+2
* [Bluetooth] Fix uninitialized return value for RFCOMM sendmsg()Marcel Holtmann2007-01-251-3/+6
* [Bluetooth] More checks if DLC is still attached to the TTYMarcel Holtmann2007-01-251-7/+15
* BLUETOOTH: Fix unaligned access in hci_send_to_sock.David S. Miller2007-01-251-4/+7
* [Bluetooth] Check if DLC is still attached to the TTYMarcel Holtmann2007-01-251-0/+3
* [Bluetooth] Let BT_HIDP depend on INPUTAdrian Bunk2007-01-241-2/+1
* NETFILTER: arp_tables: missing unregistration on module unloadPatrick McHardy2007-01-221-0/+2
* NETFILTER: NAT: fix NOTRACK checksum handlingPatrick McHardy2007-01-201-5/+6